Date: Sun, 3 Dec 2006 10:40:52 -0600 From: Kirk Strauser <kirk@strauser.com> To: freebsd-questions@freebsd.org Subject: Re: What Did I Do To My Server?! Message-ID: <200612031040.57853.kirk@strauser.com> In-Reply-To: <20061129235713.65645.qmail@web57805.mail.re3.yahoo.com> References: <20061129235713.65645.qmail@web57805.mail.re3.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031040.57853.kirk>