AW: [Zope] Problems starting zope server on boot process / Redhat 7.3

news@pernex.de news@pernex.de
Mon, 17 Mar 2003 15:43:21 +0100


Hi Jens,

chkconfig --list says f=FCr zope 2-3-4-5 on else off.

For me the problem seems to be connected with the fact that I cannot
start zope via=20
service zope start.
The only answer I obtain is=20
env: /etc/init.d/zope: no such file or directory.

Possibly the file zope has wrong permissions. It is executable.
Permissions are -rwsr-xr-x zope zope

The zope start script itself works fine.

Cheers,

Dominik Fischer


-----Urspr=FCngliche Nachricht-----
Von: Jens Vagelpohl [mailto:jens@zope.com]=20
Gesendet: Sonntag, 16. M=E4rz 2003 17:47
An: news@pernex.de
Cc: zope@zope.org
Betreff: Re: [Zope] Problems starting zope server on boot process /
Redhat 7.3

after doing the chkconfig --add, have you checked that the script will =20
be run by looking at the output of chkconfig --list? you might have to =20
do a chkconfig --level xyz zope on to set the runlevels.

jens


On Sunday, Mar 16, 2003, at 09:51 US/Eastern, news@pernex.de wrote:

> Problems starting zope server on boot process / Redhat 7.3
>
> I am using zope on a redhat 7.3 vserver (server4free.de) machine for =20
> the
> first time. Up to now I have only experiences with zope on suse 8.0
> (zope is preconfigured there).
>
> I am trying to get zope started at boot process.
>  - I installed zope correctly on the machine.
>  - changed all the necessary permissions according to
> http://www.zope.org/Members/markoer2/resources/howtos/=20
> redhat_7.3_startup
> .
>  - the zope startup script starts the zope server correctly
>  - created an init script zope at /etc/rc.d/init.d
>  - registered the zope service with chkconfig --add zope
>
> But nevertheless zope won't startup on boot process.
>
> When I try to invoke zope manually as root by
>  service zope start
> I only get
>  env: /etc/init.d/zope: No such file or directory
>
> I don't' get any further. What did I wrong? Can you help me? Thanx in
> advance.
>
> Cheers
>
> Dominik Fischer