From owner-freebsd-questions@FreeBSD.ORG Fri Sep 15 19:05:57 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE5D16A40F for ; Fri, 15 Sep 2006 19:05:57 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC86343D70 for ; Fri, 15 Sep 2006 19:05:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k8FJ5Z6a024293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Sep 2006 22:05:37 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k8FJ5sQg045871; Fri, 15 Sep 2006 22:05:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k8FJ5j34045870; Fri, 15 Sep 2006 22:05:45 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 15 Sep 2006 22:05:45 +0300 From: Giorgos Keramidas To: Michael Grant Message-ID: <20060915190545.GC43346@gothmog.pc> References: <62b856460609141011s72e72eah70996448f74e7cd0@mail.gmail.com> <20060915101824.GB30999@gothmog.pc> <62b856460609150456j590be070v420472f319f06947@mail.gmail.com> <20060915120835.GB33397@gothmog.pc> <62b856460609150858v4e8a2213m3096ce1a49fc80c8@mail.gmail.com> <20060915160811.GB38014@gothmog.pc> <62b856460609151105u7443d883pce1b1e10ab849eb8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62b856460609151105u7443d883pce1b1e10ab849eb8@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.767, required 5, autolearn=not spam, AWL -0.17, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@FreeBSD.org Subject: Re: cvs question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 19:05:57 -0000 On 2006-09-15 20:05, Michael Grant wrote: > On 9/15/06, Giorgos Keramidas wrote: > >The CVS server seems to be using some sort of CVS access control, i.e. > >by a CVSROOT/readers or CVSROOT/writers file or something similar. > > I didn't set anything like that up. I simply added this line to > /etc/inetd.conf: > > cvspserver stream tcp nowait root /usr/bin/cvs cvs > --allow-root=/home/ng/tools/cvsroot --allow-root=/home/somewhere/else > pserver > > >I am not sure of all the gory details about your particular setup, but > >the message seems to imply that `mgrant' is blocked by the access > >controls of the server itself. > > It sure seems that way. Or it seems that somehow it's proposing the > wrong password. Hmm, now, here's something funny, the password in > CVSROOT/Root is all lower case and my password is mixed case. Try removing the relevant line from your ``~/.cvspass'', if there is one. I think what's happening is that a cached copy of the password is used from that file, and that copy is out of date.