info-cvs
[Top][All Lists]
Advanced

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

Can't connect to my server...


From: John Wards
Subject: Can't connect to my server...
Date: Thu, 27 Nov 2003 12:15:49 +0000
User-agent: KMail/1.5.4

Hohum,

Its taken 2 people to get to this point....

I have now a working repostory that i can use locally, great.

I now want to connect to it as a server from another computer using :pserver:

I have set up xinetd with the following settings:

service cvspserver
{
        port            = 2401
        protocol        = tcp
        socket_type     = stream
        wait            = no
        user            = root
        log_type        = FILE /var/log/cvspserver
        log_on_failure  += USERID
        passenv         = PATH
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/home/johnwards/cvs-rep pserver
}

Connecting remotly I am getting the error [checkout aborted] Connection reset 
by peer.

Oh I also have the following in my $CVSROOT/CVSROOT/passwd file:

anonymous::johnwards

I have gone thru all the manual and the FAQ and so has my boss, we are both 
stumpped :-(. 

The xinetd error log is worse than useless....this is what it says:
03/11/address@hidden:09:57: START: cvspserver pid=2570 from=192.168.0.102
03/11/address@hidden:09:57: FAIL: cvspserver address from=192.168.0.102

Argh. Oh I have restarted xinetd a few times, even restarted my computer....

help!

Cheers
John





reply via email to

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