From owner-freebsd-questions@FreeBSD.ORG Sun Dec 3 16:49:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAE7116A4C2 for ; Sun, 3 Dec 2006 16:49:04 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC9943EBB for ; Sun, 3 Dec 2006 16:40:45 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id CA30E20588D for ; Sun, 3 Dec 2006 10:41:01 -0600 (CST) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ihFew+1tCnp for ; Sun, 3 Dec 2006 10:40:59 -0600 (CST) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 578A2205839 for ; Sun, 3 Dec 2006 10:40:59 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Sun, 3 Dec 2006 10:40:52 -0600 User-Agent: KMail/1.9.4 References: <20061129235713.65645.qmail@web57805.mail.re3.yahoo.com> In-Reply-To: <20061129235713.65645.qmail@web57805.mail.re3.yahoo.com> X-Face: &'; cS03F?rr_w2Qce.d2f7xmwXfcJWDs>}CkpDw.c]ZJJ_)i0Nx Subject: Re: What Did I Do To My Server?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 16:49:04 -0000 --nextPart5127232.o4zTJ6kptd Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 29 November 2006 17:57, Rachel Florentine wrote: > IOError: [Errno 13] Permission denied: > '/usr/local/zope/instance2/var/Data.fs.lock' Ugh. OK, here's the problem: the Zope port (un?)intentionally screws up th= e=20 permissions of the installation. Specifically, it unsets the writeable bit= =20 of every file under /usr/local/www/Zope, including those on files that Zope= =20 actually *needs* to be able to write to. Run this: chown -R www:www /usr/local/zope chmod u+w /usr/local/zope/instance2/var/* chmod u+w /usr/local/zope/instance2/log/* Repeat the last two as necessary to fix any other Zope instances you're try= ing=20 to run. =2D-=20 Kirk Strauser --nextPart5127232.o4zTJ6kptd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFcv4Z5sRg+Y0CpvERAnxDAJ4/Ky+PPtP+ewuAVq5+43tWDASVvwCdEJun +rnODq3Bf34DllGET9KLszc= =9Fy6 -----END PGP SIGNATURE----- --nextPart5127232.o4zTJ6kptd--