IOError when packing database
Hi, I am getting this error every time I try to pack my database from the web interface: ------------ Site Error An error was encountered while publishing this resource. IOError Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 150, in publish_module * Module ZPublisher.Publish, line 114, in publish * Module Zope, line 171, in zpublisher_exception_hook * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module App.ApplicationManager, line 353, in manage_pack * Module ZODB.DB, line 499, in pack * Module ZODB.FileStorage, line 1440, in pack IOError: [Errno 13] Permission denied: ------------ My 'Data.fs' files are all owned by 'apache' user and I start my Zope server with a '-u apache' command line. Could someone please tell me what is going on. Thanks.
your filepermissions of the var folder or the files inside are broked. Ensure that the files are writeable by the Zope process!. -aj --On Donnerstag, 17. Juli 2003 9:09 Uhr +0800 hostmaster <alpot@mylinuxsite.com> wrote:
Hi,
I am getting this error every time I try to pack my database from the web interface:
------------ Site Error An error was encountered while publishing this resource.
IOError
Sorry, a site error occurred.
Traceback (innermost last):
* Module ZPublisher.Publish, line 150, in publish_module * Module ZPublisher.Publish, line 114, in publish * Module Zope, line 171, in zpublisher_exception_hook * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module App.ApplicationManager, line 353, in manage_pack * Module ZODB.DB, line 499, in pack * Module ZODB.FileStorage, line 1440, in pack IOError: [Errno 13] Permission denied: ------------
My 'Data.fs' files are all owned by 'apache' user and I start my Zope server with a '-u apache' command line.
Could someone please tell me what is going on.
Thanks.
_______________________________________________ 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 )
participants (2)
-
Andreas Jung -
hostmaster