It's also possible that the error message is signifying that Zope is already started and you're trying to start it again.

- C

On Aug 3, 2006, at 10:32 AM, Jean Jordaan wrote:

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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to