Hello List, we need to set a Zope-Installation to read-only to start from cd. It's Zope 2.10 We set the following directives on zope-conf. read-only-database on zserver-read-only-mode on enable-product-installation off Then we a custom_zodb.py in %INSTANCE_HOME% Sometimes Zope starts and sometimes it alerts "Permission denied" - "Data.fs.lock" Does anybody know what could be the problem? Many thanks in advance, Ulla.
Ulla Theiss wrote:
Then we a custom_zodb.py in %INSTANCE_HOME%
I don't think this is the right way to go anymore... Everything should be done in zope.conf...
Sometimes Zope starts and sometimes it alerts "Permission denied" - "Data.fs.lock"
Hmm, the read-only-database should have stopped that... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
--On 6. Juni 2008 19:27:25 +0200 Ulla Theiss <u.theiss@eurodata.de> wrote:
Hello List,
we need to set a Zope-Installation to read-only to start from cd. It's Zope 2.10
We set the following directives on zope-conf. read-only-database on zserver-read-only-mode on enable-product-installation off
Then we a custom_zodb.py in %INSTANCE_HOME%
Sometimes Zope starts and sometimes it alerts "Permission denied" - "Data.fs.lock"
You might check this: <http://www.zope.de/Members/sascha/livecd/> -aj
Ulla Theiss wrote at 2008-6-6 19:27 +0200:
we need to set a Zope-Installation to read-only to start from cd. It's Zope 2.10
We set the following directives on zope-conf. read-only-database on zserver-read-only-mode on enable-product-installation off
Then we a custom_zodb.py in %INSTANCE_HOME%
Sometimes Zope starts and sometimes it alerts "Permission denied" - "Data.fs.lock"
Does anybody know what could be the problem?
You obviously try to open a storage in write mode. Try to find which one, then ensure that it is not opened in write mode. -- Dieter
participants (4)
-
Andreas Jung -
Chris Withers -
Dieter Maurer -
Ulla Theiss