[Touch-packages] [Bug 1374521] Re: auto interfaces do not come up with r/o images

2014-09-29 Thread Martin Pitt
So for some reason your system configuration causes /etc/init.d/networking to be run before the kernel detects eth0 (journalctl shows this quite nicely). ** Package changed: ifupdown (Ubuntu) => systemd (Ubuntu) ** Summary changed: - auto interfaces do not come up with r/o images + networking.se

[Touch-packages] [Bug 1374521] Re: auto interfaces do not come up with r/o images

2014-09-29 Thread Martin Pitt
Further debugging: /etc/init.d/networking just gets redirected through /lib/lsb/init-functions.d/40-systemd. This gets closer to the problem: networking.service - LSB: Raise network interfaces. Loaded: loaded (/etc/init.d/networking) Drop-In: /run/systemd/generator/networking.service.d

[Touch-packages] [Bug 1374521] Re: auto interfaces do not come up with r/o images

2014-09-29 Thread Martin Pitt
ifup@.service works as intended. The idea is that /etc/init.d/networking brings up all "auto" interfaces, and that unit takes care of the hotplugged interfaces only. The problem is that /etc/init.d/networking (or something it calls) doesn't work if / is read-only. I'll investigate what it's trying