Hello Larry, Thanks for responding. Well, if the following output doesn't make clear that my cvs is in /usr/bin/cvs I have no idea what I'm doing wrong :
root@solatis2 xinetd.d # which cvs /usr/bin/cvs root@solatis2 xinetd.d # :) I have edited my cvspserver-tcp file, and added -f, restarted xinetd, but the problem still persist. Do you, or anyone else, have any idea? Thanks in advance. Regards, Leon Mergen -----Original Message----- From: Larry Jones [mailto:lawrence.jones@;eds.com] Sent: Wednesday, November 06, 2002 10:45 PM To: Leon Mergen Cc: [EMAIL PROTECTED] Subject: Re: CVS Server problems Leon Mergen writes: > > service cvspserver > { > port = 2401 > socket_type = stream > protocol = tcp > wait = no > user = root > passenv = PATH > disable = no > server = /usr/bin/cvs > server_args = --allow-root=/var/lib/cvsroot pserver > } You should also have a -f in server_args. > cvs [login aborted]: reading from server: Connection reset by peer That usually means that xinetd was unable to start the server, probably because the path is wrong in the config file. Check to see where your cvs is, it's probably *not* /usr/bin/cvs as you said in server above. -Larry Jones I sure wish I could get my hands on some REAL dynamite. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
