[cvsnt] cvsnt on gentoo linux - connection reset by peer

David Somers dsomers at trevezel.com
Tue Jan 11 00:32:35 GMT 2005


> I've compiled and installed cvsnt (2.0.62.1817), but I'm having problems
> with it resetting the connection whenever a client tries to send
> any data to
> it.

I found the answer...

In /etc/xinetd.d/cvspserver (or whatever you've called the file) make sure
you have an entry for "only_from"...

service cvspserver
{
[snip]
        only_from       = 192.168.0.0/16
[snip]
}

This is just in case /etc/xinetd.conf sets the default to only allow
connections from localhost (which is what Gentoo does!).

Tony... can you update the example in
http://www.cvsnt.org/wiki/InstallationLinux? (section 1.4.1)

Greetings from Luxembourg,

David




More information about the cvsnt mailing list