Leon Mergen writes: > > solatis2 root # env -i PATH="$PATH" /usr/bin/cvs -f > --allow-root=/var/lib/cvsroot pserver
And? Did it run? Did you hit return and get the expected error message? > Then I did an nmap on localhost, and found out that port 2401 isn't > open. Is this supposed to happen with env? Yes and no. It's xinetd that opens the port, not CVS, so the port won't be open just because you run CVS, but xinetd should still be running and thus the port should be open, unless you stopped xinetd and didn't restart it. > 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 :) See above -- the port *should* be open, unless xinetd isn't running. Start xinetd, do the telnet test, and tell us what happens! -Larry Jones My upbringing is filled with inconsistent messages. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
