[Zope] Zope 2.7.3 database pack fails
Dieter Maurer
dieter at handshake.de
Wed Dec 1 10:54:03 EST 2004
Dennis Allison wrote at 2004-11-30 01:35 -0800:
> ...
>The pack operation appears to have stopped, but it did not complete
>properly. It left several files from the packing procss in the var
>directory:
>
> Data.fs.index.index-tmp
> Data.fs.pack
>
>so cleanup was incomplete. Looking at the event log, there's an
>OSError: [Errno 1] Operation not permitted from line 1513 in
>FileStorage.py. The failure is on os.rename(). I checked the
>protections and everything looks ok. (System runs as user zope
>but gets started by root.
>
>The Data.fs file are all read write by anyone and are owned by
>root.
The "rename" operation modifies the containing folder (as does
the "delete" operation). Therefore, modification rights on
the folder are required.
--
Dieter
More information about the Zope
mailing list