From owner-freebsd-hackers Tue Sep 16 21:29:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA13057 for hackers-outgoing; Tue, 16 Sep 1997 21:29:26 -0700 (PDT) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [133.138.1.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA12872 for ; Tue, 16 Sep 1997 21:25:08 -0700 (PDT) From: itojun@itojun.org Received: from localhost (itojun@localhost [127.0.0.1]) by itojun.csl.sony.co.jp (8.8.5/3.3W3) with ESMTP id NAA18008 for ; Wed, 17 Sep 1997 13:19:23 +0900 (JST) To: hackers@freebsd.org Subject: cvs pserver mode X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 X-Mailer: comp (MHng project) version 1997/08/04 03:38:46, by Jun-ichiro Itoh MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-ID: Date: Wed, 17 Sep 1997 13:19:22 +0900 Message-ID: <18005.874469962@itojun.csl.sony.co.jp> Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk does any of you have trouble using pserver mode of cvs? I got cvs 1.19.10 on /usr/bin/cvs (got from FreeBSD-current) and every time I use login command, cvs bails out with "incorrect password" message. I've tried my UNIX password and cvs password (by making CVSROOT/password), and $CVSROOT with "localhost" and canonical hostname, but they do not seem to change the behavior. >% cvs -d :pserver:itojun@localhost:/export/somewhere/cvsroot login >(Logging in to itojun@localhost) >CVS password: >cvs [login aborted]: incorrect password inetd.conf is as follows: >cvspserver stream tcp nowait root /usr/bin/cvs cvs -b /usr/bin pserver If anybody have some clue for this, please drop me a note. Thanks! itojun