[Bug 523484] Re: ureadahead requires /var on root filesystem

Stéphane Graber stgraber at stgraber.org
Fri Oct 11 17:08:46 UTC 2013


Targeting this to 13.11, this bug got mentioned a few times on IRC over
the past week in relation to Ubuntu Touch.

The current consensus is that Clint's idea (comment #34) is the best way
to fix this in a generic way and that fix should definitely be
implemented for 14.04 LTS.

** Changed in: ureadahead (Ubuntu)
    Milestone: None => ubuntu-13.11

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ureadahead in Ubuntu.
https://bugs.launchpad.net/bugs/523484

Title:
  ureadahead requires /var on root filesystem

Status in über-readahead:
  Invalid
Status in “ureadahead” package in Ubuntu:
  Triaged

Bug description:
  I have the following mountpoints defined that use different
  partitions:

  /
  /boot
  /home
  /opt
  /usr
  /var

  These nodes are located on different partitions to enable greater control over the system and prevent unusable states.
  ureadahead.conf uses the following event:
    start on starting mountall
  Which fails for me since /var is not yet mounted when mountall starts leading to ureadahead errors about missing pack files.

  ureadahead-other.conf in turn uses
    start on mounted DEVICE=[/UL]* MOUNTPOINT=/?
  I have yet to find out what that means but I see that ureadahead-other is terminated with error status 4 (i.e. no pack file)

  I think that ureadahead configuration files should be ready for such kind of layout.
  I have fixed the first item by rewriting the rule as start on mounted MOUNTPOINT=/var but I don't know what to do with second item.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ureadahead/+bug/523484/+subscriptions



More information about the foundations-bugs mailing list