From owner-freebsd-cvsweb@FreeBSD.ORG Tue May 20 15:31:52 2003 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83FE137B401 for ; Tue, 20 May 2003 15:31:52 -0700 (PDT) Received: from smtp3.pp.htv.fi (smtp3.pp.htv.fi [213.243.153.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id E236C43FBF for ; Tue, 20 May 2003 15:31:51 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp3.pp.htv.fi (Postfix) with ESMTP id A2B6627AEC8; Wed, 21 May 2003 01:31:50 +0300 (EEST) Received: from cs78130147.pp.htv.fi (cs78130147.pp.htv.fi [62.78.130.147]) by posti.pp.htv.fi (8.11.1/8.11.1) with ESMTP id h4KMWP908321; Wed, 21 May 2003 01:32:26 +0300 (EETDST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Rogerio Tambellini In-Reply-To: <3ECAA87C.7090406@softtek.com> References: <3ECAA87C.7090406@softtek.com> Content-Type: text/plain; charset=ISO-8859-1 Organization: FreeBSD Message-Id: <1053469908.22989.53.camel@bobcat.ods.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 21 May 2003 01:31:48 +0300 Content-Transfer-Encoding: 8bit cc: freebsd-cvsweb@FreeBSD.org Subject: Re: Error: Failed to spawn GNU rlog X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 22:31:52 -0000 On Wed, 2003-05-21 at 01:13, Rogerio Tambellini wrote: > ---------- > > Error: Failed to spawn GNU rlog on "/usr/local/cvs/JBlog//.classpath,v, > /usr/local/cvs/JBlog//.project,v". > > Did you set the $command_path in your configuration file correctly ? > (Currently "/bin:/usr/bin:/usr/local/bin" > ---------- > > My $command_path is configured correctly as rlog command is in /usr/bin > directory. What can I do to fix this error? To get the real errors, you can comment out the line(s) like: open(STDERR, '>/dev/null'); # rlog may complain ... ...around line 2130 (assuming you're using FreeBSD-CVSweb 2.0.6) in cvsweb.cgi and watch your web server error log while clicking the problematic dir link. > Should I give any permission to my httpd user group? Yep, I guess this is a permissions issue. Your web server user needs to be able at least to read the files in the repository. The files INSTALL and cvsweb.conf contain more hints. HTH, -- \/ille Skyttä scop at FreeBSD.org