From: Kenn Humborg (kenn at domain avalon.wombat.ie)
Date: Sun 19 Sep 1999 - 12:52:46 IST
On Sat, Sep 18, 1999 at 04:34:55PM +0100, Ronan Kirby wrote:
> Folks,
>
> This seems just a bit weird! 3 of the processes in /etc/tc.d/init.d/
> are not being staerted. There is no record of them in the boot.log, but
> when I go to start them by hand from the command prompt
> "/etc/rc.d/init.d/process start" they work fine with no errors!
>
> Its an RH6 box, and the 3 are squid, diald, and pfilter (for ipchains).
> All the permissions etc are the same as the other process there which
> all start fine on bootup.
You probably don't have links from /etc/rc.d/rc3.d (or rc5.d, depending
on your normal runlevel) to these scripts. Rather than maintaining
these links by hand, RH6 comes with a handy tool called chkconfig:
avalon:~$ chkconfig --list inet
inet 0:off 1:off 2:off 3:on 4:on 5:on 6:off
To add a service to the runlevels that the maintainer recommends as
the default:
# chkconfig --add inet
See the man page for more info.
Later,
Kenn
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:34 GMT