info-cvs
[Top][All Lists]
Advanced

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

Re: Unable to connect...


From: Larry Jones
Subject: Re: Unable to connect...
Date: Fri, 21 Sep 2001 16:05:51 -0400 (EDT)

address@hidden writes:
> 
> NEW CVSROOT: :pserver:address@hidden:/my/path (password
> authentication)
> cvs login 
> (Logging in to address@hidden)
> Server configuration missing --allow-root in inetd.conf
> cvs login: authorization failed: server my.server.com
> rejected access to /my/path for user jkemp
[...]
> Anyone knows what is wrong ?

Yes, exactly what the error message says: "Server configuration missing
--allow-root in inetd.conf".  The CVS line in /etc/inetd.conf should
look something like:

  cvspserver  stream  tcp  nowait  root  /usr/bin/cvs  cvs -f 
--allow-root=/my/path pserver

You're missing the --allow-root= part.

You're also running a fairly old version.  You might want to consider
updating to the lastest (1.11.1p1) from www.cvshome.org.

-Larry Jones

Wow, how existential can you get? -- Hobbes



reply via email to

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