Hi Jens, chkconfig --list says für 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 service zope start. The only answer I obtain is 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üngliche Nachricht----- Von: Jens Vagelpohl [mailto:jens@zope.com] Gesendet: Sonntag, 16. März 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 be run by looking at the output of chkconfig --list? you might have to 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 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/ 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