Bug 187099

Summary: Extra noise when starting readhead during runlevel initscript startup
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: readaheadAssignee: Karel Zak <kzak>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 5CC: feily, jturner
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: 2006-06-22 19:15:59 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 James Laska 2006-03-28 14:23:48 UTC
# RPM readahead-1.2-1.25.2

Steps to reproduce:
-------------------
1) Reboot and watch console during runlevel-3 or runlevel-5 startup
  -- OR --
1) Drop into console and switch between runlevels 3 and 5 using 
  $ init 3
  $ init 5

Actual results:
-----------------
Starting readahead_early:  Starting background readahead:  [  OK  ]
                                                           [  OK  ]

Expected results:
-----------------
Starting readahead_early:                                  [  OK  ]
Starting background readahead:                             [  OK  ]

Making the following change to /etc/init.d/readahead* seems to help ... but I
can't say it's the *right* fix.

start() {
    echo -n $"Starting background readahead: "
    /usr/sbin/readahead /etc/readahead.files >/dev/null && echo_success ||
echo_failure
    echo
}

Comment 1 Karel Zak 2006-06-22 19:15:59 UTC

*** This bug has been marked as a duplicate of 190989 ***