Comment 5 for bug 1377624

Revision history for this message
Tiago Peralta (tperalta82) wrote : Re: udev requires hotplug support, thus upgrades fail

Ugly Temporary fix:

After getting this error:

nano /etc/init.d/udev

After the ### END INIT INFO add:

exit 0

Save and exit.

apt-get -f install

Edit the file again, and remove the exit 0, save & exit

Works for me