From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 17:39:09 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 8526E16A41F for ; Sat, 7 Jan 2006 17:39:09 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D1A43D46 for ; Sat, 7 Jan 2006 17:39:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530b-0180.otenet.gr [62.103.226.180]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with ESMTP id k07Hd5Qe015974; Sat, 7 Jan 2006 19:39:05 +0200 Received: by flame.pc (Postfix, from userid 1001) id 0B51D11857; Sat, 7 Jan 2006 19:37:42 +0200 (EET) Date: Sat, 7 Jan 2006 19:37:41 +0200 From: Giorgos Keramidas To: Jose Liang Message-ID: <20060107173741.GB1053@flame.pc> References: <000601c61351$930ab8f0$2e02a8c0@josematrix> <003401c6133e$427b8850$2e02a8c0@josematrix> <20060107045755.GA4344@flame.pc> <000f01c61350$e706c5d0$2e02a8c0@josematrix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c61351$930ab8f0$2e02a8c0@josematrix> <000f01c61350$e706c5d0$2e02a8c0@josematrix> Cc: freebsd-questions@freebsd.org Subject: Re: Problem with cvs commit failed in cvs-freebsd setup 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: Sat, 07 Jan 2006 17:39:09 -0000 On 2006-01-07 12:57, Giorgos Keramidas wrote: > > Who is the owner of the commitcheck script? Does it match the user or > the group of the cvsd setup? On 2006-01-07 14:09, Jose Liang wrote: > The user and group of CVS repository, commitcheck script and other > scripts both are cvs, and my FreeBSD user account has add into cvs > group, too. > > Thanks! On 2006-01-07 14:14, Jose Liang wrote: > Oh, by the way, my cvs user has added into cvs group, too. Yes, but you mentioned 'cvsd' and copied a snippet of cvsd's "config file". Does that mean that you run a cvs server process chrooted and/or under the devel/cvsd port? If that is true, then check that: - The cvsd chrooted process is also part of the 'cvs' group when running *within* the chroot. - That 'cvs' group matches the one outside the chroot, or at the very least the group of the chrooted copy of the CVS repository.