info-cvs
[Top][All Lists]
Advanced

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

Re: problem with pserver


From: Brian Poynor
Subject: Re: problem with pserver
Date: Tue, 9 Apr 2002 04:48:00 -0700
User-agent: Mutt/1.2.5.1i

Are you sure you restarted xinetd? It usually restarts with SIGUSR2,
but check the man page for your specific version.

If xinetd isn't opening the port, it should print or log an error
message when it restarts--watch for that.

Knowing which OS/version you're using might help one of us pinpoint
the problem if that doesn't help.

-Brian

On Tue, Apr 09, 2002 at 12:46:44PM +0200, Grzegorz ¯y³a wrote:
> hi.
> I have a problem, when i try to connect to pserver.
> 
> i type:
> cvs -d :pserver:address@hidden:/cvs_repository , type password and ....
> 
> cvs [login aborted]: connect to server:2401 failed: Connection refused.
> 
> i have following entries:
> 
> <services>
> pserver    2401/tcp pserver
> pserver    2401/udp pserver
> </services>
> 
> 
> <xinetd.d>
> service pserver
> {
>    disable = no
>    socket_type = stream
>    protocol = tcp
>    port = 2401
>    wait = no
>    user = root
>   server = /usr/bin/cvs
>   server_args = -f --allow-root=/home/cvs/prj pserver
> }
> </xinetd.d>
> 
> thanks for any suggestion.
> 
> Greg
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

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