John,

Try listing your firewall rules. I'm assuming you are running a
Linux system with ipchains.

    ipchains -L -n

or it may be this, depending on your version of Linux:

    iptables -L -n

See if there is anything in there that is causing your pserver requests
to be rejected.

Adam
---
Adam Bernstein   [EMAIL PROTECTED]   http://mpgedit.org/~number6


On Thu, 27 Nov 2003, John Wards wrote:

> 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/[EMAIL PROTECTED]:09:57: START: cvspserver pid=2570 from=192.168.0.102
> 03/11/[EMAIL PROTECTED]: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
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to