[Bug 1102182] Re: netscript-2.4-upstart runs with read-only root: dhcp and wpa broken
Arunas
aris020 at yahoo.co.uk
Sun Jan 20 21:41:50 UTC 2013
the file /etc/init/network-interface.conf actually comes from ifupdown
package, not network-upstart as implied in the title.
** Package changed: ubuntu => ifupdown (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1102182
Title:
netscript-2.4-upstart runs with read-only root: dhcp and wpa broken
Status in “ifupdown” package in Ubuntu:
New
Bug description:
network-interface.conf handles new network interfaces. Unfortunately, at boot it is called while the root system is still read-only.
Not to mention the command "mkdir -p /run/network" that is not going to work with ro root, dhcpclient cannot write leases and fails. Static address is still somehow succeeding. wpasupplicant does not work either.
Not understanding upstart structure well enough (are there dependency graph visualisation tools?), I have just added
"mount -orw,remount /" before the "mkdir" command. This fixed the network interface configuration at boot.
I know this will interfere with fsck.
Surely there are better ways to fix it...please? I see a lot of dumbfounded folk scratching their heads why simple /etc/network/interfaces configuration does not work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1102182/+subscriptions
More information about the foundations-bugs
mailing list