From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 17:11:12 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 4473A16A407 for ; Thu, 14 Sep 2006 17:11:12 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF15A43D45 for ; Thu, 14 Sep 2006 17:11:11 +0000 (GMT) (envelope-from michael.grant@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so1185147nzn for ; Thu, 14 Sep 2006 10:11:11 -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:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=MHXni026xI79NUdKlI/kOqzO3ZwRWT+HPI4hWbrx6BBj7VHsxRIdP6olvmY8X1yFBACVutxfy7WBXSCrNH3zqKhEF06y2C/HenyHmyxYA4n94ANZc1r7mNSH28Sq5SzRTXRqC6nQ0gcuypXzXNuzzx3lp8xB2CG9Wi8vhSb2m44= Received: by 10.35.91.10 with SMTP id t10mr3996321pyl; Thu, 14 Sep 2006 10:11:10 -0700 (PDT) Received: by 10.65.124.15 with HTTP; Thu, 14 Sep 2006 10:11:10 -0700 (PDT) Message-ID: <62b856460609141011s72e72eah70996448f74e7cd0@mail.gmail.com> Date: Thu, 14 Sep 2006 19:11:10 +0200 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1329a83e5e732e93 Subject: 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:11:12 -0000 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? Michael Grant