Hi i have just installed zope 2.8.6 on fedora core 3 I have created a zope instance however when i go to run this instane i get the following error IOError: [Errno 13] Permission denied: '/home/default/inst1.isolve-unix.co.uk/user/zope/var/Data.fs.lock' When i go into this folder the var folder Data.fs.lock isnt there If anyone has any ideas it would be a great help thanks -- View this message in context: http://www.nabble.com/Data.fs.lock-permssions-error-t1273102.html#a3379687 Sent from the Zope - General forum at Nabble.com.
+-------[ JulianRead ]---------------------- | | Hi i have just installed zope 2.8.6 on fedora core 3 | | I have created a zope instance however when i go to run this instane i get | the following error | | IOError: [Errno 13] Permission denied: | '/home/default/inst1.isolve-unix.co.uk/user/zope/var/Data.fs.lock' | | When i go into this folder the var folder Data.fs.lock isnt there | | If anyone has any ideas it would be a great help | thanks The var directory doesn't have write permission for the user you're running zope as. -- Andrew Milton akm@theinternet.com.au
Thanks changing the permissions on the folder solved the problem -- View this message in context: http://www.nabble.com/Data.fs.lock-permssions-error-t1273102.html#a3380103 Sent from the Zope - General forum at Nabble.com.
--On 13. März 2006 07:34:52 -0800 JulianRead <Julian@isolve-online.com> wrote:
Hi i have just installed zope 2.8.6 on fedora core 3
I have created a zope instance however when i go to run this instane i get the following error
IOError: [Errno 13] Permission denied: '/home/default/inst1.isolve-unix.co.uk/user/zope/var/Data.fs.lock'
When i go into this folder the var folder Data.fs.lock isnt there
Ensure that the user account running zope has write permission to the 'var' folder inside your instance home..usually this should not happen if you install Zope properly. -aj
participants (3)
-
Andreas Jung -
Andrew Milton -
JulianRead