From: Stephen Shirley (diamond at domain skynet.ie)
Date: Mon 12 Aug 2002 - 18:20:25 IST
On Mon, Aug 12, 2002 at 04:14:13PM +0100, Justin MacCarthy wrote:
> cvs login
> password: xxxxx
>
> I get
>
> cvs [login aborted]: connect to localhost:2401 failed: Connection refused
Ok. In case you're wondering, cvs prompts for the password before
connecting.
> > chkconfig --list returns
>
> xinetd based services:
> linuxconf-web: off
> swat: on
> telnet: on
> cvspserver: on
Right - chkconfig only reads the configuration files for xinetd - it
doesn't know if they've been changed since xinetd has been started. If
you've installed the cvs server since your last reboot, try running
kill -HUP `pgrep xinetd`
and then try 'cvs login' again.
> As a cvs user
>
> [cvsdev1 at domain localhost cvsdev1]$ echo $CVSROOT
> :pserver:cvsdev1 at domain localhost:/home/cvsroot/repository
>
> [cvsdev1 at domain localhost cvsdev1]$ ls -la /home/cvsroot/repository/
> total 12
> drwxrws--- 3 cvs cvs 4096 Aug 12 11:26 .
> drwxrwx--- 7 cvs cvs 4096 Aug 12 11:26 ..
> drwxrwsr-x 3 cvs cvs 4096 Aug 12 11:26 CVSROOT
> [cvsdev1 at domain localhost cvsdev1]$
They both look fine.
Steve
-- "Oh look, it's the Pigeon of Love."
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:18:16 GMT