Hello Everyone,
I had installed cvs-1.11.20-1.2 rpm file.
rpm -ivh /path/*.rpm --relocate /usr/bin=/tcil/bin
When ever i login in to cvs with my cvsuser i am facing the following problem
cvs [login aborted]: connect to [localhost]:2401 failed: Connection refused
here is my cvpsserver configuration :
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
user = root
wait = no
server = /tcil/bin/cvs
server_args = -f --allow-root=/home/cvs/repository pserver
log_on_success +=USERID
log_on_failure += USERID
}
and in etc/profile i had given
CVSROOT="server:$USER@localhost:/home/cvs/repository"
i had created two users cvs,cvs1 and cvs as group
can any one please help me.
Thanks in Advance
Vishal
I had installed cvs-1.11.20-1.2 rpm file.
rpm -ivh /path/*.rpm --relocate /usr/bin=/tcil/bin
When ever i login in to cvs with my cvsuser i am facing the following problem
cvs [login aborted]: connect to [localhost]:2401 failed: Connection refused
here is my cvpsserver configuration :
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
user = root
wait = no
server = /tcil/bin/cvs
server_args = -f --allow-root=/home/cvs/repository pserver
log_on_success +=USERID
log_on_failure += USERID
}
and in etc/profile i had given
CVSROOT="server:$USER@localhost:/home/cvs/repository"
i had created two users cvs,cvs1 and cvs as group
can any one please help me.
Thanks in Advance
Vishal