Re: setting up cvs server: connection refused SOLVED

2001-07-12 Thread Eric G. Miller
On Thu, Jul 12, 2001 at 12:34:42AM -0500, will trillich wrote: [snip] > > My understanding is, you probably want to be using ssh and :ext: method > > rather than the ":pserver:" method for read/write repositories. But, I > > guess, that configuration is a little different. > > but from what i've

Re: setting up cvs server: connection refused SOLVED

2001-07-12 Thread will trillich
On Wed, Jul 11, 2001 at 02:17:30AM -0700, Eric G. Miller wrote: > Okay, just looked up some more infos. Seems there's a cvspserver > wrapper in Debian already (a Bourne script) in /usr/sbin/cvs-pserver. > > So, then regular /etc/inetd.conf has something like: > > cvspserver stream tcp nowait r

Re: setting up cvs server: connection refused

2001-07-11 Thread Eric G. Miller
Okay, just looked up some more infos. Seems there's a cvspserver wrapper in Debian already (a Bourne script) in /usr/sbin/cvs-pserver. So, then regular /etc/inetd.conf has something like: cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/sbin/cvs-pserver It looks at /etc/cvs-pserver.conf

Re: setting up cvs server: connection refused

2001-07-11 Thread Eric G. Miller
On Tue, Jul 10, 2001 at 10:13:06PM -0500, will trillich wrote: > $ telnet 192.168.1.1 2401 > Trying 192.168.1.1... > Connected to 192.168.1.1. > Escape character is '^]'. > hello > cvs [pserver aborted]: bad auth protocol start: hello > > Connection closed

Re: setting up cvs server: connection refused

2001-07-10 Thread will trillich
On Tue, Jul 10, 2001 at 11:10:41AM +0200, Andre Alexander Bell wrote: > On Tuesday, 10. July 2001 07:34, will trillich wrote: > >$ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/site/cvsroot/myProj > login > >(Logging in to [EMAIL PROTECTED]) > >CVS password: > >cvs [

Re: setting up cvs server: connection refused

2001-07-10 Thread will trillich
On Mon, Jul 09, 2001 at 11:12:54PM -0700, Eric G. Miller wrote: > On Tue, Jul 10, 2001 at 12:34:41AM -0500, will trillich wrote: > > hi. trouble in setting up "cvs server" on potato-- > > > > $ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/site/cvsroot/myProj login > > (Logging in to [EMAIL

Re: setting up cvs server: connection refused

2001-07-10 Thread Andre Alexander Bell
On Tuesday, 10. July 2001 07:34, will trillich wrote: >$ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/site/cvsroot/myProj login >(Logging in to [EMAIL PROTECTED]) >CVS password: >cvs [login aborted]: connect to 192.168.1.1:2401 failed: >Connection refused >

Re: setting up cvs server: connection refused

2001-07-10 Thread Eric G. Miller
On Tue, Jul 10, 2001 at 12:34:41AM -0500, will trillich wrote: > hi. trouble in setting up "cvs server" on potato-- > > i'm trying to follow the cvsbook.red-bean.com instrux to get > my debian/potato up as a cvs server. nmap shows the cvspserver > port is being listened on, as here's the xinetd.co

setting up cvs server: connection refused

2001-07-10 Thread will trillich
hi. trouble in setting up "cvs server" on potato-- i'm trying to follow the cvsbook.red-bean.com instrux to get my debian/potato up as a cvs server. nmap shows the cvspserver port is being listened on, as here's the xinetd.conf entry: service cvspserver { socket_type = stream