Comment 28 for bug 1312836

Revision history for this message
Luis Mondesi (lemsx1) wrote :

Ok, no mater what I do, I cannot get this to work. I commented all but 1 interfaces needed for br0. The configuration looks like:

auto em1
iface em1 inet manual

auto br0
iface br0 inet static
 bridge_ports all
...

And I seem to be hitting this nag:

> sudo systemctl status -l ifup-wait-all-auto.service
* ifup-wait-all-auto.service - Wait for all "auto" /etc/network/interfaces to be up for network-online.target
   Loaded: loaded (/lib/systemd/system/ifup-wait-all-auto.service; static; vendor preset: enabled)
   Active: failed (Result: timeout) since Mon 2015-03-09 12:16:42 EDT; 9min ago
     Docs: man:interfaces(5)
           man:ifup(8)
  Process: 950 ExecStart=/bin/sh -ec for i in $(ifquery --list --exclude lo --allow auto); do INTERFACES="$INTERFACES$i "; done; [ -n "$INTERFACES" ] || exit 0; while ! ifquery --state $INTERFACES >/dev/null; do sleep 1; done (code=killed, signal=TERM)
 Main PID: 950 (code=killed, signal=TERM)

Mar 09 12:14:42 my_hostname_here systemd[1]: Starting Wait for all "auto" /etc/network/interfaces to be up for network-online.target...
Mar 09 12:16:42 my_hostname_here systemd[1]: ifup-wait-all-auto.service start operation timed out. Terminating.
Mar 09 12:16:42 my_hostname_here systemd[1]: Failed to start Wait for all "auto" /etc/network/interfaces to be up for network-online.target.
Mar 09 12:16:42 my_hostname_here systemd[1]: Unit ifup-wait-all-auto.service entered failed state.
Mar 09 12:16:42 my_hostname_here systemd[1]: ifup-wait-all-auto.service failed.

$> ifquery --state eth1 em1 br0
Segmentation fault (core dumped)

I'll attach the crash file.