[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: setting up cvs server: connection refused



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:will@192.168.1.1:/usr/local/site/cvsroot/myProj login
> > 	(Logging in to will@192.168.1.1)
> > 	CVS password: 
> > 	cvs [login aborted]: connect to 192.168.1.1:2401 failed:
> > 	Connection refused
> > 
> > anybody got some suggestions to impart? what do i need to look
> > for? what'd i miss?
> 
> The connection is failing from the start (at least, that's what it looks
> like).  Can you "telnet 192.168.1.1 2401"?  If that gets a connection,
> at least you know it's the authentication...

	$ 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 by foreign host.

so it's apparently connecting, but not authenticating. (right?)

the <CVSROOT>/passwd file looks like
	-rw-r--r--    1 will     Jul 10 00:27 CVSROOT/passwd
containing only
	will:LQ8t.ApJDZE.g

maybe somehow the cvs server side is looking in the wrong place
for the passwd file?

if i just delete the CVSROOT/passwd file altogether should i be
able to get in scot-free? i still get 'connection refused'
regardless...

-- 
DEBIAN NEWBIE TIP #21 from Will Trillich <will@serensoft.com> 
:
Looking to configure your Debian NETWORK SETTINGS? Look at the
file /etc/network/interfaces (try "man interfaces" for more
info). Then "ifup -a" to reload your settings, and "ifconfig" to
display them. (Also check out "apt-get install ipmasq"!)

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: