Bug#622400: udev: Upgrade fails if using systemd

2011-04-13 Thread Eckhart Wörner
The problem probably lies within restart_udevd() in postinst: "start-stop-daemon --stop --name udevd [...]" will fail, since systemd ships a native udev.service file which doesn't use start-stop-daemon at all. Therefore udevd is still running, and "udevd --daemon" will fail with "error: binding

Bug#622400: udev: Upgrade fails if using systemd

2011-04-12 Thread Marco d'Itri
tag 622400 moreinfo help thanks On Apr 12, Joerg wrote: > When running systemd the upgrade can't be completed. I don't remember the > exact errors, sorry: Then somebody who cares about systemd will have to debug this. -- ciao, Marco signature.asc Description: Digital signature

Bug#622400: udev: Upgrade fails if using systemd

2011-04-12 Thread Joerg
Package: udev Version: 167-2 Severity: normal When running systemd the upgrade can't be completed. I don't remember the exact errors, sorry: Unable to start udevd (rc=1) I was able to fix this by rebooting the system with initd and reinstalling udev. Now I'm back to using systemd without any iss