Date: Thu, 05 Jun 2008 06:55:31 +0200 From: Daniel Leidert <daniel.leidert.spam@gmx.net> To: Pat Kearns <paw841@gmail.com> Cc: freebsd-cvsweb@FreeBSD.org Subject: Re: What does this error mean? Do I need to set a path statement for access to the subdirectory? Message-ID: <1212641731.5560.8.camel@localhost> In-Reply-To: <afc8f5800806031520p49342942j12c761ca4e473439@mail.gmail.com> References: <afc8f5800806031520p49342942j12c761ca4e473439@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Dienstag, den 03.06.2008, 15:20 -0700 schrieb Pat Kearns: > Error Error: Failed to spawn GNU rlog on * > "/data/cvs/erscvs/ERSDOC/.project,v"*. > > Did you set the *@command_path* in your configuration file correctly? > (Currently: "/bin:/usr/bin:/usr/local/bin") Check with which rlog if rlog is in on of the paths in @command_path and check its permissions. If you are running Perl 5.10: There is a bug in Perl (fixed after the 5.10 release), that prevents the -x test in the search_path() function in the cvsweb CGI script to run properly. The problem can be easily verified by turning on debugging. There your webserver-log will show something like Can't exec "" ... as error even if rlog exists in one of the paths in @command_path. Use the following patch to fix it temporarily: http://svn.wgdd.de/websvn/wsvn/packages/cvsweb/trunk/debian/patches/10_483442_fix_perl_510_test_failure.dpatch?op=file&rev=0&sc=0 Regards, Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1212641731.5560.8.camel>