[ZODB-Dev] zope error in plone
Shane Hathaway
shane at zope.com
Fri Jun 6 10:47:53 EDT 2003
David Forslund wrote:
> IOError: [Errno 13] Permission denied:
> '/usr/local/packages/Zope-2.6.1-linux2-x86/var/Data.fs.index.index_tmp'
The permission bits on /usr/local/packages/Zope-2.6.1-linux2-x86/var are
incorrect. Do this as root:
chmod -R a+rwx /usr/local/packages/Zope-2.6.1-linux2-x86/var
Verify that fixes the problem. However, it opens a security hole, so
then do this:
chmod -R go-rwx /usr/local/packages/Zope-2.6.1-linux2-x86/var
Then change the owner of that directory to the Zope user.
Shane
More information about the ZODB-Dev
mailing list