LinuxQuestions.org
Visit Jeremy's Blog.
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 03-18-2009, 12:26 AM   #1
raghurani
LQ Newbie
 
Registered: Mar 2009
Posts: 5

Rep: Reputation: 0
pserver


Hi,

I am unable to set up pserver for CVS in ubuntu
I was able to do it in redhat 7.2. but the same is not working in ubuntu.

The default path it is recognizing which is /var/lib/cvsd/

I have the OS in one harddisk and data in another. How do I set the path now? HDD3 is where my data is and HDD1 is where I have OS installed!!!!!!!!!!!Hope Iam clear.
 
Old 03-18-2009, 12:46 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by raghurani View Post
Hi,

I am unable to set up pserver for CVS in ubuntu
I was able to do it in redhat 7.2. but the same is not working in ubuntu.

The default path it is recognizing which is /var/lib/cvsd/

I have the OS in one harddisk and data in another. How do I set the path now? HDD3 is where my data is and HDD1 is where I have OS installed!!!!!!!!!!!Hope Iam clear.
No, not very clear at all. HDD1 and HDD3 don't say where your partitions are. And did you Google for this?

You need to modify your project path, to point to the new location. These pages may help:

http://www.korayguclu.de/index.php?&...vs.pserver.xml
http://pwet.fr/man/linux/formats/pserver

If you type in "man pserver", it will point you to the location of the config file (usually /etc/cvsnt/PServer). Edit it accordingly, and restart pserver.
 
Old 03-19-2009, 12:08 AM   #3
raghurani
LQ Newbie
 
Registered: Mar 2009
Posts: 5

Original Poster
Rep: Reputation: 0
pserver

Hi,

Thanks for the link. here is the information about the OS
1. The version of OS is UBUNTU 8.10
2. The default path when I install CVS it is taking it as /var/lib/cvsd
3. The xinetd.d I had to install and it is under /etc.
4. I Opened the file cvspserver
service cvspserver
{
socket_type = stream
protocol = tcp
wait = no
user = root
server_args = --allow-root=/projects/testcvs pserver
}
I have given execute persmission to the file and restarted xinetd service.
The project data is in /projects/testcvs
I have used cvs -d /projects/testcvs init to initialise the repository
I have set group to the repository ie., cvsd and changed the group owner to be cvsd.


I tried checking out but the message says
Logging in to server:devarani@ubuntucvsserver:2401:/projects/testcvs
cvs [login aborted]: unrecognized auth response from ubuntuCVSserver: cvs [pserver aborted]: /projects/testcvs: no such repository

What do I do?

I know this message says that it is unable to find the repository path.
right now I have not set a seperate harddisk for the data as I am in the process of setting up the server. I have not put the data and OS in two different harddisks. I plan to do that after my server works for the path I have set. Hope I am now clear. Have I done anything wrong here.
 
Old 03-19-2009, 10:22 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by raghurani View Post
Hi,

Thanks for the link. here is the information about the OS
1. The version of OS is UBUNTU 8.10
2. The default path when I install CVS it is taking it as /var/lib/cvsd
3. The xinetd.d I had to install and it is under /etc.
4. I Opened the file cvspserver
service cvspserver
{
socket_type = stream
protocol = tcp
wait = no
user = root
server_args = --allow-root=/projects/testcvs pserver
}
I have given execute persmission to the file and restarted xinetd service.
The project data is in /projects/testcvs
I have used cvs -d /projects/testcvs init to initialise the repository
I have set group to the repository ie., cvsd and changed the group owner to be cvsd.


I tried checking out but the message says
Logging in to server:devarani@ubuntucvsserver:2401:/projects/testcvs
cvs [login aborted]: unrecognized auth response from ubuntuCVSserver: cvs [pserver aborted]: /projects/testcvs: no such repository

What do I do?

I know this message says that it is unable to find the repository path.
right now I have not set a seperate harddisk for the data as I am in the process of setting up the server. I have not put the data and OS in two different harddisks. I plan to do that after my server works for the path I have set. Hope I am now clear. Have I done anything wrong here.
Well, the message says:

Quote:
cvs [login aborted]: unrecognized auth response from ubuntuCVSserver:
Indicating bad user name/password. Since you're moving from one server to another, did you add the users into CVS? Set the passwords?
 
Old 03-19-2009, 11:18 PM   #5
raghurani
LQ Newbie
 
Registered: Mar 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Re: pserver

Hi,

I have created the users afresh. I have not imported any users, nor i have imported any repositories. I wanted to ensure it works before I did 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
How to configure pserver? jprathap Linux - Newbie 1 12-04-2008 08:06 AM
Question about multiple pserver Yig Linux - Server 2 08-30-2007 11:49 AM
cvs pserver doesn't work somayeh Linux - Server 1 07-29-2007 08:57 AM
is pserver (CVS) insecure? bschiett Linux - Newbie 3 03-29-2005 03:52 AM
installing cvs pserver harisankar Fedora 1 07-25-2004 12:49 PM

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

All times are GMT -5. The time now is 10:42 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