LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-26-2005, 11:50 PM   #1
paul_mat
Member
 
Registered: Nov 2004
Location: Townsville, Australia
Distribution: Fedora Core 5, CentOS 4, RHEL 4
Posts: 855

Rep: Reputation: 30
CVS how-to --- xrdp


hi there i'm struggleing to understand CVS, i'm trying to login and download/install this project called xrdp. but when i try the command that is tells me to on the site http://sourceforge.net/cvs/?group_id=112022

cvs -dserver:anonymous@cvs.sourceforge.net:/cvsroot/xrdp login

and then enter a null password, it just sits there doing nothing can someone tell me how to work this?
 
Old 06-27-2005, 12:27 AM   #2
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
Everything is cool - that command is supposed to do "nothing". All it does is log in to the server in preparation for the second command on that page (the "co" command). Type in (copy/paste) the second command and you should see something more exciting.
 
Old 06-27-2005, 12:29 AM   #3
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
The commands worked fine on my end. Here's exactly what I did (and saw):
Code:
[me@home]$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xrdp login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/xrdp
CVS password: <Just press enter here; no password>
[me@home]$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xrdp co -P xrdp
cvs checkout: Updating xrdp
U xrdp/COPYING
U xrdp/Makefile
U xrdp/design.txt
U xrdp/prog_std.txt
U xrdp/readme.txt
...
U xrdp/xrdp/xrdp_tcp.c
U xrdp/xrdp/xrdp_types.h
U xrdp/xrdp/xrdp_wm.c
[me@home]$ ls -l
total 4
drwxr-xr-x  8 me    me    4096 Jun 27 00:22 xrdp
 
Old 06-27-2005, 12:34 AM   #4
paul_mat
Member
 
Registered: Nov 2004
Location: Townsville, Australia
Distribution: Fedora Core 5, CentOS 4, RHEL 4
Posts: 855

Original Poster
Rep: Reputation: 30
this is what happens when i type that

[root@ldap install]# cvs -dserver:anonymous@cvs.sourceforge.net:/cvsroot/xrdp login
Logging in to server:anonymous@cvs.sourceforge.net:2401/cvsroot/xrdp
CVS password:


and then is just sits there? should i type something in while it's sitting there?



this just happened


[root@ldap install]# cvs -dserver:anonymous@cvs.sourceforge.net:/cvsroot/xrdp login
Logging in to server:anonymous@cvs.sourceforge.net:2401/cvsroot/xrdp
CVS password:
cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: Connection timed out
[root@ldap install]#

Last edited by paul_mat; 06-27-2005 at 12:42 AM.
 
Old 06-27-2005, 12:43 AM   #5
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Did you press 'enter' at the password prompt? I hate to beat a dead horse, but you didn't explicitly say you did or didn't.

If you did, what kind of internet connection do you have? high speed or modem? If modem, it may take a little while; don't know.

I've got high-speed, and it only took ~1 second from pressing enter at the password prompt to getting a local shell prompt again.
 
Old 06-27-2005, 12:46 AM   #6
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
There may be some congestion or just an unreliable route between you and the CVS server. It may clear up after a while. If not, maybe there's some problem with a proxy or firewall you could be using. I don't know the specifics of how the CVS login/transfer protocol works, but checking your settings couldn't hurt.
 
Old 06-27-2005, 12:52 AM   #7
paul_mat
Member
 
Registered: Nov 2004
Location: Townsville, Australia
Distribution: Fedora Core 5, CentOS 4, RHEL 4
Posts: 855

Original Poster
Rep: Reputation: 30
yea, i did press enter, i'm on a high speed 1.5 mbit connection. but i am behind a pretty restrictive firewall/proxy that might be causing it
 
Old 06-27-2005, 05:03 PM   #8
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
A firewall is a very likely problem if you're not getting a connection (sorry, I misunderstood your first post). cvs generally uses port 2401 if you have the ability to alter the firewall.
 
Old 06-27-2005, 05:09 PM   #9
paul_mat
Member
 
Registered: Nov 2004
Location: Townsville, Australia
Distribution: Fedora Core 5, CentOS 4, RHEL 4
Posts: 855

Original Poster
Rep: Reputation: 30
yes i do, thanks a lot for that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Running CVS Server on Fedora Core 4 with pserver as "cvs" user rupak Fedora 2 09-17-2005 02:06 PM
Running CVS Server with pserver as "cvs" user on Fedora Core 4 rupak Linux - Software 2 09-17-2005 12:10 PM
create a cvs repository with existing files to cvs powah Linux - Software 1 08-19-2005 09:19 AM
Obtaining sources by CVS - no cvs access cybrjackle *BSD 0 01-18-2005 08:28 AM
cvs wine. Unable to download. Error "cvs: command not found" gonus Debian 5 08-03-2004 07:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration