[Bug 1498310] Re: /etc/init.d/udev-finish does not get cleaned up on upgrade

2015-09-25 Thread Martin Pitt
>  did restore a recent wily backup though, so these now obsolete udev
files in /etc/init & /etc/init.d files might stem from that

Ah, this would explain it then.

I just did a dist-upgrade from vivid to current wily, and it works as
intended:

Setting up udev (225-1ubuntu4) ...
Installing new version of config file /etc/init.d/udev ...
Installing new version of config file /etc/init/udevmonitor.conf ...
addgroup: The group `input' already exists as a system group. Exiting.
A chroot environment has been detected, udev not started.
update-initramfs: deferring update (trigger activated)
Removing obsolete conffile /etc/init.d/udev-finish ...
Removing obsolete conffile /etc/init/udev-finish.conf ...
Removing obsolete conffile /etc/init/udev-fallback-graphics.conf ...

And /etc/init.d/udev-finish is gone. So let's chalk this up as "your
backup restored the file". (It's by far *not* a good idea to backup
/etc/ in its entirety and restore it! Please just backup files that you
actually changed).

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1498310

Title:
  /etc/init.d/udev-finish does not get cleaned up on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1498310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1498310] Re: /etc/init.d/udev-finish does not get cleaned up on upgrade

2015-09-22 Thread glitsj16
$ cat /etc/init.d/udev-finish
#!/bin/sh -e
### BEGIN INIT INFO
# Provides:  udev-finish
# Required-Start:udev $local_fs
# Required-Stop: 
# Default-Start: S
# Default-Stop:
# Short-Description: Copy rules generated while the root was ro
### END INIT INFO

PATH="/sbin:/bin"

. /lib/lsb/init-functions

case "$1" in
  start) ;;
  stop|restart|force-reload) exit 0 ;;
  *) echo "Usage: $0 {start|stop|restart|force-reload}" >&2; exit 1 ;;
esac

exec /lib/udev/udev-finish

$ sudo apt-get install udev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
udev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

No, I did not downgrade to 219-7ubuntu6. I manually downloaded that .deb
file to compare it with 225-1ubuntu4. That was when I noticed that
219-7ubuntu6 had the /lib/udev/udev-finish script, which I copied over.
I did restore a recent wily backup though, so these now obsolete udev
files in /etc/init & /etc/init.d files might stem from that. I can
confirm that these did not get removed when manually installing udev
225-1ubuntu4 though.

After manually removing /etc/init/udev-fallback-graphics.conf, /etc/init
/udev-finish.conf & /etc/init.d/udev-finish and reinstalling udev
225-1ubuntu4 everything seems to be in perfect order again.

Might be one of those glitches, I can't be sure, but systemd no longer
reports anything as failed and the system looks a ok :)

My apologies for the mixup, and many thanks for your kind and speedy
replies!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1498310

Title:
  /etc/init.d/udev-finish does not get cleaned up on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1498310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs