I'm trying to set up a webserver on a Redhat 7.2 Intel server. At first I installed Zope 2.3 . Every time I tried to ftp to the server, the zope server crashed. Looking at zope.org, I found I should look for the correct python version and upgrade to zope 2.5. Now I got zope 2.5.1 installed. Whenever I am working at www.server.at/manage (for example creating a new user or a new folder) the server crashes and I have to reboot the whole system. Not only zserver crashes, the Redhat 7.2 crashes (no access with the console or network). I never(!!) experienced, that a linux computer crashes completely, I always thought only windows computer do this. My question: Does this look like a hardware problem (memory chips ?) or did anyone experience a similar problem? Ladinig Rudi Borg Innsbruck mail: r.ladinig@asn-ibk.ac.at
You will need to create a file for Zope to write to. If you try to ftp in, and there's no file for Zope to write to, it will crash. I know from experience. Check the Zope.org documentation and search for nohup. You just need to modify your start script. Michael On Wed, 2002-09-18 at 13:19, Rudi asn wrote:
I'm trying to set up a webserver on a Redhat 7.2 Intel server. At first I installed Zope 2.3 . Every time I tried to ftp to the server, the zope server crashed. Looking at zope.org, I found I should look for the correct python version and upgrade to zope 2.5. Now I got zope 2.5.1 installed. Whenever I am working at www.server.at/manage (for example creating a new user or a new folder) the server crashes and I have to reboot the whole system. Not only zserver crashes, the Redhat 7.2 crashes (no access with the console or network).
I never(!!) experienced, that a linux computer crashes completely, I always thought only windows computer do this. My question: Does this look like a hardware problem (memory chips ?) or did anyone experience a similar problem?
Ladinig Rudi Borg Innsbruck mail: r.ladinig@asn-ibk.ac.at
_______________________________________________ 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 found the script that Chris McDonough sent me. Start Zope like this: $ nohup ./start STUPID_LOG_FILE=/some/log/filename & Then try this again. There is a bug in which Zope tries to write to a nonexistent console. Using nohup prevents the problem. I believe this bug is fixed in Zope 2.6 (CVS). On Wednesday 18 September 2002 01:19 pm, Rudi asn wrote:
I'm trying to set up a webserver on a Redhat 7.2 Intel server. At first I installed Zope 2.3 . Every time I tried to ftp to the server, the zope server crashed. Looking at zope.org, I found I should look for the correct python version and upgrade to zope 2.5. Now I got zope 2.5.1 installed. Whenever I am working at www.server.at/manage (for example creating a new user or a new folder) the server crashes and I have to reboot the whole system. Not only zserver crashes, the Redhat 7.2 crashes (no access with the console or network).
I never(!!) experienced, that a linux computer crashes completely, I always thought only windows computer do this. My question: Does this look like a hardware problem (memory chips ?) or did anyone experience a similar problem?
Ladinig Rudi Borg Innsbruck mail: r.ladinig@asn-ibk.ac.at
_______________________________________________ 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 )
Rudi asn writes:
... Now I got zope 2.5.1 installed. Whenever I am working at www.server.at/manage (for example creating a new user or a new folder) the server crashes and I have to reboot the whole system. Not only zserver crashes, the Redhat 7.2 crashes (no access with the console or network).
I never(!!) experienced, that a linux computer crashes completely, I always thought only windows computer do this. Something seems to be quite wrong with your system.
Check the log files (usually located under "/var/log" or "/var/adm").
My question: Does this look like a hardware problem (memory chips ?) I would be surprised if it were are hardware problem. It is too deterministic for that. I expect some software problem and hope you will find some indications in a (Linux) log file.
Dieter
Hello Michael, hello Dieter, Thanks for your help; I didn't found out, why my Linux computer crashed, I didn't find anything in the logfiles. Now I set up Zope behind Apache with ProxyPass and startet Zope with nohup. It's running now for some days and I was not able to crash Zope again. It looks like everything is working now. thanks Rudi
participants (4)
-
Dieter Maurer -
Michael -
Michael Lewis -
Rudi asn