[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted
ingo
672177 at bugs.launchpad.net
Sun Jan 23 11:30:44 UTC 2011
Clint, seems you are doing an excellent job and I am confident it gets
fixed finally!
Your proposal works, however only if I modify /etc/init.d/umountroot
this way:
[ -f /var/run/init.upgraded ] && telinit u && sleep 1 || :
it does *not* work, if I place the sleep in a separate line like this:
[ -f /var/run/init.upgraded ] && telinit u || :
sleep 1
Are you sure that at the end of the line a ":" (colon) is correct, or
should it be a ";" (semicolon)?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade causes umount to fail on shutdown because init cannot be
restarted
More information about the Ubuntu-server-bugs
mailing list