Bug 85574

Summary: microcode_ctl should not use /usr/bin/head
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: kernel-utilsAssignee: Dave Jones <davej>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: pfrields
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: 2004-10-26 03:12:57 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 Enrico Scholz 2003-03-04 16:16:35 UTC
Description of problem:

/etc/init.d/microcode_ctl is executed very early in the boot-process but
executes commands located under /usr/bin

|        vendor=`cat /proc/cpuinfo | \
|            grep "^vendor_id" | head -1 | \
|        ...

When /usr is mounted via NFS, the 'head' command will not be found.

I suggest to use "sed -e '2,$d'" instead of "head -1".


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

kernel-utils-2.4-8.29

Comment 1 Dave Jones 2004-10-26 03:12:57 UTC

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