From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 17:24:08 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 658EA16A415 for ; Thu, 14 Sep 2006 17:24:08 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D16743D4C for ; Thu, 14 Sep 2006 17:24:07 +0000 (GMT) (envelope-from michael.grant@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so1187789nzn for ; Thu, 14 Sep 2006 10:24:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pUSdrACvsokDdV2DQtoDEHe6lcJlzOK5e/zoiQpwKTGmusZRKJ6PvK2uWIZe6mPERzQeWs0/T6ez/hpXYFqsleDBFN5ItM7Rl+mJsnK1whn0rYRFA2xV1XAxSWqKpIsEI2JMlz+7mENonZkFz+GW75KAv+ZHbr2I2tgJT72z+kA= Received: by 10.65.43.17 with SMTP id v17mr7784868qbj; Thu, 14 Sep 2006 10:24:06 -0700 (PDT) Received: by 10.65.124.15 with HTTP; Thu, 14 Sep 2006 10:24:06 -0700 (PDT) Message-ID: <62b856460609141024i1f0a21a5w3e4a79b6170ce6@mail.gmail.com> Date: Thu, 14 Sep 2006 19:24:06 +0200 From: "Michael Grant" Sender: michael.grant@gmail.com To: "Bill Moran" In-Reply-To: <20060914131526.733c1985.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <62b856460609141011s72e72eah70996448f74e7cd0@mail.gmail.com> <20060914131526.733c1985.wmoran@collaborativefusion.com> X-Google-Sender-Auth: 0e72e817bf2d91e2 Cc: FreeBSD Questions 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: Thu, 14 Sep 2006 17:24:08 -0000 Yes, I'm su'ed on both machines: uid=0(root) gid=0(wheel) groups=0(wheel), 5(operator) -Mike On 9/14/06, Bill Moran wrote: > In response to "Michael Grant" : > > > 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. > > > > Ideas? Suggestions? > > Are the UIDs synchronized across machines? Do "id" on each machine > and see if the output is the same. > > Just a thought. > > -- > Bill Moran > Collaborative Fusion Inc. > >