Am Mit, 03 Okt 2001 schrieb Larry Jones:
> [EMAIL PROTECTED] 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.
> > 
> > root@linux:/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
    
rhelms@linux:/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     



rhelms@linux:/etc > echo $CVSROOT
ext:[EMAIL PROTECTED]:/usr/local/newrepos       


rhelms@linux:/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


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





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

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

Reply via email to