From owner-freebsd-questions@FreeBSD.ORG Fri Sep 15 10:18:45 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 D08A316A403 for ; Fri, 15 Sep 2006 10:18:45 +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 DF97943D5C for ; Fri, 15 Sep 2006 10:18:43 +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 k8FAIAZE006513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Sep 2006 13:18:16 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k8FAIU8V031395; Fri, 15 Sep 2006 13:18:31 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k8FAIPMO031394; Fri, 15 Sep 2006 13:18:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 15 Sep 2006 13:18:24 +0300 From: Giorgos Keramidas To: Michael Grant Message-ID: <20060915101824.GB30999@gothmog.pc> References: <62b856460609141011s72e72eah70996448f74e7cd0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62b856460609141011s72e72eah70996448f74e7cd0@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.77, 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 10:18:45 -0000 On 2006-09-14 19:11, Michael Grant wrote: > I'm being driven slowly mad by cvs... > > I have 3 boxes, one is acting as a cvs server. The "cvs clients" (for > lack of a better term) are running 6.1 and should be configured the > same. Yet, one machine lets me do a cvs login, the other requires I > use cvs -d :psserver:.. with each cvs command. > > I do not have CVSROOT set on either machine. > > What I get is this: > > [#822] cvs login > Logging in to :pserver:myname@myserver/home/foo/bar > cvs login: authorization failed: server myserver rejected access to > /home/foo/bar for user mgrant > > yet, on the other machine, I get a password prompt and all is fine. Someone sets CVSROOT, if you can just type "cvs login" and get a prompt for ``Logging in to :pserver:myname@myserver/home/foo/bar''. Can you run, on both systems, the following? $ env | sort | grep CVS