I have rehat 7.2 server with zope web sever on it . The system has been working fine for a long time. I tried today to upload a .pdf file( 10 M) to an exsiting web page on the server and but failed. I got following error message: ------------------------------------------------------------ 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. ------------------------------------------------------------------------ In fact I still have enough (5G) left in the server. How can I fix this problem? Any suggestion will be greatly appreciatd.
On Tue, 9 Apr 2002 13:49, Jianping Zhu wrote:
I have rehat 7.2 server with zope web sever on it . The system has been working fine for a long time. I tried today to upload a .pdf file( 10 M) to an exsiting web page on the server and but failed. I got following error message:
Error Type: IOError Error Value: [Errno 28] No space left on device
In fact I still have enough (5G) left in the server.
How can I fix this problem? Any suggestion will be greatly appreciatd.
Are you sure that 5G isn't split up into multiple filesystems? The "df" command will tell you. Find the "var" directory in your Zope installation - where the Data.fs file is - and "df" that directory. That'll tell you exactly how much space is left on that particular filesystem. Running out of disk space is the only way you'll get that error message (AFAIK - you didn't provide a traceback, so we can't be sure exactly what code is failing). Richard
Thank you very much for your advice, your advice is really very helpful. I used find Data.df and got following resulut: /home/nzimpfer/.gnome-desktop/Trash/Zope-2.4.1-linux2-x86/var/Data.fs /usr/share/Zope-2.4.2-linux2-x86/var/Data.fs Does this mean zope is installed in usr? I have only 9M free space left on /usr. Is that What the problem is? Thank you very much! Jianping On Tue, 9 Apr 2002, Richard Jones wrote:
On Tue, 9 Apr 2002 13:49, Jianping Zhu wrote:
I have rehat 7.2 server with zope web sever on it . The system has been working fine for a long time. I tried today to upload a .pdf file( 10 M) to an exsiting web page on the server and but failed. I got following error message:
Error Type: IOError Error Value: [Errno 28] No space left on device
In fact I still have enough (5G) left in the server.
How can I fix this problem? Any suggestion will be greatly appreciatd.
Are you sure that 5G isn't split up into multiple filesystems? The "df" command will tell you. Find the "var" directory in your Zope installation - where the Data.fs file is - and "df" that directory. That'll tell you exactly how much space is left on that particular filesystem. Running out of disk space is the only way you'll get that error message (AFAIK - you didn't provide a traceback, so we can't be sure exactly what code is failing).
Richard
-------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
On Tue, 9 Apr 2002 14:23, Jianping Zhu wrote:
Thank you very much for your advice, your advice is really very helpful.
I used find Data.df and got following resulut:
/home/nzimpfer/.gnome-desktop/Trash/Zope-2.4.1-linux2-x86/var/Data.fs /usr/share/Zope-2.4.2-linux2-x86/var/Data.fs
Does this mean zope is installed in usr?
Yes, it looks like that's the case. Interesting installation that... Of course, the issue of where to put the Data.fs is not always a clear-cut one. In order to solve your problem though, you'll need to investigate the use of a separate instance home (using an INSTANCE_HOME environment variable). I'm not sure if there's a nice HOWTO for this though... there should be some mention of it in the Zope Book (look on zope.org).
I have only 9M free space left on /usr. Is that What the problem is?
It would be very hard to stuff a 10M file in the 9M /usr, yes :) Richard
I have zope sever running in my redhat 7.1 linux machine, I can not figout how to ftp from and to the zope sever. Thank you for your advice in advance.
in the default zope installation the ftp server of zope runs on port 8021. so usually "ftp localhost 8021" should do the job. -aj ----- Original Message ----- From: "Jianping Zhu" <zjp@arches.uga.edu> To: "Richard Jones" <rjones@ekit-inc.com> Cc: <redhat-list@redhat.com>; <zope@zope.org> Sent: Sunday, August 18, 2002 19:47 Subject: [Zope] how to ftp files to and from zope web sever?
I have zope sever running in my redhat 7.1 linux machine, I can not figout how to ftp from and to the zope sever.
Thank you for your advice in advance.
_______________________________________________ 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 )
I have a zope websever running in a redhat linux 7.1 sever,but i can not figout how to ftp file to and from zope web sever, Thank you in advance for your advice. jianping
participants (3)
-
Andreas Jung -
Jianping Zhu -
Richard Jones