hello,
i have a fresh installed zope from binaries (2.8)(on debian-sarge)
when i run :
/home/zope/bin/zopectl start
i get
~# lsof -ni | grep python
 python    16636        zope    3u  IPv4 3443305       TCP *:zope (LISTEN)

but my browser says there are nothing inside

/home/zope/bin/zopectl debug
SNIP>
webserver:~# /var/zope/bin/zopectl stop
. daemon process stopped
webserver:~# /var/zope/bin/zopectl debug
Starting debugger (the name "app" is bound to the top-level Zope object)
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/local/lib/python/Zope2/__init__.py", line 51, in app
    startup()
  File "/usr/local/lib/python/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/usr/local/lib/python/Zope2/App/startup.py", line 57, in startup
    DB = configuration.dbtab.getDatabase('/', is_root=1)
  File "/usr/local/lib/python/DBTab/DBTab.py", line 96, in getDatabase
    db = self._createDatabase(name, is_root)
  File "/usr/local/lib/python/DBTab/DBTab.py", line 113, in _createDatabase
    db = factory.open()
File "/usr/local/lib/python/Zope2/Startup/datatypes.py", line 163, in open
    DB = self.createDB()
File "/usr/local/lib/python/Zope2/Startup/datatypes.py", line 160, in createDB
    return ZODBDatabase.open(self)
  File "/usr/local/lib/python/ZODB/config.py", line 97, in open
    storage = section.storage.open()
  File "/usr/local/lib/python/ZODB/config.py", line 133, in open
    quota=self.config.quota)
File "/usr/local/lib/python/ZODB/FileStorage/FileStorage.py", line 112, in __init__
    self._lock_file = LockFile(file_name + '.lock')
  File "/usr/local/lib/python/ZODB/lock_file.py", line 60, in __init__
    self._fp = open(path, 'w+')
IOError: [Errno 13] Permission denied: '/var/zope/var/Data.fs.lock'
>>>
Snipend>

in /var/zope/var   there is only README.txt  and nothing else

Any Ideas ????

The other Question is : the zope start script must start which levels, i laid it down in 3 and 5 but reboot does not start it

Thanks
Bernd Grah
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to