From owner-freebsd-hackers Tue Sep 16 23:10:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19759 for hackers-outgoing; Tue, 16 Sep 1997 23:10:34 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19754 for ; Tue, 16 Sep 1997 23:10:32 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id XAA07881; Tue, 16 Sep 1997 23:04:26 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd007879; Wed Sep 17 06:04:20 1997 Date: Tue, 16 Sep 1997 23:03:38 -0700 (PDT) From: Julian Elischer To: itojun@itojun.org cc: hackers@FreeBSD.ORG Subject: Re: cvs pserver mode In-Reply-To: <18005.874469962@itojun.csl.sony.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk have you set the allow-root= setting in your inetd.conf? it's new for 1.9.10 On Wed, 17 Sep 1997 itojun@itojun.org wrote: > 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 >