ZODB pack: Operation not permitted
Hello list, I wanted to pack my ZODB today (the first time since i imported my data to this zope instance). Setting of leaving objects was 0 days. Traceback (innermost last): Module ZPublisher.Publish, line 102, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 43, in call_object Module App.ApplicationManager, line 353, in manage_pack Module ZODB.DB, line 499, in pack Module ZODB.FileStorage, line 1839, in pack OSError: [Errno 1] Operation not permitted Did i miss anything? Google finds nothing about permission combined with ZODB packing Regards, Florian -- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage ZWiki about all topics, especially consciousness research and wisdom traditions
Check the file permissions of the var folder and the files inside the folder. Zope tries to write or rename a file and it does not have permission to perform the requested operation. -aj --On Samstag, 19. April 2003 19:29 Uhr +0200 Florian Konnertz <florian.konnertz@web.de> wrote:
Hello list,
I wanted to pack my ZODB today (the first time since i imported my data to this zope instance).
Setting of leaving objects was 0 days.
Traceback (innermost last): Module ZPublisher.Publish, line 102, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 43, in call_object Module App.ApplicationManager, line 353, in manage_pack Module ZODB.DB, line 499, in pack Module ZODB.FileStorage, line 1839, in pack OSError: [Errno 1] Operation not permitted
Did i miss anything? Google finds nothing about permission combined with ZODB packing
Regards, Florian
-- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage ZWiki about all topics, especially consciousness research and wisdom traditions
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Andreas Jung wrote:
Check the file permissions of the var folder and the files inside the folder. Zope tries to write or rename a file and it does not have permission to perform the requested operation.
-aj
Yep. far sure, that was the problem. Thx Andreas. cu Florian
I wanted to pack my ZODB today (the first time since i imported my data to this zope instance).
Setting of leaving objects was 0 days.
Traceback (innermost last): Module ZPublisher.Publish, line 102, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 43, in call_object Module App.ApplicationManager, line 353, in manage_pack Module ZODB.DB, line 499, in pack Module ZODB.FileStorage, line 1839, in pack OSError: [Errno 1] Operation not permitted
Did i miss anything? Google finds nothing about permission combined with ZODB packing
Regards, Florian
-- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage ZWiki about all topics, especially consciousness research and wisdom traditions
participants (2)
-
Andreas Jung -
Florian Konnertz