Comment 7 for bug 745011

Revision history for this message
Stéphane Graber (stgraber) wrote :

Found the issue.
Apparently on upgrade udevadm isn't actually updated (as in, we still have the old binary).

On my laptop, with a clean Natty 64bit install:
root@castiana:~# debsums -sa udev
root@castiana:~#

root@castiana:~# md5sum /sbin/udevadm
848c4c6c4368d5a0ca84b7b763d7ddfb /sbin/udevadm
root@castiana:~#

In a VM running an upgraded mythbuntu 64bit:

root@stgraber-upgrade:~# debsums -sa udev
debsums: changed file /sbin/udevadm (from udev package)
root@stgraber-upgrade:~#

root@stgraber-upgrade:~# md5sum /sbin/udevadm
1720f799a4a2dd4061b995fed74841c3 /sbin/udevadm
root@stgraber-upgrade:~#

My guess is that the diversion is causing this problem. I'll have a look at fixing that tomorrow if nobody else proposed a fix by then.