[Zope] new user, teething problems

Jean Jordaan jean at upfrontsystems.co.za
Thu Aug 3 10:32:39 EDT 2006


Hi John

>   File "/usr/lib/zope/lib/python/ZODB/FileStorage.py", line 232, in
> __init__
>     self._lock_file = LockFile(file_name + '.lock')
[...]
> IOError: [Errno 11] Resource temporarily unavailable
> 
>  Anyone know what's going on ? Is it trying to read a file called
> '<string>' ?

No, it's failing to write a lockfile. Check the filesystem permissions in
your zope instance. Zope doesn't run as root, but as the user configured
in etc/zope.conf, if you start it up as root .. that user needs write
permission.

-- 
jean


More information about the Zope mailing list