I've found two problems:
1.) See /lib/systemd/system/ifup-wait-all-auto.service the line for i in $(ifquery --list --exclude lo --allow auto); do INTERFACES="$INTERFACES$i "; done; There is a space missing in "$INTERFACES$i " it concatenates all device names into one 2.) This ifquery-call just crashes: # ifquery --state vlan0 Segmentation fault (core dumped) # ifquery --state lo Segmentation fault (core dumped) for some reason it does not crash with eth0 # ifquery --state eth0 So please fix ifquery. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535648 Title: ifquery crashing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1535648/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
