[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mentioning port number on CVSROOT from IRIX
From: |
Alon Shalita |
Subject: |
Mentioning port number on CVSROOT from IRIX |
Date: |
Mon, 8 Sep 2003 14:03:29 +0300 |
User-agent: |
Mutt/1.4i |
Hello,
I want to report what seems to be a bug on CVS:
We are using CVS on RedHat Linux, and it works great.
Few days ago we tried to access a CVS repository from an IRIX64 machine,
but didn't succeded:
> cvs -d :pserver:shalitaa@pluto.math.tau.ac.il:2401/devdata/cvs/stud login
(Logging in to shalitaa@pluto.math.tau.ac.il)
CVS password:
2401/devdata/cvs/stud: no such repository
cvs login: authorization failed: server pluto.math.tau.ac.il rejected access
This is what we found on the syslog:
Sep 8 13:54:21 pluto xinetd[19044]: START: cvspserver pid=27562
from=128.139.34.152
Sep 8 13:54:21 pluto cvs: login refused for 2401/devdata/cvs/stud
If we run the same command from different computer (linux) it works fine:
sonic 1% cvs -d :pserver:shalitaa@pluto.math.tau.ac.il:2401/devdata/cvs/stud
login
Logging in to :pserver:shalitaa@pluto.math.tau.ac.il:2401/devdata/cvs/stud
CVS password:
sonic 2%
Only after removing the port number from the CVSROOT string, we succeded to
log in the repository:
> cvs -d :pserver:shalitaa@pluto.math.tau.ac.il:/devdata/cvs/stud login
(Logging in to shalitaa@pluto.math.tau.ac.il)
CVS password:
>
I don't know if this is a bug or not, but I didn't find any other description
of this problem, so I decided to send it to you.
Some details about the machines:
The server (pluto):
[root@pluto root]# uname -a
Linux pluto 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown
[root@pluto root]# cvs -v
Concurrent Versions System (CVS) 1.11.1p1 (client/server)
The (IRIX) client (or):
> uname -a
IRIX64 or1 6.5 04131233 IP27
> cvs -v
Concurrent Versions System (CVS) 1.10.8 (client/server)
The (RH Linux) client (sonic):
sonic 4% uname -a
Linux sonic 2.4.20 #1 Mon Mar 24 13:13:23 IST 2003 i686 unknown
sonic 5% cvs -v
Concurrent Versions System (CVS) 1.11.1p1 (client/server)
If you need any other info, please contact me.
Alon Shalita
CS System Team
Tel-Aviv University
- Mentioning port number on CVSROOT from IRIX,
Alon Shalita <=