I am trying to import a 45MB zexp and I have plenty of space left but zope stays that I have none left, with the following error: Zope Error Zope has encountered an error while publishing this resource. Error Type: IOError Error Value: [Errno 28] No space left on device ---------------------------------------------------------------------- ---------- 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. Any Ideas Thanks James
On Wed, 14 Nov 2001 j.c.mcnulty@open.ac.uk wrote:
I am trying to import a 45MB zexp and I have plenty of space left but zope stays that I have none left, with the following error:
Zope Error Zope has encountered an error while publishing this resource.
Error Type: IOError Error Value: [Errno 28] No space left on device
Either a disk quota problem (should return another error IIRC), or maybe it's the space in /tmp which is exhausted, maybe it's used during the import. hth. Jerome Alet
--On Wednesday, November 14, 2001 14:47 +0100 Jerome Alet <alet@unice.fr> wrote:
On Wed, 14 Nov 2001 j.c.mcnulty@open.ac.uk wrote:
I am trying to import a 45MB zexp and I have plenty of space left but zope stays that I have none left, with the following error:
Zope Error Zope has encountered an error while publishing this resource.
Error Type: IOError Error Value: [Errno 28] No space left on device
Either a disk quota problem (should return another error IIRC), or maybe it's the space in /tmp which is exhausted, maybe it's used during the import.
Or whatever the environment variable TMPDIR specifies, e.g. "/var/tmp". I would expect Zope to respect that env. var. , or is "/tmp" really hard coded? / Svante Kleist, NEMESIS systemDesign, Stockholm
Try the unlimit command before you start zope, i.e. %unlimit %./start & hth Norman -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of j.c.mcnulty@open.ac.uk Sent: 14 November 2001 13:11 To: zope@zope.org Subject: [Zope] Importing zexp's I am trying to import a 45MB zexp and I have plenty of space left but zope stays that I have none left, with the following error: Zope Error Zope has encountered an error while publishing this resource. Error Type: IOError Error Value: [Errno 28] No space left on device ---------------------------------------------------------------------- ---------- 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. Any Ideas Thanks James _______________________________________________ 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 )
participants (4)
-
j.c.mcnulty@open.ac.uk -
Jerome Alet -
Norman Khine -
Svante Kleist