- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Daredevil and CVS again !!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 04:31 AM
04-08-2003 04:31 AM
Daredevil and CVS again !!!
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 04:37 AM
04-08-2003 04:37 AM
Re: Daredevil and CVS again !!!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 04:47 AM
04-08-2003 04:47 AM
Re: Daredevil and CVS again !!!
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 07:06 PM
04-08-2003 07:06 PM
Re: Daredevil and CVS again !!!
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 07:06 PM
04-08-2003 07:06 PM
Re: Daredevil and CVS again !!!
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