On Sun, Sep 20, 2015 at 6:12 PM, Quartz <qua...@sneakertech.com> wrote: >> So, slow /etc/rc.d/* script delaying the /etc/rc shutdown step? Or do >> you have some daemon which isn't killed by its rc.d script, nor by >> SIGHUP, thus requiring SIGTERM and at least 10 seconds? > > This is a test system and it's pretty stock right now. Aside from the > standard services like pf and ntp the only installed pkg is I think dnsmasq. > It's possible there's something wrong there but I'm not sure where I should > start looking.
Hmm? How about replicate the process and observe the results? "time sh /etc/rc shutdown". See what's still running. kill -HUP everything except init and your session and see what's still running 5 seconds later. Then again with kill -TERM. Whatever still standing is slowing you down; for each one figure out whether and when it should have died. Philip Guenther