Or do they?
Here's what is in /etc/rc.conf and should be passed to sendmail
during startup:
Here's what my slightly-modified /etc/rc writes to the consoleQuote:> sendmail_enable="YES" # Run the sendmail daemon (or NO).
> sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled)
during boot:
And here's what ps awux|grep sendmail shows when all the /etc/rc*Quote:> sendmail flags are -bd -q30m
scripts finish running and I can get logged on:
And I have to start sendmail manually, which is a real PITA.Quote:> root 188 0.0 0.4 2508 2008 ?? Is 5:28PM 0:00.03 /usr/bin/sendmail -FCronDaemon -odi -oem -oi -t
> root 189 0.0 0.4 2508 2008 ?? Is 5:28PM 0:00.03 /usr/bin/sendmail -FCronDaemon -odi -oem -oi -t
Any ideas on what's causing this and how to fix it?
Alternatively, any ideas on how to instrument things so I'll
have a better chance of finding the cause?
--
Nature and nature's laws lay hid in night,
God said, "Let Newton be," and all was light.
It did not last; the devil howling "Ho!
Let Einstein be!" restored the status quo.