From owner-freebsd-cvsweb@FreeBSD.ORG Sun Jul 13 10:46:35 2008 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7911E1065671 for ; Sun, 13 Jul 2008 10:46:35 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id B83218FC1C for ; Sun, 13 Jul 2008 10:46:34 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: (qmail invoked by alias); 13 Jul 2008 10:46:32 -0000 Received: from dslb-088-075-019-049.pools.arcor-ip.net (EHLO leidi.wgdd.de) [88.75.19.49] by mail.gmx.net (mp013) with SMTP; 13 Jul 2008 12:46:32 +0200 X-Authenticated: #17381962 X-Provags-ID: V01U2FsdGVkX19neL8Wh05nUN5Rm8Uu4hzQpnJDhTt6Q3FLqu1qRq cVvcMiOqCVjE8l Received: from localhost ([127.0.0.1]) by leidi.wgdd.de with esmtp (Exim 3.36 #1 (Debian)) id 1KHz67-0003sr-00; Sun, 13 Jul 2008 12:46:31 +0200 From: Daniel Leidert To: Pablo Barriga In-Reply-To: <7a24f73b0806171148o5d069581m5c657c095651b5cd@mail.gmail.com> References: <7a24f73b0806171148o5d069581m5c657c095651b5cd@mail.gmail.com> Content-Type: text/plain Organization: TU Dresden Date: Sun, 13 Jul 2008 12:46:31 +0200 Message-Id: <1215945991.7998.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 Cc: freebsd-cvsweb@freebsd.org Subject: Re: CVSWEB show only directories X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2008 10:46:35 -0000 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