[Bug 1374521] Re: ifup should specify '-allow=auto' not '-allow=hotplug'

2014-09-29 Thread Martin Pitt
Right, I get the same (on both current utopic and your Ubuntu Core environment). So /etc/init.d/networking exists and is being run -- what's missing? What does "ip a" show? It gets a proper DHCP assignment and routing here. -- You received this bug notification because you are a member of Ubuntu

[Bug 1374521] Re: ifup should specify '-allow=auto' not '-allow=hotplug'

2014-09-29 Thread James Hunt
$ systemctl status networking networking.service - LSB: Raise network interfaces. Loaded: loaded (/etc/init.d/networking) Drop-In: /run/systemd/generator/networking.service.d `-50-insserv.conf-$network.conf Active: active (exited) since Mon 2014-09-29 09:22:44 UTC; 1min 51s ago

[Bug 1374521] Re: ifup should specify '-allow=auto' not '-allow=hotplug'

2014-09-29 Thread Martin Pitt
I have some trouble reproducing this. I installed systemd-sysv into a minimal VM without NetworkManager, and /etc/network/interfaces.d/eth0.cfg has # The primary network interface auth eth0 iface eth0 inet dhcp Indeed "ifquery -l --allow=hotplug" doesn't mention any interface, but eth0 come

[Bug 1374521] Re: ifup should specify '-allow=auto' not '-allow=hotplug'

2014-09-28 Thread Martin Pitt
I updated the package description to what you (most probably) mean. I need to check with the Debian systemd maintainers whether hotplug should additionally be there, too. ** Description changed: /lib/systemd/system/ifup@.service specifies: - ExecStart=/sbin/ifup --allow=hotplug %I +   Exe