From owner-freebsd-cvsweb@FreeBSD.ORG Tue May 31 04:48:41 2005 Return-Path: X-Original-To: freebsd-cvsweb@FreeBSD.org 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 D99EA16A41C for ; Tue, 31 May 2005 04:48:41 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp827.mail.sc5.yahoo.com (smtp827.mail.sc5.yahoo.com [66.163.171.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 8CA5543D1F for ; Tue, 31 May 2005 04:48:41 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.196.53 with login) by smtp827.mail.sc5.yahoo.com with SMTP; 31 May 2005 04:48:40 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 20D0E60D7; Mon, 30 May 2005 23:48:40 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06964-06; Mon, 30 May 2005 23:48:37 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 8E96960CE; Mon, 30 May 2005 23:48:37 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.3/8.13.3) with ESMTP id j4V4mb6F001965; Mon, 30 May 2005 23:48:37 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <429BECA0.3050103@alumni.rice.edu> Date: Mon, 30 May 2005 23:48:32 -0500 From: Jonathan Noack User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050428) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Langille References: <429B65B2.852.2566F796@localhost> <429B7ED5.1334.25C92A91@localhost> In-Reply-To: <429B7ED5.1334.25C92A91@localhost> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5FF931C02FD5604E15B3793B" X-Virus-Scanned: amavisd-new at noacks.org Cc: freebsd-cvsweb@FreeBSD.org Subject: Re: Error: Failed to spawn GNU rlog X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 04:48:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5FF931C02FD5604E15B3793B Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/30/05 20:00, Dan Langille wrote: > Let me try again... > > On 30 May 2005 at 19:12, Jonathan Noack wrote: >>On 05/30/05 18:12, Dan Langille wrote: >>>I'm getting this error: >>> >>>Error >>> >>>Error: Failed to spawn GNU rlog on >>>"/usr/websites/develop.example.org/repository/configuration//vhosts. >>>co nf.sample,v, >>>/usr/websites/develop.example.org/repository/configuration//.cvsigno >>>re ,v". >>> >>>Did you set the $command_path in your configuration file correctly ? >>>(Currently "/bin:/usr/bin:/usr/local/bin" >>> >>>If I run rlog on the above mentioned files, I get expected results. >>> >>>I'm running 4.11-stable, Apache 1.3.33, cvsweb-2.0.6_2, and perl >>>5.8.6 >>> >>>This entry from the archives indicates >>>this is not a new problem, but also that it should be fixed >>>"shortly". >>> >>>Clues please? >> >>Historically this has been a problem with CVSweb 2.0.x and Perl 5.8's >>stricter taint checks, but the -T flag was removed as of 2.0.6_1 and >>there have been no reports of this problem since July 2004. When you >>run rlog manually, are you running it as the same user that runs >>CVSweb (and most likely Apache)? > > No, I ran it as myself. To run it as www (this time, with a different command): > > $ sudo -u www rlog /usr/websites/develop.example.org/repository/ > configuration//vhosts.conf.sample,v /usr/websites/develop.example.org/repository/configuration//. > cvsignore,v > > RCS file: /usr/websites/develop.example.org/repository/configuration//vhosts.conf.sample,v > Working file: vhosts.conf.sample > head: 1.8 > branch: > locks: strict > access list: > symbolic names: > beta: 1.1.1.1 > devel: 1.1.1 > keyword substitution: kv > total revisions: 9; selected > ... > > Interesting... [still] To see what the actual error is, comment out the redirection of STDERR on lines 2131 and 2138 (with 2.0.6) and see if you get anything in your web server error logs. Be sure www has read access to all files and directories in the repository. -- Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig5FF931C02FD5604E15B3793B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCm+ylUFz01pkdgZURAqgeAKCNaFw1pCZ78LdGGcmddZp8yeJBuQCfQ00P rLLXJ1HVTSN33I17XI4ssZo= =hcmh -----END PGP SIGNATURE----- --------------enig5FF931C02FD5604E15B3793B--