From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 17:37:26 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 24C1D16A41F for ; Tue, 10 Jan 2006 17:37:26 +0000 (GMT) (envelope-from jliang@so-net.net.tw) Received: from mail2000-1.so-net.net.tw (mail2000-1.so-net.net.tw [61.64.127.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 10B2343D58 for ; Tue, 10 Jan 2006 17:37:19 +0000 (GMT) (envelope-from jliang@so-net.net.tw) X-M2KID: 43C3F092.0004D4E2 Received: from 61.62.69.212 by mail2000-1.so-net.net.tw with Mail2000 ESMTP Server V3.20S(26325:6:AUTH_RELAY) (envelope-from ); Wed, 11 Jan 2006 01:37:13 +0800 (CST) Message-ID: <000a01c6160c$5c2b5480$2e02a8c0@josematrix> From: "Jose Liang" To: "Giorgos Keramidas" References: <000601c61351$930ab8f0$2e02a8c0@josematrix> <003401c6133e$427b8850$2e02a8c0@josematrix> <20060107045755.GA4344@flame.pc> <000f01c61350$e706c5d0$2e02a8c0@josematrix> <20060107173741.GB1053@flame.pc> <005601c613b7$993d1d60$2e02a8c0@josematrix> <20060107212659.GA2175@flame.pc> Date: Wed, 11 Jan 2006 01:36:16 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 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: Tue, 10 Jan 2006 17:37:26 -0000 Thanks for your patience and explaining first! I've created a group file inside the chroot directory, it looks just like: wheel:*:0:root,cvs nobody:*:65534: cvs:*:1002:jose but it is still unable to work. And I exec ./commitcheck in local directory, it complains: Can't locate CVSROOT/cfg.pm in @INC (@INC contains: :pserver:jose@localhost:/cvsroot /usr/local/lib/perl5/5.8.7/BSDPAN /usr/local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.7/mach /usr/local/lib/perl5/5.8.7 .) at ./commitcheck line 13. BEGIN failed--compilation aborted at ./commitcheck line 13. So should I creat above files to the chroot environment manually? Because I'm afraid of I don't know exactly how to dig a bit deeper into Perl stuff. :( Maybe I should quit, but I just wanna use the feature of expanding a tag(cvs keyword) like 'FreeBSD'. When I modify CVSROOT/config to add my setting of KeywordExpand, cvs always failed. How could I get a solution to solve this? Thanks a lot! ----- Original Message ----- From: "Giorgos Keramidas" To: "Jose Liang" Cc: Sent: Sunday, January 08, 2006 5:26 AM Subject: Re: Problem with cvs commit failed in cvs-freebsd setup > > Try creating a minimal /etc/group file inside the chroot environment, > and see if this fixes the problem. If not, you may have to dig a bit > deeper into Perl stuff and add debugging code around the execution of > CVSROOT/commitcheck, i.e. by modifying CVSROOT/commitinfo to call a > script of your own, which prints more information about the process that > tries to invoke CVSROOT/commitcheck. >