From owner-freebsd-bugs Fri Jul 23 16:50:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B59A314F6D for ; Fri, 23 Jul 1999 16:50:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04647; Fri, 23 Jul 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from charon-e.xpeed.com (charon-e.xpeed.com [209.101.240.10]) by hub.freebsd.org (Postfix) with SMTP id 62AC5156D8 for ; 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: Reply-To: timlee@xpeed.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/12785: anoncvs@anoncvs.freebsd.org:/cvs does not work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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