Operating System - HP-UX
1834297 Members
2156 Online
110066 Solutions
New Discussion

Re: Daredevil and CVS again !!!

 
daredevil
Advisor

Daredevil and CVS again !!!

Hi Gurus,

I'm back this is my last post on cvs

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc56a9c196a4bd71190080090279cd0f9,00.html

Now, I have installed CVS on a 2.00 PA-RISC CPU Version server..

Ok, what I want to do is, I have installed CVS on HPUX 10.20 and WinCVS on client side.

I have a problem when I try to login at the server and client using ....

cvs -d :pserver:test@1.1.96.232:/cvs/prs login
Logging in to :pserver:test@1.1.96.232:2401/cvs/prs
CVS password:
cvs [login aborted]: connect to 1.1.96.232(1.1.96.232):2401 failed: Connection refused

How do I overcome this problem .

ThanXX
DareDEVIL
nothing to lose
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: Daredevil and CVS again !!!

Hi Daredevil

Did you add the line

cvspserver 2401/tcp

in /wtc/services

and

cvspserver stream tcp nowait root /usr/local/bin/cvs cvs -b
/usr/local/bin pserver

in the /etc/inetd.conf

Robert-Jan.
daredevil
Advisor

Re: Daredevil and CVS again !!!

Hi,

Yes I have added
# grep cvspserver /etc/inetd.conf
cvspserver stream tcp nowait root /usr/local/bin/cvs cvs -b /usr/local/bin pserver
# grep cvspserver /etc/services
cvspserver 2401/udp # grep cvs /etc/services
cvspserver 2401/tcp # grep cvs /etc/services

ThanX
DD
nothing to lose
daredevil
Advisor

Re: Daredevil and CVS again !!!

Hi,

Now I'm getting other messages

# cvs -d :pserver:test@1.1.96.232:/cvs/prs login
Logging in to :pserver:test@1.1.96.232:2401/cvs/prs
CVS password:
cvs [login aborted]: end of file from server (consult above messages if any)

Need Help
What is this mean ?

TIA
Sri
nothing to lose
daredevil
Advisor

Re: Daredevil and CVS again !!!

Hi,

Now I'm getting other messages

# cvs -d :pserver:test@1.1.96.232:/cvs/prs login
Logging in to :pserver:test@1.1.96.232:2401/cvs/prs
CVS password:
cvs [login aborted]: end of file from server (consult above messages if any)

Need Help
What is this mean ?

TIA
DD
nothing to lose