Bug 125381

Summary: 2.6.6-1.422 fails to install properly
Product: [Fedora] Fedora Reporter: Kaj J. Niemi <kajtzu>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-06-05 17:08:36 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 Kaj J. Niemi 2004-06-05 17:01:13 UTC
Description of problem:
The %postinstall scriptlet fails while attempting to create a new
initrd image.

Version-Release number of selected component (if applicable):
kernel-2.6.6-1.422
mkinitrd-3.5.23-1
module-init-tools-3.0-0.pre10.1


How reproducible:
Always

Steps to Reproduce:
1. rpm -ivh kernel-2.6.6-1.422.i686.rpm
2. 
3.
  
Actual results:
# rpm -ivh kernel-2.6.6-1.422.i686.rpm
Preparing...               
########################################### [100%]
   1:kernel                
########################################### [100%]
memlock: Cannot allocate memory
Couldn't lock into memory, exiting.
mkinitrd failed


Expected results:
Should install normally.

Additional info:
2.6.6-1.414 (and earlier ones) worked fine

Comment 1 Kaj J. Niemi 2004-06-05 17:02:24 UTC
Executing the same commands manually results in the same thing.

# [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd
--depmod --install 2.6.6-1.422
memlock: Cannot allocate memory
Couldn't lock into memory, exiting.
mkinitrd failed
#


Comment 2 Arjan van de Ven 2004-06-05 17:03:34 UTC
this is actually a bug in 414 that you are running;
ulimit -l unlimited before the rpm -i will fix it


Comment 3 Kaj J. Niemi 2004-06-05 17:08:36 UTC
Yup, that one does it. Thanks. Closing as WORKSFORME.