[gentoo-user] CVS server

2003-10-22 Thread Frederic SOSSON
Hello, I would like to install a CVS server one my gentoo machine, wich package should I take and how do I start the service ? Regards Fred _ Enjoy MSN 8 patented spam control and more with MSN 8 Dial-up Internet Service. Try

Re: [gentoo-user] CVS server

2003-10-22 Thread Dennis Freise
Hello, Hi. I would like to install a CVS server one my gentoo machine, wich package should I take and how do I start the service ? First, you need inetd or xinetd. I will take xinetd for this example. Edit /etc/xinetd.d/cvspserver and change disable = yes to disable = no and add only_from =

Re: [gentoo-user] CVS server

2003-10-22 Thread Frederic SOSSON
: [gentoo-user] CVS server Date: Wed, 22 Oct 2003 15:53:54 +0200 Hello, Hi. I would like to install a CVS server one my gentoo machine, wich package should I take and how do I start the service ? First, you need inetd or xinetd. I will take xinetd for this example. Edit /etc/xinetd.d/cvspserver

Re: [gentoo-user] CVS server

2003-10-22 Thread Sigurd Stordal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cvs [login aborted]: recv() from server mymachine: Connection reset by peer and add only_from = 192.168.25.0/24 to the options. Change that This will restrict it to only this network, are the remote machine on the network you have restricted it

Re: [gentoo-user] CVS server

2003-10-22 Thread Frederic SOSSON
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] CVS server Date: Wed, 22 Oct 2003 16:25:49 +0200 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cvs [login aborted]: recv() from server mymachine: Connection reset by peer and add only_from = 192.168.25.0/24

Re: [gentoo-user] CVS server

2003-10-22 Thread Marco Wesselgren
On Wed, 2003-10-22 at 16:31, Frederic SOSSON wrote: I did not add this line: this is my /etc/xinetd.d/cvspserver file: service cvspserver { disable = no socket_type = stream wait= no user= cvsd group =

Re: [gentoo-user] CVS server

2003-10-22 Thread Frederic SOSSON
I try to add -b /usr/bin but without success, my /var/log/cvspserver is empty :-\ Why this pserver reset my connection? Fred From: Marco Wesselgren [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] CVS server Date: Wed, 22 Oct 2003 16:47:14 +0200

Re: [gentoo-user] CVS server

2003-10-22 Thread Dennis Freise
I did not add this line: this is my /etc/xinetd.d/cvspserver file: You _have_ to add it, because the default is set to only_from = 127.0.0.1 ! Greets, Dennis -- [EMAIL PROTECTED] mailing list

[gentoo-user] cvs server

2003-02-12 Thread Henning, Brian
I would like to run a cvs server in gentoo. i installed cvs (emerge cvs). where is the statup script to start the server? thanks, brian -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] cvs server

2003-02-12 Thread Thomas T. Veldhouse
, February 12, 2003 11:51 AM Subject: Re: [gentoo-user] cvs server hi, cvs doesnt run as a daemon. so there is no need for a startup script. On Wed, Feb 12, 2003 at 11:28:44AM -0600, Henning, Brian wrote: I would like to run a cvs server in gentoo. i installed cvs (emerge cvs). where

Re: [gentoo-user] cvs server

2003-02-12 Thread Matthew Daubenspeck
On Wed, Feb 12, 2003 at 01:15:37PM -0500, Joshua Moore-Oliva wrote: I actually wanted to set up a cvs server.. but I couldn't find any documentation on it anywhere.. I even tried cvshome.. Does anyone know where I could find some documentation on setting up a cvs server?

Re: [gentoo-user] cvs server

2003-02-12 Thread douggorley
PROTECTED] Date: Wednesday, February 12, 2003 10:15 am Subject: Re: [gentoo-user] cvs server I actually wanted to set up a cvs server.. but I couldn't find any documentation on it anywhere.. I even tried cvshome.. Does anyone know where I could find some documentation on setting up a cvs

Re: [gentoo-user] cvs server

2003-02-12 Thread Bob Boyken
You need to set up either inetd or xinetd to start a cvs pserver. I am using xinetd. I have file I set up named /etc/xinet.d/cvspserver that looks like this: # default: on service cvspserver { disable = no port = 2401 socket_type = stream protocol = tcp

Re: [gentoo-user] cvs server

2003-02-12 Thread wes chow
://cvsbook.red-bean.com/cvsbook.html#Accessing_A_Repository Doug Gorley | [EMAIL PROTECTED] - Original Message - From: Joshua Moore-Oliva [EMAIL PROTECTED] Date: Wednesday, February 12, 2003 10:15 am Subject: Re: [gentoo-user] cvs server I actually wanted to set up a cvs server