Sec. Upd. 2005-008 (10.4.2) Breaks CVS

mik_rose

Registered
Hi people

I have a bit of a problem since applying the above mentioned security update.
After applying the update I was not able to connect to my cvs server locally or remotley with the error message stating that the connection was refused.

I solved that issue by replacing the /etc/xinetd.d/cvspserver with a newly configured one.
service cvspserver
{
dissable = no
socket_type = stream
protocol = tcp
wait = no
user = cvs
server = /usr/bin/cvs
server_args = --allow-root=/usr/src/master pserver
passenv =
groups = yes
}


I can now connect to cvs but am not able connect to the repository;
#:/usr/bin mik$ ./cvs -d :pserver:mik@powerxdev1:/usr/src/master login
CVS password:
/usr/src/master: no such repository

the repository is located;
/usr/src/
drwxrwsr-x 10 cvs cvs 340 Jul 8 11:36 master

CVSROOT is located ;
/usr/src/master/
drwxrwxr-x 54 cvs cvs 1836 Oct 19 14:37 CVSROOT

Confused as all hell since I see master in processes...
root 65 0.0 0.1 27336 652 ?? Ss 10:25PM 0:00.07 master
root 66 0.0 0.1 27388 612 ?? Ss 10:25PM 0:00.02 xinetd -dontfork -stayalive -inetd_compat -pidfile /var/run/xi



Any help is apreciated

Mik
 
Back
Top