try seeing if # chkconfig: 2345 72 72 is in your /etc/rc.d/init.d/zope script If all else fails, cd /etc/rc.d/rc3.d; ln -s ../init.d/zope S73zope cd /etc/rc.d/rc5.d; ln -s ../init.d/zope S73zope cd /etc/rc.d/rc6.d; ln -s ../init.d/zope K73zope "Karl Munroe" <komunroe@uwimona.edu.jm> writes:
I tried to use chkconfig to add the zope service but got the following replies
chkconfig --add zope : service zope does not support chkconfig
chkconfig --level 345 zope on service zope does not support chkconfig
the details of my zope install are :
Unpacked from binay distrubution to /var/zope
script zope in /etc/rc.d/init.d/ that I can use to start zope like so: /etc/rc.d/init.d/zope start
Thanks in advance for you help
Karl Munroe
-----Original Message----- From: Chris Green [mailto:cmg@uab.edu] Sent: Monday, June 11, 2001 5:57 PM To: Karl Munroe Cc: ZOPE Mailing List Subject: Re: [Zope] Starting zope automatically on Linux Mandrake 8.0
"Karl Munroe" <komunroe@uwimona.edu.jm> writes:
I have a problem with linuxconf picking up the zope script from /etc/rc.d/init/d. The file exists and it has execute permissions. I can : ./zope {start|restart|etc..} form the command line. However, when I try to restart the zope server from linuxconf it does not report it as a service and zope does not start automatically when the server is rebooted.
Try
chkconfig --add zope or chkconfig --level 345 zope on -- Chris Green <cmg@uab.edu> "Yeah, but you're taking the universe out of context."
-- Chris Green <cmg@uab.edu> "Yeah, but you're taking the universe out of context."