Hello Larry,

-----Original Message-----
From: Larry Jones [mailto:lawrence.jones@;eds.com] 
Sent: Thursday, November 07, 2002 10:15 PM
To: Leon Mergen
Cc: [EMAIL PROTECTED]
Subject: Re: CVS Server problems

LJ> That's the correct result.  We now know that your CVS works
correctly
LJ> when run interactively, so we just need to figure out what goes
wrong
LJ> when it's run from xinetd.  Try running it by hand in a clean
LJ> environment like you get from xinetd using the env command:
LJ>
LJ>     env - PATH="$PATH" /usr/bin/cvs -f --allow-root=/var/lib/cvsroot
LJ>
LJ> (Check the man page for env: some versions use a bare "-" to clear
the
LJ> environment, others have an actual option.)  Also try running it as
LJ> root, since that's what xinetd is doing.

I did a check on env, and mine requires -i , so I executed this:

solatis2 root # env -i PATH="$PATH" /usr/bin/cvs -f
--allow-root=/var/lib/cvsroot pserver

Then I did an nmap on localhost, and found out that port 2401 isn't
open. Is this supposed to happen with env?

LJ> And *PLEASE* try the telnet test.

Hehe, I always do the telnet test, don't worry... this time Connection
refused again, which is expected when the port isn't open :)

Thanks in advance for your help!

Grtz,

Leon




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to