Re: supervise not running
Larry Weldon <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <1221397717.4367.2.camel@tiger> |
On Sat, 2008-09-13 at 11:38 -0700, concatenate wrote: > On Sat, Sep 13, 2008 at 8:05 AM, Daryl Tester > <[email protected]> wrote: > > Larry Weldon wrote: > > > >>>>> Run "svscan /service" from the command line as root to see if any > >>>>> errors are being directly reported. > > > >>>> OK. That works but it doesn't show anything which was not already > >>>> detailed in my first post. > > > > I don't think anyone has pointed this out yet, apologies if I missed it... > > Don't forget that init reads the inittab top to bottom. If your rc > script (not the stuff in /etc/rc?.d but /etc/init.d/rc or whatever > your system uses to actually run those scripts) doesn't complete, then > init will never get to your svscanboot entry. See if rc.local or > something like that never completes. The process list will show the > existence of /etc/init.d/rc (or equivalent) if this is happening to > you. Yes, there is an item. [root@tiger larry]# ps ax | grep rc 2665 ? Ss 0:00 /bin/bash /etc/rc.d/rc 5 2771 ? Sl 0:00 /sbin/prcsys S /etc/rc5.d/ 3227 ? S 0:00 sh -c /etc/rc5.d//S25haldaemon start > /tmp/init.MaTw1K 2>&1 3229 ? S 0:00 /bin/sh /etc/rc5.d//S25haldaemon start 4257 ? Ss 0:00 /usr/bin/imwheel -k --rc /etc/X11/imwheel/imwheelrc.generic 4762 pts/8 R+ 0:00 grep --color rc So it appears I have a problem with haldaemon. Thanks, I'll see about that. Larry