Well, thanks to watching Daniel Holbach's Youtube "how to patch" video, I have made a debdiff patch file of what I think is the fix here.
Basically, udev_124-1 removed "/sbin/udevtrigger" used by nut's postinst script. We need to use "/sbin/udevadm trigger" now. - /sbin/udevtrigger --subsystem-match=usb_device + /sbin/udevadm trigger --subsystem-match=usb_device This is the first ever time I have done any Debian/Ubuntu patching. It will need close inspection. ** Attachment added: "Debdiff patch to fix postinst failure" http://launchpadlibrarian.net/16347975/debdiff -- nut 2.2.2-3ubuntu1 postinst error on Intrepid alpha3 : /sbin/udevtrigger: not found https://bugs.launchpad.net/bugs/252303 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nut in ubuntu. -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
