Description of problem: I was trying to test out the new rawhide-no-debug kernel on my F20 system and noticed this warning. Version-Release number of selected component (if applicable): kernel-modules-extra.x86_64 3.13.0-0.rc8.git2.2.fc21 How reproducible: Probably always. I haven't run the transaction again, though. Steps to Reproduce: 1.Update kernel-modules-extra to kernel-modules-extra.x86_64 3.13.0-0.rc8.git2.2.fc21 2. 3. Actual results: Gives warning during installation. Expected results: Should install cleanly. Additional info: [asinha@ankur-laptop ~]$ sudo dnf --enablerepo=fedora-rawhide-kernel* update kernel-modules* Resolving dependencies --> Starting dependency resolution ---> Package kernel-modules-extra.x86_64 3.13.0-0.rc8.git2.2.fc21 will be installed --> Finished dependency resolution Dependencies resolved. ======================================================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================================================== Installing: kernel-modules-extra x86_64 3.13.0-0.rc8.git2.2.fc21 fedora-rawhide-kernel-nodebug 2.0 M Transaction Summary ======================================================================================================================================================================== Install 1 Package Total download size: 2.0 M Installed size: 8.1 M Is this ok [y/N]: y Downloading Packages: kernel-modules-extra-3.13.0-0.rc8.git2.2.fc21.x86_64.rpm 726 kB/s | 2.0 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Installing : kernel-modules-extra-3.13.0-0.rc8.git2.2.fc21.x86_64 1/1 warning: %post(kernel-modules-extra-3.13.0-0.rc8.git2.2.fc21.x86_64) scriptlet failed, exit status 127 Non-fatal POSTIN scriptlet failure in rpm package kernel-modules-extra Verifying : kernel-modules-extra-3.13.0-0.rc8.git2.2.fc21.x86_64 1/1 Installed: kernel-modules-extra.x86_64 3.13.0-0.rc8.git2.2.fc21 Complete!
I rebooted and the new 3.13 kernel didn't show in grub. On further inspection, I found errors in its scripts too: [asinha@ankur-laptop ~]$ sudo dnf history info 170 Transaction ID : 170 Begin time : Thu Jan 16 14:49:01 2014 Begin rpmdb : 2483:c8a5019121ef6dcf4baffa9fa0ec891837c8f491 End time : 14:49:11 2014 (10 seconds) End rpmdb : 2484:9d0c9ea68397fcace47673ee23ae9703602b1a3f User : Ankur Sinha <asinha> Return-Code : Success Command Line : --enablerepo=fedora-rawhide-kernel* update kernel Transaction performed with: Installed dnf-0.4.11-1.fc20.noarch @updates-testing Installed rpm-4.11.1-7.fc20.x86_64 (unknown) Packages Altered: Install kernel-3.13.0-0.rc8.git2.2.fc21.x86_64 @fedora-rawhide-kernel-nodebug Scriptlet output: 1 warning: %post(kernel-3.13.0-0.rc8.git2.2.fc21.x86_64) scriptlet failed, exit status 127 2 warning: %posttrans(kernel-3.13.0-0.rc8.git2.2.fc21.x86_64) scriptlet failed, exit status 127 [asinha@ankur-laptop ~]$
Running: grub2-mkconfig -o /boot/grub2/grub.cfg makes the kernel come up in grub again.
This is likely the same underlying bug as your other one, which is that something the kernel scriptlets call (kernel-install) is failing on your machine. Duping to your other bug for now. *** This bug has been marked as a duplicate of bug 1053948 ***