Bug 15411

Summary: anoncvs does not work: /ctm/FreeBSD/anoncvs/anoncvssh: No such file or directory
Product: Base System Reporter: timlee <timlee>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description timlee 1999-12-11 01:30:02 UTC
Anonymous CVS to anoncvs@anoncvs.FreeBSD.org:/cvs fails
because /ctm/FreeBSD/anoncvs/anoncvssh does not exist on
anoncvs.FreeBSD.org .

Fix: 

Workaround is to download updates some other way.
How-To-Repeat: # echo $CVSROOT
anoncvs@anoncvs.FreeBSD.org:/cvs
# echo $CVS_RSH
/usr/local/bin/ssh
# cvs checkout ports/security/openssh
/ctm/FreeBSD/anoncvs/anoncvssh: No such file or directory
cvs [checkout aborted]: end of file from server (consult above messages
#

Fails with rsh (CVS_RSH not set to ssh) as well.
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 1999-12-21 12:52:01 UTC
State Changed
From-To: open->closed

anoncvs.freebsd.org is back, but now uses 'pserver' authentication. 
Handbook updated (Revision 1.34) to reflect this.