Re: How to debug why a service doesn't want to start.
"Charles M. Gerungan" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On 11-jun-2006, at 12:52, Lukas Beeler wrote: >> For completeness' sake. This can't be seen from the trace, right? > > Not from the trace you provided (because it didn't follow the > execution of your runfile, because you haven't specified an > option to follow forks). From my the message where I post the trace: # truss -faep 28244 The manpage says that -f does that (Trace decendants of the original traced process created by fork(2), vfork(2), etc.). That it not what you meant? Or I have attached to the wrong process? (See the grepped output of ps in that older message.) -- Regards, Charles.