From timlee@xpeed.com Fri Jul 23 16:48:57 1999
Return-Path: <timlee@xpeed.com>
Received: from charon-e.xpeed.com (charon-e.xpeed.com [209.101.240.10])
	by hub.freebsd.org (Postfix) with SMTP id 62AC5156D8
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 1999 16:48:50 -0700 (PDT)
	(envelope-from timlee@xpeed.com)
Received: (qmail 17118 invoked from network); 23 Jul 1999 16:48:49 -0700
Received: from minos.dsllogic.com (172.16.2.2)
  by charon.dsllogic.com with SMTP; 23 Jul 1999 16:48:49 -0700
Received: (from timlee@localhost)
	by minos.dsllogic.com (8.9.3/8.9.0) id QAA05489;
	Fri, 23 Jul 1999 16:48:49 -0700 (PDT)
Message-Id: <199907232348.QAA05489@minos.dsllogic.com>
Date: Fri, 23 Jul 1999 16:48:49 -0700 (PDT)
From: <timlee@xpeed.com>
Reply-To: timlee@xpeed.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: anoncvs@anoncvs.freebsd.org:/cvs does not work
X-Send-Pr-Version: 3.2

>Number:         12785
>Category:       misc
>Synopsis:       anoncvs@anoncvs.freebsd.org:/cvs does not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    chuckr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 16:50:01 PDT 1999
>Closed-Date:    Mon Aug 16 00:09:26 PDT 1999
>Last-Modified:  Mon Aug 16 00:09:51 PDT 1999
>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:

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: Chuck Robey <chuckr@picnic.mat.net>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: misc/12785: anoncvs 
Date: Tue, 10 Aug 1999 14:21:59 +0200

 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.
 
State-Changed-From-To: open->feedback 
State-Changed-By: sheldonh 
State-Changed-When: Tue Aug 10 06:25:02 PDT 1999 
State-Changed-Why:  
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... 


Responsible-Changed-From-To: freebsd-bugs->chuckr 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Aug 10 06:25:02 PDT 1999 
Responsible-Changed-Why:  
Chuck says he's fixed this. 
State-Changed-From-To: feedback->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Aug 16 00:09:26 PDT 1999 
State-Changed-Why:  
Timed out waiting for feedback. 
>Unformatted:
