[Bug 259801] Re: init daemon requires mounted /proc subsystem

Scott James Remnant scott at canonical.com
Wed Jun 17 17:53:22 CEST 2009


** Changed in: upstart/0.5
     Assignee: (unassigned) => Scott James Remnant (scott)

-- 
init daemon requires mounted /proc subsystem
https://bugs.launchpad.net/bugs/259801
You received this bug notification because you are subscribed to PLD
Linux.

Status in Upstart: Fix Released
Status in upstart Series: 0.5: Triaged
Status in upstart Series: trunk: Fix Released
Status in PLD Linux Distribution: Fix Released

Bug description:
...on a booting system.

The chicken and egg problem is that upstart is the first process to run yet it still requires some other process (rc scripts here in PLD Linux) to mount all the directories and set / to be writable.

If it wants to mess with oom_adj / oom_score, it should postpone the adjustments until /proc becomes available.

Or just let the processes keep their current score if they are spawned before /proc is up - most of these are "tasks" to mount the partitions, not real services anyway.


More information about the pld-bugs mailing list