Bug 12785

Summary: anoncvs@anoncvs.freebsd.org:/cvs does not work
Product: Base System Reporter: timlee <timlee>
Component: miscAssignee: chuckr
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description timlee 1999-07-24 00:50:01 UTC
	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.

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.
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#
Comment 1 Sheldon Hearn 1999-08-10 13:21:59 UTC
On Fri, 06 Aug 1999 20:51:18 -0400, Chuck Robey wrote:

> I have anoncvs working now (straight anoncvs, not pserver):
> 
> setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs
> cvs get [some path]
> 
> I wasn't aware of anyone using pserver method.  Any users of anoncvs,
> could you please test this for me?

Perhaps Timothy Lee <timlee@xpeed.com> could test this out, since has an
open PR on broken anoncvs.

Ciao,
Sheldon.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-08-10 14:25:02 UTC
State Changed
From-To: open->feedback

Could you test this out again? Chuck Robey mailed one of the lists 
with an announcement which suggests that this may have been fixed. 
Waiting on your feedback... 


Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 1999-08-10 14:25:02 UTC
Responsible Changed
From-To: freebsd-bugs->chuckr

Chuck says he's fixed this. 
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 1999-08-16 08:09:26 UTC
State Changed
From-To: feedback->closed

Timed out waiting for feedback.