RE: [Zope] Packing the database
Hi Steve, I don't think so ... ######CUT /dev/sda2 1.8G 744M 1.0G 42% / /dev/sda5 2.3G 65M 2.2G 3% /var /dev/sda1 37M 3.4M 31M 10% /boot /dev/sdb5 8.5G 549M 7.9G 7% /htdocs ######CUT ... and: no, it's not located on the /boot device ;-) I thought of a "owner" problem, but everything else just runs smooth. Database (data.fs) has only a size of 23MB. It's located on a Suse Linux Server. Do you have any more ideas? Best regards, Jens On Thu, 1 Nov 2001 10:09:45 -0600, Steve Drees wrote:
You are out of diskspace.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jens Hauser Sent: Thursday, November 01, 2001 7:49 AM To: zope@zope.org Subject: [Zope] Packing the database
Hi,
I looked for this issue within several mailing list archives before but found only questions - no answers.... :-(
If I'm trying to pack the database with value "0" or value "7" or whatever, I get the following error message (database isn't packed):
############CUT Zope Error
Zope has encountered an error while publishing this resource.
Error Type: IOError Error Value: [Errno 5] Input/output error
Troubleshooting Suggestions
The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience.
Traceback (innermost last): File /opt/zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /opt/zope/lib/python/ZPublisher/Publish.py, line 187, in publish File /opt/zope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: Fake) File /opt/zope/lib/python/ZPublisher/Publish.py, line 171, in publish File /opt/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_pack) File /opt/zope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_pack) File /opt/zope/lib/python/App/ApplicationManager.py, line 419, in manage_pack (Object: LockableItem) File /opt/zope/lib/python/ZODB/DB.py, line 537, in pack File /opt/zope/lib/python/zLOG.py, line 213, in LOG File /opt/zope/lib/python/ZLogger/ZLogger.py, line 17, in log_write File /opt/zope/lib/python/ZLogger/stupidFileLogger.py, line 99, in __call__ File /opt/zope/lib/python/ZLogger/stupidFileLogger.py, line 151, in stupid_log_write IOError: (see above) ############CUT
Any ideas?
Kind regards, Jens Hauser
j.a.m. GmbH Computer, Systemberatung, Webhosting, Softwareentwicklung Eschersheimer Landstraße 471 60431 Frankfurt am Main fon (069) 46 09 88 - 13 fax (069) 46 09 88 - 78 url http://www.jam-gmbh.de
Haben Sie schon Jamail probiert? Den eMailer für personalisierte Serien-Mails? Jetzt testen: http://www.jamail.de Already tried Jamail? Visit the personalized massmailer @ http://www.jamail.de/us/
----------------------- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
j.a.m. GmbH Computer, Systemberatung, Webhosting, Softwareentwicklung Eschersheimer Landstraße 471 60431 Frankfurt am Main fon (069) 46 09 88 - 13 fax (069) 46 09 88 - 78 url http://www.jam-gmbh.de Haben Sie schon Jamail probiert? Den eMailer für personalisierte Serien-Mails? Jetzt testen: http://www.jamail.de Already tried Jamail? Visit the personalized massmailer @ http://www.jamail.de/us/ ----------------------- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
On Thu, 2001-11-01 at 13:19, Jens Hauser wrote:
I thought of a "owner" problem, but everything else just runs smooth. Database (data.fs) has only a size of 23MB. It's located on a Suse Linux Server.
File /opt/zope/lib/python/ZLogger/stupidFileLogger.py, line 151, in stupid_log_write IOError: (see above)
Whatever user your zope is running as does not have permission to write to the the log file. In this case, the file pointed to by setting the STUPID_LOG_FILE environment variable. -- "There's never enough time to do | M. Adam Kendall all the nothing you want." | mak@kha0s.org -Bill Watterson (Calvin and Hobbes) | http://www.zopelabs.com
participants (2)
-
Jens Hauser -
M. Adam Kendall