info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pserver never starts running


From: david
Subject: Re: pserver never starts running
Date: Mon, 6 Oct 2003 11:21:04 -0500 (CDT)

> Hello all,
> I am having trouble with my cvs remote login.  It appears that my 
> pserver doesn't start running.
>
Under what circumstances?
 
> My OS is Redhat 9.0
> 
> It is running xinetd
> 
> My /etc/xinetd.d/cvspserver file looks like this
> 
> # default: off
> # description: An internal xinetd service, listing active services.
> service services
> {
>     disable    = no
>     id        = cvspserver
>     env        = HOME=/home/cvs
>     port        = 2401
>     socket_type    = stream
>     protocol    = tcp
>     wait        = no
>     user        = root
>     passenv        =
>     server        = /usr/bin/cvs
>     server-args    = --allow-root=/var/lib/cvsroot pserver
> }
> 
> When I type:
> telnet [host] 2401 from my windoze machine is says: "Connection to 
> [host]...Could not open a connection to host on port 2401 : Connect 
> failed.  ([host] is either jake or 192.168.0.155)
>
Have you rebooted or anything since putting this in cvspserver?
Or typed
kill -SIGUSR2 xinetd
as root, to get xinetd to reread its configuration files?

If you've done either of these, then I don't know what could be
going on.
 
David H. Thornley                        | If you want my opinion, ask.
address@hidden                       | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]