I did as you said but it did not bring me along any further. I am relatively new at linux and really helpless with this topic. I did bash -x service zope start The output is: + alias 'rm=rm -i' + alias 'cp=cp -i' + alias 'mv=mv -i' + '[' -f /etc/bashrc ']' + . /etc/bashrc +++ id -gn +++ id -un +++ id -u ++ '[' root = root -a 0 -gt 99 ']' ++ umask 022 ++ '[' '' ']' ++ basename service + VERSION=service ver. 0.91 ++ basename service + USAGE=Usage: service < option > | --status-all | [ service_name [ command | --full-restart ] ] + SERVICE= + SERVICEDIR=/etc/init.d + '[' 3 -eq 0 ']' + cd / + '[' 3 -gt 0 ']' + '[' -z '' -a 3 -eq 1 -a zope = --status-all ']' + '[' 3 -eq 2 -a start = --full-restart ']' + '[' -z '' ']' + SERVICE=zope + shift + '[' 2 -gt 0 ']' + '[' -z zope -a 2 -eq 1 -a start = --status-all ']' + '[' 2 -eq 2 -a output = --full-restart ']' + '[' -z zope ']' + OPTIONS= start + shift + '[' 1 -gt 0 ']' + '[' -z zope -a 1 -eq 1 -a output = --status-all ']' + '[' 1 -eq 2 -a '' = --full-restart ']' + '[' -z zope ']' + OPTIONS= start output + shift + '[' 0 -gt 0 ']' + '[' -x /etc/init.d/zope ']' + env -i LANG=en_US.iso885915 /etc/init.d/zope start output env: /etc/init.d/zope: No such file or directory Then I said: bash -x zope start + alias 'rm=rm -i' + alias 'cp=cp -i' + alias 'mv=mv -i' + '[' -f /etc/bashrc ']' + . /etc/bashrc +++ id -gn +++ id -un +++ id -u ++ '[' root = root -a 0 -gt 99 ']' ++ umask 022 ++ '[' '' ']' + zope: : command not found + . /etc/rc.d/init.d/functions zope: /etc/rc.d/init.d/functions : No such file or directory + zope: : command not found zope: line 16: syntax error near unexpected token `in ' zope: line 16: `case "$1" in ' Cheers, Dominik -----Ursprüngliche Nachricht----- Von: Bryan C. Andregg [mailto:bryan.andregg@duke.edu] Gesendet: Dienstag, 18. März 2003 15:17 An: news@pernex.de Betreff: Re: [Zope] Problems starting zope server on boot process / Redhat 7.3 On Mon, Mar 17, 2003 at 08:42:58PM +0100, news@pernex.de mailed:
Hallo Bryan,
I just put the scripts in here. Just checked all the file locations. They seem to be ok. However I did not find
zProcessManager.pid and zwatchdog.pid
on my running Zope which I started manually. I commented them out on my system.
Thanks a lot!
Can you try adding the -x flag to the #!/bin/bash and see if you can follow the script's output to find the error. -- Bryan C. Andregg Duke University Medical Center Programmer Dept. of Anesthesiology e <bryan.andregg@duke.edu> p +1 919 684 6201