From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: '/pub/git/u-boot.git': not in whitelist. Please help! Date: Fri, 21 Nov 2008 08:26:38 +0100 Message-ID: <492662AE.6020202@viscovery.net> References: <202329.35126.qm@web37906.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: garyyang6@yahoo.com X-From: git-owner@vger.kernel.org Fri Nov 21 08:28:10 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3QQz-00076P-3N for gcvg-git-2@gmane.org; Fri, 21 Nov 2008 08:28:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751570AbYKUH0y (ORCPT ); Fri, 21 Nov 2008 02:26:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751408AbYKUH0y (ORCPT ); Fri, 21 Nov 2008 02:26:54 -0500 Received: from lilzmailso02.liwest.at ([212.33.55.13]:2383 "EHLO lilzmailso02.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751178AbYKUH0x (ORCPT ); Fri, 21 Nov 2008 02:26:53 -0500 Received: from cm56-163-160.liwest.at ([86.56.163.160] helo=linz.eudaptics.com) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1L3QPW-0000jo-Hi; Fri, 21 Nov 2008 08:26:47 +0100 Received: from [127.0.0.1] (J6T.linz.viscovery [192.168.1.96]) by linz.eudaptics.com (Postfix) with ESMTP id 3D163AFCC; Fri, 21 Nov 2008 08:26:38 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <202329.35126.qm@web37906.mail.mud.yahoo.com> X-Spam-Score: -1.4 (-) X-Spam-Report: Spam detection software, running on the system "lilzmailsa01.liwest.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Gary Yang schrieb: > At git public repository server, I started git-daemon > > sudo git-daemon git-daemon -verbose --inetd --export-all --base-path=/pub/git & Did you mean $ sudo git daemon --verbose --inetd --export-all --base-path=/pub/git & [...] Content analysis details: (-1.4 points, 7.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Gary Yang schrieb: > At git public repository server, I started git-daemon > > sudo git-daemon git-daemon -verbose --inetd --export-all --base-path=/pub/git & Did you mean $ sudo git daemon --verbose --inetd --export-all --base-path=/pub/git & (Notice the duplicated 'git-daemon' in your command.) > grep 9418 /etc/services > git 9418/tcp # Git Version Control System > > At my private machine: > git pull git://svdcgit01.amcc.com/pub/git/u-boot.git > fatal: The remote end hung up unexpectedly > > At the git public repository server, I got: > '/pub/git/u-boot.git': not in whitelist They way in which you invoked git-daemon said that the following directories are white-listed: git-daemon -verbose --inetd --export-all --base-path=/pub/git Nowhere in this list is /pub/git/u-boot.git. ;) -- Hannes