[cvsnt] Help Needed

bwhicks at aep.com bwhicks at aep.com
Fri Sep 22 16:13:58 BST 2006


cvsnt-bounces at cvsnt.org wrote on 09/22/2006 10:52:42 AM:

> >>  netstat -an | grep 2401
> 
> That only works on Win32 installs, detecting the CVSNT dispatcher.  On 
> Linux distros, the inetd or xinetd daemons handle the dispatching. 

In Linux, the commands look like this:

$ netstat -ln | grep 2401
tcp        0      0 0.0.0.0:2401                0.0.0.0:*  LISTEN
$ netstat -ln | grep 2402
tcp        0      0 127.0.0.1:2402              0.0.0.0:*  LISTEN

the line for 2402 is the lock server. 

Brian


More information about the cvsnt mailing list