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
$ 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
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
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