Bug 230687

Summary: readahead packaged in /usr/sbin/readahead
Product: [Fedora] Fedora Reporter: Tony Nelson <tonynelson>
Component: readaheadAssignee: Karel Zak <kzak>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-01 23:28:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tony Nelson 2007-03-02 05:52:55 UTC
Description of problem:
I noticed that readahead-collect was collecting files listed in default.later,
because readahead is in /usr/sbin/readahead but readahead-collect is avoiding
/sbin/readahead.  One of them needs to change so they agree.  I'm surprised that
readahead is running from /usr.  Is it mounted already, when init /
readahead_early runs?  (OK, /I/ don't have a separate /usr partition.)

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Karel Zak 2007-03-02 07:55:12 UTC
Thanks. Fixed in GIT repository. The /usr directory is already mounted when the
readahead is running.

Workaround is set

        RAC_EXECIGN="/usr/sbin/readahead"

in /etc/readahead.conf

Comment 2 Karel Zak 2007-10-01 23:28:13 UTC
Fixed in the latest version of the package.