3 Aug
2006
3 Aug
'06
2:32 p.m.
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