The root cause is in /etc/networking/if-pre-up.d/ifenslave.  In starting
at line 260.

if the /etc/run/network/ifenslave.<BOND> file doesn't exist ifup goes
into an unterminated while loop, since there is nothing inside the loop
that will create the file.

        [ ! -f /run/network/ifenslave.$BOND_MASTER ] && echo "Waiting for bond 
master $BOND_MASTER to be ready"
        while :; do
                if [ -f /run/network/ifenslave.$BOND_MASTER ]; then
                        break
                fi
                sleep 0.1
        done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1269921

Title:
  networking services restart hangs due to missing
  /etc/network/run/ifenslave.* files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1269921/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to