Thank you for taking the time to report this bug. This issue has been
fixed in newer versions of Ubuntu, and Jaunty is EOL, so I am closing
this bug task.
** Changed in: udev (Ubuntu Jaunty)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bu
This bug was fixed in the package udev - 143-3
---
udev (143-3) karmic; urgency=low
* debian/udev.{install,preinst,postinst,postrm}: /etc/scsi_id.config was
dropped upstream, remove from package and on upgrade.
* debian/udev.postinst: Only divert udevadm back if diverted away
** Changed in: update-manager (Ubuntu Jaunty)
Status: New => Invalid
--
dpkg-reconfigure udev deletes udevadm
https://bugs.launchpad.net/bugs/366185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
** Also affects: udev (Ubuntu Jaunty)
Importance: Undecided
Status: New
** Also affects: update-manager (Ubuntu Jaunty)
Importance: Undecided
Status: New
--
dpkg-reconfigure udev deletes udevadm
https://bugs.launchpad.net/bugs/366185
You received this bug notification because
Confirmed.
How to reproduce:
1. Install a clean jaunty system
2. apt-get dist-upgrade with new udev from updates
3. after that dpkg-reconfigure -a -f noninteractive
4. read something along the lines "no divertion of /sbin/udevadm, removed non"
5. check ls /sbin/udev* only udevd is still there.
P
The enable_udevadm function should be guarded with if [ -e
/sbin/udevadm.upgrade ]
also we might want to check for DEBCONF_RECONFIGURE=1 for configure in
general?
** Summary changed:
- [jaunty] [upgrade] udevadm went missing!
+ dpkg-reconfigure udev deletes udevadm
** Changed in: update-manager