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

pqwoerituytrueiwoq 523484 at bugs.launchpad.net
Tue May 28 17:34:08 UTC 2013


Just a reminder this is still a issue in raring (13.04) and this command fixed it
sudo sed  -i 's+^start on starting mountall+start on mounted MOUNTPOINT=/var+' /etc/init/ureadahead.conf

ureadahead should check is /var is ready then continue, so the above
would not be needed

i also get status 5 error when using mainline kernels, i am using saucy kernels
i have a separate /var partition

** Tags added: raring

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