Here are the steps necessary to correct the package files after apt-get install ifenslave-2.6 results in the observed state, this solution also corrects the above mentioned issue I observed regarding the preservation of mode across reboots without any changes using the approved hotplug method.
$ /etc/network $ find . -name "*enslave*" ./if-pre-up.d/ifenslave.dpkg-new ./if-pre-up.d/ifenslave ./if-post-down.d/ifenslave To correct the package perform the following steps: mv /etc/network/if-pre-up.d/ifenslave /etc/network/if-up.d/ifenslave mv /etc/network/if-pre-up.d/ifenslave.dpkg-new /etc/network/if-pre-up.d/ifenslave As Rob Hall correctly notes the source package script is confused, however, not because it ended up in the wrong place when it attempted to write /etc/network/if-pre-up.d/ifenslave, but because there is an existing file which in fact should be /etc/network/if-up.d/ifenslave. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714904 Title: /etc/network/if-up.d/ifenslave is missing (installed under if-pre- up.d) -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
