我有一个4.1.4的"统一Installer"热奥 安装在 debian 5 上, 我想使用多个数据.fs 与集体. recipe. furstorage。
I get this error when I start the zeo server:
IOError: [Errno 13] Permission denied: /home/intranetcfa/intranetcfa/var/filestorage/vanilla/Data.fs.lock
我的建构:
parts =
filestorage
...
[filestorage]
recipe=collective.recipe.filestorage
blob-storage = var/blobstorage-%(fs_part_name)s
location = var/filestorage/%(fs_part_name)s/Data.fs
parts =
vanilla
其结果为 zeo.conf :
<filestorage vanilla>
path /home/intranetcfa/intranetcfa/var/filestorage/vanilla/Data.fs
blob-dir /home/intranetcfa/intranetcfa/var/blobstorage-vanilla
</filestorage>
和zope. conf :
<zodb_db vanilla>
cache-size 5000
<zeoclient>
blob-dir /home/intranetcfa/intranetcfa/var/blobstorage-vanilla
shared-blob-dir on
server 127.0.0.1:8102
storage vanilla
name vanilla_zeostorage
var /home/intranetcfa/intranetcfa/parts/client1/var
cache-size 30MB
</zeoclient>
mount-point /vanilla
</zodb_db>
回溯( 最近的最后一个呼叫) :
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZEO/runzeo.py", line 405, in <module>
main()
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZEO/runzeo.py", line 402, in main
s.main()
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZEO/runzeo.py", line 158, in main
self.open_storages()
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZEO/runzeo.py", line 207, in open_storages
self.storages[opener.name] = opener.open()
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/config.py", line 177, in open
return FileStorage(config.path, **options)
File "/home/intranetcfa/buildout-cache/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/FileStorage/FileStorage.py", line 125, in __init__
self._lock_file = LockFile(file_name + .lock )
File "/home/intranetcfa/buildout-cache/eggs/zc.lockfile-1.0.0-py2.6.egg/zc/lockfile/__init__.py", line 73, in __init__
fp = open(path, w+ )
IOError: [Errno 13] Permission denied: /home/intranetcfa/intranetcfa/var/filestorage/vanilla/Data.fs.lock