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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to