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

Scott James Remnant scott at canonical.com
Wed Jun 17 17:42:56 CEST 2009


Merged Jeff Oliver's fix into trunk
http://bazaar.launchpad.net/~scott/upstart/trunk/revision/1110

** Also affects: upstart/0.5
   Importance: Undecided
       Status: New

** Also affects: upstart/trunk
   Importance: High
       Status: Triaged

** Changed in: upstart/0.5
   Importance: Undecided => High

** Changed in: upstart/0.5
       Status: New => Triaged

** Changed in: upstart/0.5
    Milestone: None => 0.5.2

** Changed in: upstart/trunk
       Status: Triaged => Fix Released

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

** Changed in: upstart/trunk
    Milestone: 0.5.2 => None

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