From owner-freebsd-cvsweb@FreeBSD.ORG Sat Dec 18 08:52:06 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 58D3616A4CE for ; Sat, 18 Dec 2004 08:52:06 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF3A43D4C for ; Sat, 18 Dec 2004 08:52:06 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78128192.pp.htv.fi (cs78128192.pp.htv.fi [62.78.128.192]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 8A6D4296B9B; Sat, 18 Dec 2004 10:52:04 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Joe McCarty In-Reply-To: References: <1103318541.7746.63.camel@bobcat.mine.nu> Content-Type: text/plain Organization: FreeBSD Date: Sat, 18 Dec 2004 10:52:04 +0200 Message-Id: <1103359924.9615.16.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit cc: freebsd-cvsweb@freebsd.org Subject: Re: CVSRepositories 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: Sat, 18 Dec 2004 08:52:06 -0000 On Fri, 2004-12-17 at 14:14 -0800, Joe McCarty wrote: > Hi, Ville. > > RANCID is the Really Awesome New Cisco confIg Differ, and is found at > http://www.shrubbery.net/rancid/. I was refered to your project from > RANCID's documentation. > > I had never heard of SELinux until I looked it up in response to your > question. I'll check it out. Then it might be that you don't have it enabled, it has to be explicitly done in FC2 whereas in FC3 it's the default. > I think I would have gotten a different error message from an httpd.conf > access control. The message I got seems to indicate that cvsweb.cgi is > executing, since cvsweb.conf is being parsed. So would I have thought until I first tried CVSweb on SELinux-enabled FC3. The error message was exactly the same, the OS prevents Perl from accessing that dir altogether, so it thinks the dir doesn't exist. Very confusing until one happens to peek into /var/log/messages. > Permissions on CVSROOT are: drwxrwxr-x 5 rancid rancid 4096 Dec 16 14:04 > CVS > > Permissions on cvsweb.cgi are: -rwxr-xr-x 1 root root 125762 Nov 6 > 01:15 cvsweb.cgi. > > I presume user apache calls the CGI. The CVS folder is world readable, > although most of the files under it are not. Ok. Please keep the CVSweb mailing list Cc'd in these discussions. Others might be able to help too, or might be looking for a solution to the same problem.