git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-daemon in IPv4 and IPv6 mode
@ 2009-10-30 21:10 Sebastian Pipping
  2009-11-01 21:11 ` Vineet Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Pipping @ 2009-10-30 21:10 UTC (permalink / raw)
  To: git; +Cc: Robert Buchholz

hello!


it seems like the git daemon cannot bind to both IPv4 and IPv6 at the
same time, yet.  if that's true either ipv4 or ipv6 people are standing
in the rain unless i run two instances of the daemon in parallel.

is supporting both in a single instance planned or possible already?  if
so: how?

thanks in advance,



sebastian

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git-daemon in IPv4 and IPv6 mode
  2009-10-30 21:10 git-daemon in IPv4 and IPv6 mode Sebastian Pipping
@ 2009-11-01 21:11 ` Vineet Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Vineet Kumar @ 2009-11-01 21:11 UTC (permalink / raw)
  To: git

* Sebastian Pipping <webmaster <at> hartwork.org> writes:
> it seems like the git daemon cannot bind to both IPv4 and IPv6 at the
> same time, yet.

It doesn't seem that way here.  I just tried to run a git-daemon and
it listened by default on 0.0.0.0:9418 (v4) and :::9418 (v6).  I could
connect using either v4 or v6.  Is yours behaving differently?

Have a look at the output from "strace -ebind,socket,listen ./git-daemon".

Vineet

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-01 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 21:10 git-daemon in IPv4 and IPv6 mode Sebastian Pipping
2009-11-01 21:11 ` Vineet Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).