[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)
Michael Biebl
mbiebl at gmail.com
Tue Dec 14 01:59:53 GMT 2010
2010/12/14 Clint Byrum <clint at fewbar.com>:
>
> I do think the appropriate fix is to have umountfs emit an 'unmounting-
> filesystems' event and anything that does a 'start on local-filesystems'
> or 'start on filesystem' should also 'stop on unmounting-filesystems',
What do you do about services which have
"start on runlevel [2345]" and the binary is in /usr?
There are quite a few examples here: acpid, atd, cron, irqbalance, etc
which all have:
start on runlevel [2345]
stop on runlevel [!2345]
Either those jobs are buggy to not specify the "start on
(local-)filesystems" dependency or your criteria is not sufficient.
Imho the major problem here is, that there is a mixup between
dependencies that need to be satisfied to be able to run a job and
when (in which runlevels) to start a job.
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/688541
Title:
race condition on shutdown (leads to corrupted fs)
More information about the Ubuntu-server-bugs
mailing list