Please let me know if this is not the right place for this kind of support.

On Debian squeeze, I'm getting the syslog error:

    unable to allocate any listen sockets on host (null) port 9418

And I can't clone remotely, also.

The file `/etc/service/git-daemon/run` contains the following:

    "$(git --exec-path)"/git-daemon --verbose
--base-path=/var/cache/git --detach --syslog --reuseaddr --export-all

`netstat -l | grep git` outputs this:

    tcp        0      0 *:git                   *:*
 LISTEN
    tcp6       0      0 [::]:git                [::]:*                  LISTEN

I'm currently restarting services with the `sv start/stop` command
line, and killing service process to ensure it got reloaded.

Maybe I'm missing something really stupid.
Any help is much appreciated.
-- 
Vinicius Massuchetto
http://vinicius.soylocoporti.org.br

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to