RE: [Zope] HELP! I Can't Add Users!!!
Uh. no. I'm a Christian, but Timbuktu was home to many Muslim scholars. The weather is Sunny. Light winds from the northeast. High of 95F(32C) with an overnight low of 54F(12C) http://www.intellicast.com/LocalWeather/World/Africa/Mali/Tombouctou/Forecas t/ (I'm in Oklahoma :) Like what problems with PCGI? Who knows? Look through your log file /apache/Zope-2.2.4-linux2-x86/var/Z2.log If that doesn't help, try setting up a DETAILED_LOG_FILE. There is a line in z2.py that lets you set this up. Search for DETAILED_LOG_FILE. It still seems fishy that the server is dying every few hours. Are you using any special products? My newly installed (from source code) Zope2.3.0/Zserver (not pcgi/apache) on Debian 2.2 has been up 9 days with no problems and I expect it will run until I add a new product or decide to upgrade zope. Let us know if you continue to have problems Troy -----Original Message----- From: Ben Ocean [mailto:beno@thewebsons.com] Sent: Friday, February 09, 2001 1:02 PM To: Farrell, Troy Subject: RE: [Zope] HELP! I Can't Add Users!!! At 11:30 AM 2/9/2001 -0600, you wrote:
Oops. I misspelled it. Try Islamic monks.
Oh, Islamic. Sorry. In that case, whatever the weather is, it is the will of Allah.
As for air service to timbuktu, I know one of the guys who flys there :) http://www.thesalmons.org/lynn/wh-timbuktu.html
To see what options you are passing, try this:
less /apache/Zope-2.2.4-linux2-x86/start I looks like you'll see something like:
thor:/apache/Zope-2.2.4-linux2-x86# less start #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /apache/Zope-2.2.4-linux2-x86/bin/python \ $PYTHONHOME/z2.py \ -D "$@"
#! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/bin/python \ $PYTHONHOME/z2.py \ -D "$@"
Looks like we've got a match.
Note the -D option. This runs zope in debug mode and zope won't let go of the terminal. These options are explained in /apache/Zope-2.2.4-linux2-x86/z2.py I generally use something like z2.py -X -w80 to disable FTP and monitor and run http on port 80. You may also be experiencing some problems with pcgi if you are using it with Apache.
Hmmm... Like what? Thanks for your help! BenO
participants (1)
-
Farrell, Troy