On Fri, 2010-04-23 at 09:21 -0700, Brian Lavender wrote: > On Fri, Apr 23, 2010 at 10:49:47AM -0500, Chanoch (Ken) Bloom wrote: > > OK. Poking around a bit more, innserv seems to be the > > culprit. /etc/init.d/umountroot isn't getting run on shutdown, because > > both /etc/init.d/halt and /etc/init.d/umountroot are getting the same > > priority to start in runlevels 0 and 6 (i.e. S01halt, and > > S01umountroot), so you can guess which one gets run first. > > Did that fix it?
Yeah. I added Required-Start: $all to both /etc/init.d/halt and /etc/init.d/reboot, and that fixed it. This is Debian bug 549260. http://bugs.debian.org/549260 --Ken _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
