Bug 439036

Summary: error: %posttrans(kernel-PAE-2.6.25-0.155.rc6.git8.fc9.i686) scriptlet failed, exit status 1
Product: [Fedora] Fedora Reporter: Tom London <selinux>
Component: kernelAssignee: Jarod Wilson <jarod>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: kernel-maint
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: 2008-03-26 20:03:38 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 Tom London 2008-03-26 16:45:44 UTC
Description of problem:
I tried the "new pkg format" by downloading from koji the PAE packages and
installing via "rpm -ivh .....".

The install failed:

[root@localhost Downloads]# rpm -ivh *PAE*
Preparing...                ########################################### [100%]
   1:kernel-PAE             ########################################### [ 50%]
   2:kernel-PAE-devel       ########################################### [100%]
Usage: new-kernel-pkg [-v] [--mkinitrd] [--rminitrd]
       [--initrdfile=<initrd-image>] [--depmod] [--rmmoddep]
       [--kernel-args=<args>] [--remove-args=<args>]
       [--banner=<banner>] [--multiboot=multiboot]
       [--mbargs=mbargs] [--make-default]
       <--install | --remove | --update | --rpmposttrans> <kernel-version>
       (ex: new-kernel-pkg --mkinitrd --depmod --install 2.4.7-2)
error: %posttrans(kernel-PAE-2.6.25-0.155.rc6.git8.fc9.i686) scriptlet failed,
exit status 1
[root@localhost Downloads]# 

Did not get this message installing the non-PAE package via yum.

Version-Release number of selected component (if applicable):
kernel-PAE-2.6.25-0.155.rc6.git8.fc9.i686.rpm

How reproducible:


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


Expected results:


Additional info:

Comment 1 Jarod Wilson 2008-03-26 18:15:14 UTC
Gah. Digging into it now...

Comment 2 Jarod Wilson 2008-03-26 20:03:38 UTC
This is actually a tiny buglet in the posttrans hook, not something directly
related to changing uname -r around, but I'm not sure why it wasn't triggering
before now (or if it just went unnoticed)... In any case, fix committed to
kernel-2.6.25-0.160.rc7.fc9, so anything that build or later should be good to
go now.