Date: Sun, 13 Jul 2008 12:46:31 +0200 From: Daniel Leidert <daniel.leidert.spam@gmx.net> To: Pablo Barriga <pablo.barriga@gmail.com> Cc: freebsd-cvsweb@freebsd.org Subject: Re: CVSWEB show only directories Message-ID: <1215945991.7998.2.camel@localhost> In-Reply-To: <7a24f73b0806171148o5d069581m5c657c095651b5cd@mail.gmail.com> References: <7a24f73b0806171148o5d069581m5c657c095651b5cd@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Dienstag, den 17.06.2008, 13:48 -0500 schrieb Pablo Barriga: > Hello, I recently instaled Rancid and then I wanted to publish the > configurations of my router on the CVSWEB application, the application run > but it only show the directories but none of the configs files, please any > help would be great. > > And also when I tried to open the CVS folder I am getting > > Error: Failed to spawn GNU rlog on * > "/usr/local/rancid/var/CVS/networking/router.db,v"*. > > Did you set the *@command_path* in your configuration file correctly? > (Currently: "/bin:/usr/bin") Late, bot hopefully not too late: Enable debugging and check your webserver log. This should give you more information, which command your server tries to execute. cvsweb first checks, if a command is found in one of the paths in @command_path and then executes this command. In the recent Perl 5.10 there is a bug which leads to a failing test in cvsweb, so the command is not found, even if it is in one of the paths. Of course maybe you just need to extend @command_path to find the command(s) on your system. Regards, Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1215945991.7998.2.camel>