Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 16:48:49 -0700 (PDT)
From:      <timlee@xpeed.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/12785: anoncvs@anoncvs.freebsd.org:/cvs does not work
Message-ID:  <199907232348.QAA05489@minos.dsllogic.com>

next in thread | raw e-mail | index | archive | help

>Number:         12785
>Category:       misc
>Synopsis:       anoncvs@anoncvs.freebsd.org:/cvs does not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 16:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Timothy J. Lee
>Release:        FreeBSD 3.1-19990416-STABLE i386
>Organization:
Xpeed, Inc.
>Environment:

	Attempting to use cvs on 3.1-19990416-STABLE i386 to
	check out updates from anoncvs.FreeBSD.org, using
	both rsh and ssh.

>Description:

	Setting the CVSROOT environment variable to
	anoncvs@anoncvs.FreeBSD.org:/cvs and then using
	cvs checkout does not work with either rsh or ssh.

	The problem appears to be that anoncvs.FreeBSD.org
	is not actually allowing rsh or ssh connections.

>How-To-Repeat:

	minos# echo $CVSROOT
	anoncvs@anoncvs.FreeBSD.org:/cvs
	minos# !cvs
	cvs checkout -rRELENG_3 src/sys
	select: protocol failure in circuit setup
	cvs [checkout aborted]: end of file from server (consult above messages if any)
	minos# setenv CVS_RSH /usr/local/bin/ssh
	minos# !cvs
	cvs checkout -rRELENG_3 src/sys
	anoncvs@anoncvs.freebsd.org's password: 
	Permission denied.
	cvs [checkout aborted]: end of file from server (consult above messages if any)
	minos# 

>Fix:
	
	Using "ssh -v anoncvs@anoncvs.FreeBSD.org" gives a bunch
	of possibly related messages including:

	minos.dsllogic.com: Remote: Server does not permit empty password login.
	[...]
	minos.dsllogic.com: Remote: Bad file modes for /ctm/FreeBSD/anoncvs

	before a password is asked for.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907232348.QAA05489>