RE: [Zope] HELP! I Can't Add Users!!!
Oops. I misspelled it. Try Islamic monks. 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: #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/bin/python \ $PYTHONHOME/z2.py \ -D "$@" 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. Troy -----Original Message----- From: Ben Ocean [mailto:beno@thewebsons.com] Sent: Friday, February 09, 2001 11:14 AM To: Farrell, Troy Subject: RE: [Zope] HELP! I Can't Add Users!!! At 10:56 AM 2/9/2001 -0600, you wrote:
Frankly, I don't know what the owner group is for.
Oh, my! You've never even used the darn thing, huh? You can do everything you need to from manage?
As for the restart issue, that, we can trouble shoot. Why does it need to be restarted?
It dies. Dunno if it times out or what.
What platform are you on?
RedHat 6.2
What are the flags you are passing to the z2.py start up script in the start/start.bat script?
Huh? Here's a print-out of what happens at start-up:
thor:/apache/Zope-2.2.4-linux2-x86# ./start
2001-02-09T17:09:43 PROBLEM(100) ZServer Computing default hostname ------ 2001-02-09T17:09:43 INFO(0) ZServer Medusa (V1.16.4.3) started at Fri Feb 9 09: 09:43 2001 Hostname: thor.galaxynet.com Port:8080 ------ 2001-02-09T17:09:43 INFO(0) ZServer FTP server started at Fri Feb 9 09:09:43 20 01 Authorizer:None Hostname: thor.galaxynet.com Port: 8021 ------ 2001-02-09T17:09:43 INFO(0) ZServer PCGI Server started at Fri Feb 9 09:09:43 2 001 Unix socket: /apache/Zope-2.2.4-linux2-x86/var/pcgi.soc ------ 2001-02-09T17:09:43 INFO(0) ZServer Monitor Server (V1.8.4.1) started on port 80 99 <<<
What is the weather like in Timbukto (hot,dry and windy))?
Since Timbuktu is largely inhabited by Zen Buddhists, it is neither hot, dry nor windy: yet it is all of the above. BenO
participants (1)
-
Farrell, Troy