temporary file storage?
Hi, where does Zope store files while they are uploaded? It looks like /tmp is the default, and now I cannot upload a rather large file because there's only so much space free in that file system. Is there any way to tell zope to store temporary files in a different location? thanks for any hints, Uwe -- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
I assume Zope use the tempfile module. Try to set the TMPDIR environment variable to a directory with enough disk space. -aj --On Wednesday, June 19, 2002 12:43 +0200 Uwe Schuerkamp <uwe@schuerkamp.de> wrote:
Hi,
where does Zope store files while they are uploaded? It looks like /tmp is the default, and now I cannot upload a rather large file because there's only so much space free in that file system.
Is there any way to tell zope to store temporary files in a different location?
thanks for any hints,
Uwe
-- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
_______________________________________________ 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 )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
On Wed, Jun 19, 2002 at 06:45:12AM -0400, Andreas Jung wrote:
I assume Zope use the tempfile module. Try to set the TMPDIR environment variable to a directory with enough disk space.
-aj
Hi Andreas, thanks for your suggestion, but that did not work. It still uses /tmp for upload file storage. Any other idea? Regards, uwe -- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
On Wed, Jun 19, 2002 at 02:14:22PM +0200, Uwe Schuerkamp wrote:
thanks for your suggestion, but that did not work. It still uses /tmp for upload file storage.
sorry to follow up on my own drivel, but apparently you were right. setting TMPDIR before starting zope works fine! Thanks, uwe -- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
participants (2)
-
Andreas Jung -
Uwe Schuerkamp