[Bug 858122] Re: incomplete migration to /run
Tom Chiverton
858122 at bugs.launchpad.net
Tue Sep 27 17:51:33 UTC 2011
I'd suspect https://bugs.launchpad.net/network-manager/+bug/211631 first myself.
Although those mounts are meant to be brought up/down by KDE, if Samba or NetworkManager was screwed by the upgrade at the time, this might have failed.
$ cat ~/.kde/Autostart/mountcifs.sh
#!/bin/bash
sleep 30
sudo mount /home/falken/smb4k/bookcase-falken
...
$ cat ~/.kde/shutdown/umountcifs.sh
#!/bin/bash
sudo umount -t cifs -a
No, I don't get unclean shutdown messages, and shutdown is normally very
quick. It took ages after the upgrade, but is now quick again.
debsums produces no output.
falken at wopr:/tmp$ ls -l /etc/init.d/umountroot*
-rwxr-xr-x 1 root root 2926 2011-07-14 06:11 /etc/init.d/umountroot
falken at wopr:/tmp$
falken at wopr:/tmp$ ls -l /etc/rc6.d/
total 4
lrwxrwxrwx 1 root root 17 2010-09-26 10:08 K01apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root 16 2009-11-23 21:38 K01dhcdbd -> ../init.d/dhcdbd
lrwxrwxrwx 1 root root 15 2010-09-26 10:08 K01exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 13 2008-05-18 17:19 K01gdm -> ../init.d/gdm
lrwxrwxrwx 1 root root 20 2009-11-23 21:38 K01kerneloops -> ../init.d/kerneloops
lrwxrwxrwx 1 root root 16 2009-11-23 21:38 K01lindvd -> ../init.d/lindvd
lrwxrwxrwx 1 root root 19 2009-11-23 21:38 K01mysql-ndb -> ../init.d/mysql-ndb
lrwxrwxrwx 1 root root 17 2010-09-26 10:17 K01openvpn -> ../init.d/openvpn
lrwxrwxrwx 1 root root 19 2010-01-29 19:34 K01setserial -> ../init.d/setserial
lrwxrwxrwx 1 root root 18 2010-11-05 21:33 K01timidity -> ../init.d/timidity
lrwxrwxrwx 1 root root 17 2010-09-26 10:17 K01vboxdrv -> ../init.d/vboxdrv
lrwxrwxrwx 1 root root 23 2010-01-29 19:34 K02etc-setserial -> ../init.d/etc-setserial
lrwxrwxrwx 1 root root 23 2009-11-23 21:38 K02mysql-ndb-mgm -> ../init.d/mysql-ndb-mgm
lrwxrwxrwx 1 root root 22 2009-11-23 21:38 K02spamassassin -> ../init.d/spamassassin
lrwxrwxrwx 1 root root 20 2010-09-26 10:17 K06umountcifs -> ../init.d/umountcifs
lrwxrwxrwx 1 root root 22 2010-09-26 10:08 K08umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root 33 2011-04-22 11:08 K20vboxballoonctrl-service -> ../init.d/vboxballoonctrl-service
lrwxrwxrwx 1 root root 25 2010-10-11 18:52 K20vboxweb-service -> ../init.d/vboxweb-service
lrwxrwxrwx 1 root root 17 2009-10-04 08:38 K25hwclock.sh -> ../init.d/hwclock
lrwxrwxrwx 1 root root 19 2010-11-05 21:30 K74bluetooth -> ../init.d/bluetooth
lrwxrwxrwx 1 root root 21 2011-04-18 19:19 K99laptop-mode -> ../init.d/laptop-mode
-rw-r--r-- 1 root root 351 2011-07-14 06:11 README
lrwxrwxrwx 1 root root 16 2009-11-23 21:38 S01reboot -> ../init.d/reboot
lrwxrwxrwx 1 root root 18 2009-11-23 21:38 S01sendsigs -> ../init.d/sendsigs
lrwxrwxrwx 1 root root 18 2009-11-23 21:38 S01umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root 20 2009-11-23 21:38 S01umountroot -> ../init.d/umountroot
lrwxrwxrwx 1 root root 17 2010-09-26 10:08 S02urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 29 2011-04-05 21:55 S10unattended-upgrades -> ../init.d/unattended-upgrades
lrwxrwxrwx 1 root root 20 2011-09-23 21:44 S35networking -> ../init.d/networking
lrwxrwxrwx 1 root root 20 2011-04-05 21:59 S48cryptdisks -> ../init.d/cryptdisks
lrwxrwxrwx 1 root root 26 2011-04-05 21:59 S59cryptdisks-early -> ../init.d/cryptdisks-early
falken at wopr:/tmp$
While I understand the need to be cautious, my experience was almost as
bad as it could get (I had no network (wireless, but if NetworkManager
is dead would even system wired ones work ?), and no X. As you say, if
this was a remote system, or one owned by a normal user, it'd be a tough
one to fix.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sysvinit in Ubuntu.
https://bugs.launchpad.net/bugs/858122
Title:
incomplete migration to /run
Status in “sysvinit” package in Ubuntu:
Incomplete
Bug description:
I had the exact same issue documented as
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/807306
on upgrade from 11.04 to 11.10. Opening new bug as req.
Removing the existing /var/run and /var/run/lock and replacing with
sym links as per comment 76 there fixed it.
The impact of this was a total lack of system (wireless) networking
coming up - this gives a >! minute pause during boot, as well as a
subsequent total failure to be able to log into X (KDE or GNOME
sessions give a cryptic error related to DBUS).
I've just run an apt-get update/upgrade after *finally* getting back
into my new 11.10 beta 2 system, and no updates to the mountall show
up... therefore I assume this bug is still present.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: initscripts 2.88dsf-13.10ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Sat Sep 24 10:49:58 2011
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: sysvinit
UpgradeStatus: Upgraded to oneiric on 2011-09-23 (0 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/858122/+subscriptions
More information about the foundations-bugs
mailing list