info-cvs
[Top][All Lists]
Advanced

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

Re: Fwd: never ending loginproblem - cvs


From: rhelms
Subject: Re: Fwd: never ending loginproblem - cvs
Date: Thu, 4 Oct 2001 18:01:02 +0200

Am Mit, 03 Okt 2001 schrieb Larry Jones:
> address@hidden writes:
> > 
> > Possible it is not the tcpd, I've copied the line, commented the old line 
> > and
> > killed the tcpd in the new line. Look here.
> > 
> > address@hidden:/etc > cat inetd.conf|grep cvs
> > #2401 stream tcp  nowait  root  /usr/sbin/tcpd  /usr/bin/cvs -f 
> > --allow-root=/usr/local/newrepos pserver
> > 2401 stream tcp nowait  root  /usr/bin/cvs -f 
> > --allow-root=/usr/local/newrepos pserver
> 
> That can't possibly work -- you're missing argv[0].  It needs to be:
> 
> 2401 stream tcp nowait  root  /usr/bin/cvs cvs -f 
> --allow-root=/usr/local/newrepos pserver
> 
This are the lines now - in the original I've no blanks on the end
    
address@hidden:/etc > cat inetd.conf|grep cvs
#2401 stream tcp        nowait  root    /usr/sbin/tcpd  /usr/bin/cvs cvs -f 
--allow-root=/usr/local/newrepos pserver
2401 stream tcp nowait  root    /usr/bin/cvs cvs -f 
--allow-root=/usr/local/newrepos pserver     



address@hidden:/etc > echo $CVSROOT
ext:address@hidden:/usr/local/newrepos       


address@hidden:/etc > telnet linux.local 2401
Trying 192.168.0.99...
Connected to linux.local.
Escape character is '^]'.
foo
cvs [pserver aborted]: bad auth protocol start: foo
 
Connection closed by foreign host.                      



and the cvs-command


address@hidden:/etc > cvs -d :pserver:address@hidden:/usr/local/newrepos login
(Logging in to address@hidden)
CVS password:
cvs [login aborted]: recv() from server linux.local: EOF      





I get always the same error as in the old mail.
Regards,
Ruprecht



reply via email to

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