From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Barkalow Subject: Re: git-clone works with ssh but not with http/https/git Date: Tue, 24 Jun 2008 13:10:32 -0400 (EDT) Message-ID: References: <1214306517.6441.10.camel@localhost> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Robert Haines , Matthias Kestenholz , git@vger.kernel.org To: Erez Zilber X-From: git-owner@vger.kernel.org Tue Jun 24 19:11:40 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 1KBC3I-0001ri-P5 for gcvg-git-2@gmane.org; Tue, 24 Jun 2008 19:11:33 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339AbYFXRKe (ORCPT ); Tue, 24 Jun 2008 13:10:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753124AbYFXRKe (ORCPT ); Tue, 24 Jun 2008 13:10:34 -0400 Received: from iabervon.org ([66.92.72.58]:38846 "EHLO iabervon.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753699AbYFXRKd (ORCPT ); Tue, 24 Jun 2008 13:10:33 -0400 Received: (qmail 30910 invoked by uid 1000); 24 Jun 2008 17:10:32 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 Jun 2008 17:10:32 -0000 In-Reply-To: User-Agent: Alpine 1.00 (LNX 882 2007-12-20) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, 24 Jun 2008, Erez Zilber wrote: > BTW - I'm currently running git-daemon in the following way: > > sudo git-daemon --base-path=/pub/git/ --export-all > > Is there any advantage to run it through xinetd? How do you run it? You probably want to run it from something that init runs, or you'll have to figure it out again when you reboot the server in a while. So you either want a suitable init script (Gentoo, for example, has one in their git package), or to run it through xinetd (which you almost certainly have an init script for). -Daniel *This .sig left intentionally blank*