Re: Error reading from server xx.xx.xx.xxx: 0: No such file ordirectory

Gaurav Chhabra <[email protected]>
Newsgroups gmane.comp.version-control.cvs.windows-nt.user
Message-ID <[email protected]>
Hi Arthur,


Thanks for your guidance.

My current setting for file /etc/xinetd.d/cvspserver are:
---------------------------------
service cvspserver
{
socket_type = stream
protocol = tcp
wait = no
user = cvs
passenv = PATH
server = /usr/local/bin/cvsnt
server_args = authserver
disable = no
}
---------------------------------

> cvs [login aborted]: authorization failed: server 10.5.68.161 rejected
access to /usr/local/cvsrep/ for user cvs
>>>That is a different error to the subject of this thread.
>>> The error "authorization failed" usually means that you are not
authorized, common causes are:
* wrong password ---> Checked my password; it’s correct.
* incorrect SystemAuth setting in /usr/local/cvsrep/CVSROOT/config --->
‘SystemAuth=yes’ in config file.
* problem with /usr/local/cvsrep/CVSROOT/passwd ---> Contents of
CVSROOT/passwd file are: cvs:XdmuQ8SRTP8U2


While connecting to the server using WinCVS, I was earlier passing the
following, which was wrong as pointed by J.R. Heisey in ‘
http://tech.groups.yahoo.com/group/cvsgui/message/18939’:

cvs -z9 -d :pserver:[email protected]:/usr/local/cvsrep login

So, I changed it to the following but to no avail. Only difference now is
the error message:
cvs -z9 -d :pserver:[email protected]:/CVSROOT login
Logging in to :pserver:[email protected]:2401:/CVSROOT
cvs [login aborted]: /CVSROOT: no such repository
***** CVS exited normally with code 1 *****

Also, is the port 2401 allocated properly below?
[root@localhost CVSROOT]# netstat -nap | grep 2401
tcp 0 0 0.0.0.0:2401 0.0.0.0:* LISTEN 4074/xinetd

Arthur, I want to solve this ‘pserver’ access issue and then want to go for
others. I think, I am just missing some small point in this connection
problem.


Regards,
Gaurav
_______________________________________________
cvsnt mailing list
[email protected]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.