From owner-freebsd-cvsweb@FreeBSD.ORG Fri Jul 9 00:24:54 2004 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 906F116A4CF for ; Fri, 9 Jul 2004 00:24:54 +0000 (GMT) Received: from xena.bway.net (xena.bway.net [216.220.96.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1275843D1F for ; Fri, 9 Jul 2004 00:24:54 +0000 (GMT) (envelope-from spork@bway.net) Received: (qmail 50162 invoked by uid 0); 9 Jul 2004 00:24:51 -0000 Received: from unknown (HELO toad.nat.fasttrackmonkey.com) (216.220.116.154) by xena.bway.net with AES256-SHA encrypted SMTP; 9 Jul 2004 00:24:51 -0000 Date: Thu, 8 Jul 2004 20:24:12 -0400 (EDT) From: Charles Sprickman X-X-Sender: spork@toad.nat.fasttrackmonkey.com To: freebsd-cvsweb@freebsd.org Message-ID: <20040708202008.I24700@toad.nat.fasttrackmonkey.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Unable 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 00:24:54 -0000 Hi, I've had cvsweb up and running for a year or two, and today I went to have a look at it and got the dreaded message: Error: Failed to spawn GNU rlog on "/usr/local/etc/cvs/admin//clean_radacct.pl,v, /usr/local/etc/cvs/admin//dig-domains.pl,v, /usr/local/etc/cvs/admin//dotqmailedit.c,v, /usr/local/etc/cvs/admin//dcc-local-build.tgz,v". Did you set the $command_path in your configuration file correctly ? (Currently "/bin:/usr/bin:/usr/local/bin" rlog is in /usr/bin, and running the command by hand as the apache user works fine: root@miko[/usr/local/www/cgi-bin/cvs]# su -m www -c "rlog /usr/local/etc/cvs/admin//clean_radacct.pl,v" RCS file: /usr/local/etc/cvs/admin//clean_radacct.pl,v Working file: clean_radacct.pl head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2003/06/30 02:53:16; author: spork; state: Exp; pull in from freeradius dist ---------------------------- What am I missing here? Apache has been upgraded recently, so I assume that's the culprit, but what about the upgrade might be causing this? Apache is: apache+mod_ssl-1.3.29+2.8.16_1 from ports. I've also upgraded cvsweb to the latest version: cvsweb-2.0.6_1 (was 2.0.6). Any ideas? Thanks, Charles ___ Charles Sprickman NetEng/SysAdmin Bway.net - New York's Best Internet - www.bway.net spork@bway.net - 212.655.9344 From owner-freebsd-cvsweb@FreeBSD.ORG Fri Jul 9 01:19:10 2004 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 0B55116A4CE for ; Fri, 9 Jul 2004 01:19:10 +0000 (GMT) Received: from xena.bway.net (xena.bway.net [216.220.96.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8BD43D58 for ; Fri, 9 Jul 2004 01:19:09 +0000 (GMT) (envelope-from spork@bway.net) Received: (qmail 18979 invoked by uid 0); 9 Jul 2004 01:19:09 -0000 Received: from unknown (HELO toad.nat.fasttrackmonkey.com) (216.220.116.154) by xena.bway.net with AES256-SHA encrypted SMTP; 9 Jul 2004 01:19:09 -0000 Date: Thu, 8 Jul 2004 21:18:30 -0400 (EDT) From: Charles Sprickman X-X-Sender: spork@toad.nat.fasttrackmonkey.com To: freebsd-cvsweb@freebsd.org In-Reply-To: <20040708202008.I24700@toad.nat.fasttrackmonkey.com> Message-ID: <20040708211731.T24700@toad.nat.fasttrackmonkey.com> References: <20040708202008.I24700@toad.nat.fasttrackmonkey.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Unable 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 01:19:10 -0000 Just following up to my post, here's a few more bits of info: perl is: This is perl, v5.8.4 built for i386-freebsd-64int If I remove the taint switch "-T" from the shebang it works fine... Thanks, Charles On Thu, 8 Jul 2004, Charles Sprickman wrote: > Hi, > > I've had cvsweb up and running for a year or two, and today I went to have > a look at it and got the dreaded message: > > Error: Failed to spawn GNU rlog on > "/usr/local/etc/cvs/admin//clean_radacct.pl,v, > /usr/local/etc/cvs/admin//dig-domains.pl,v, > /usr/local/etc/cvs/admin//dotqmailedit.c,v, > /usr/local/etc/cvs/admin//dcc-local-build.tgz,v". > > Did you set the $command_path in your configuration file correctly ? > (Currently "/bin:/usr/bin:/usr/local/bin" > > rlog is in /usr/bin, and running the command by hand as the apache user > works fine: > > root@miko[/usr/local/www/cgi-bin/cvs]# su -m www -c "rlog > /usr/local/etc/cvs/admin//clean_radacct.pl,v" > > RCS file: /usr/local/etc/cvs/admin//clean_radacct.pl,v > Working file: clean_radacct.pl > head: 1.1 > branch: > locks: strict > access list: > symbolic names: > keyword substitution: kv > total revisions: 1; selected revisions: 1 > description: > ---------------------------- > revision 1.1 > date: 2003/06/30 02:53:16; author: spork; state: Exp; > pull in from freeradius dist > ---------------------------- > > What am I missing here? Apache has been upgraded recently, so I assume > that's the culprit, but what about the upgrade might be causing this? > Apache is: apache+mod_ssl-1.3.29+2.8.16_1 from ports. > > I've also upgraded cvsweb to the latest version: cvsweb-2.0.6_1 (was > 2.0.6). > > Any ideas? > > Thanks, > > Charles > ___ > Charles Sprickman > NetEng/SysAdmin > Bway.net - New York's Best Internet - www.bway.net > spork@bway.net - 212.655.9344 > > From owner-freebsd-cvsweb@FreeBSD.ORG Fri Jul 9 14:04:04 2004 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 8E3FC16A4CE for ; Fri, 9 Jul 2004 14:04:04 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5521D43D39 for ; Fri, 9 Jul 2004 14:04:04 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.130.181] (cs78130181.pp.htv.fi [62.78.130.181]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 00286296DF4 for ; Fri, 9 Jul 2004 17:04:02 +0300 (EEST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <20040708211731.T24700@toad.nat.fasttrackmonkey.com> References: <20040708202008.I24700@toad.nat.fasttrackmonkey.com> <20040708211731.T24700@toad.nat.fasttrackmonkey.com> Content-Type: text/plain Organization: FreeBSD Message-Id: <1089381842.31544.492.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 09 Jul 2004 17:04:02 +0300 Content-Transfer-Encoding: 7bit Subject: Re: Unable 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 14:04:04 -0000 On Fri, 2004-07-09 at 04:18, Charles Sprickman wrote: > perl is: This is perl, v5.8.4 built for i386-freebsd-64int > If I remove the taint switch "-T" from the shebang it works fine... Known problem in CVSweb 2.0.x with Perl 5.8+. > > I've also upgraded cvsweb to the latest version: cvsweb-2.0.6_1 (was > > 2.0.6). 2.0.6 is the latest 2.0.x version. 3.0.1 is the current FreeBSD-CVSweb release; take a look at devel/cvsweb3 in ports.