[Zope] ZODB and packing problem
Oleg Broytmann
phd@phd.russ.ru
Fri, 7 Apr 2000 15:08:37 +0000 (GMT)
On Fri, 7 Apr 2000, Yann COMBARNOUS wrote:
> Well, I'm quite new to Zope, however this seems to be quite strange to
> me. When trying to pack the database, I get the following error (zope
> installed from source by root and run by root through start script):
That is the point - when Zope is run under root, it automatically drops
to nobody, and nobody doesn't have permissions to your Data.fs.
> Error Type: IOError
> Error Value: [Errno 13] Permission denied:
> '/usr/local/zope-2.1.6/var/Data.fs'
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.