cvs [login aborted]: reading from server: Connection reset by peer

2003-03-16 Thread Manolo
When i try cvs -t -d :pserver:[EMAIL PROTECTED]:/home/cvsroot login
get 
 - main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvsroot
Logging in to :pserver:[EMAIL PROTECTED]:2401/home/cvsroot
CVS password:
 - Connecting to localhost(127.0.0.1):2401
cvs [login aborted]: reading from server: Connection reset by peer
 - Lock_Cleanup()

Information:

0)emerge cvs
1)/etc/xinet.d/cvspserver

service cvspserver
{
disable = no
socket_type = stream
wait= no
user= root
group   = cvs
log_type= FILE /var/log/cvspserver
protocol= tcp
env = '$HOME=/home/cvsroot'
log_on_failure  += USERID
port= 2401
server  = /usr/bin/cvs
server_args = -f --allow-root=/home/cvsroot pserver
}

2)cvs -d /home/cvsroot init
3)groupadd cvs
4)edit /etc/group and add mmm876 and root to cvs group
4)chgrp -R cvs /home/cvsroot
5)chmod -R 770 /home/cvsroot
6)add to /home/cvsroot/CVSROOT/passwd line mmm876:fsdfsdffsd-- i generated
password using [ http://www.flash.net/cgi-bin/pw.pl ] util.
7)/etc/init.d/xinetd restart
8)netstat -tap
Proto Recv-Q Send-Q Local Address   Foreign Address State  
PID/Program name
tcp0  0 0.0.0.0:24010.0.0.0:*   LISTEN 
28581/xinetd

9)i try telnet localhost 2401  
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.

this result tell me xinetd permit localhost:2401 connections.

What is wrong?
how can fix it?

Thanks in advance.

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


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


reading from server: Connection reset by peer ??

2000-06-08 Thread Emmanuel Ohannessian



Hello everyone, I am new to CVS and to this mailing 
list. So I am still trying to set it up.

I am using wincvs 1.1b13 on an NT client side, I am 
using CVS 1.9 on a unix server.I have setup a pserver and cvsroot.I 
don't have any groups setup, and thecvsroot isin my account 
directory on Unix.I have been able to login to 
CVSfromWinCVS but when I try to do anything after the loginI 
getthe message
reading from server: Connection reset by peer 
Ex:when I try to import a directory com with one java file 
in it I get this 
message:**Filtering 
'D:\com'...cvs import -I ! -I CVS -m "no message" com avendor arelease (in 
directory D:\com)cvs [import aborted]: reading from server: Connection reset 
by peer *CVS exited normally with code 
1Has anyone else ever got this message? Where is the problem? 
Is the version of WinCVS compatible with CVS's 
version?Manny