Comment 5 for bug 622035

Revision history for this message
Arthur de Jong (adejong) wrote :

Could you include the output of "cvsd -d" (as root)?

It seems that cvsd thinks that port 2401 is already bound. Can you also report the output of "sysctl net.ipv6.bindv6only" (as root)?

If you are not using IPv6 you could change the bind statement in cvsd.conf to "Listen 0.0.0.0 2401" to force the use of IPv4 only.

Also a patch is available here:
 http://arthurdejong.org/viewvc/cvsd/cvsd.c?r1=1.117&r2=1.118
that should also fix this.