Comment 15 for bug 130437

Revision history for this message
Sander van Grieken (sander-vangrieken) wrote :

yeah I just found out Karmic has a typo in /etc/init/network-interface.conf

stop on net-device-removed INTERFACE=$INTERFACE

should be

stop on net-device-remove INTERFACE=$INTERFACE

Furthermore, the DRIVERS var is not filled when the device gets plugged (add action), resulting in an infinite amount of entries in /etc/udev/rules.d/70-persistent-net.rules (because the device doesn't match the dynamically generated rule there)