Bug 1053948
Summary: | Error in PREUN scriptlet in rpm package kernel-3.12.7-300.fc20.x86_64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, sanjay.ankur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-16 16:15:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ankur Sinha (FranciscoD)
2014-01-16 03:37:32 UTC
We haven't changed the preun scriptlet in a long time. I've successfully installed and removed 3.12.7 here without issue. All it does is call the "kernel-install remove" command. If you're getting an error from that, it's because kernel-install is bailing out. Did you update systemd, grubby, grub, and/or dracut recently? Is there anything in /var/log/dracut.log or /var/log/grubby that would indicate what actually failed? *** Bug 1053957 has been marked as a duplicate of this bug. *** It doesn't appear to be a kernel issue. For some reason, systemd rebooted in the middle of an update and caused me to reinstall. On a fresh install, I get *many* scriptlet failures with updates/installs. We're discussing it over on the QA list, but aren't really any closer to a diagnosis. I'm closing this as a wont fix since it isn't a kernel package issue. Sorry for the noise :/ An example of more failures (on a fresh F20 install and update): 35 D: ========== +++ jack-audio-connection-kit-1.9.9.5-3.fc20 x86_64-linux 0x2 36 D: Expected size: 543348 = lead(96)+sigs(1284)+pad(4)+data(541964) 37 D: Actual size: 543348 38 D: jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64: Header V3 RSA/SHA256 Signature, key ID 246110c1: OK 39 D: install: jack-audio-connection-kit-1.9.9.5-3.fc20 has 31 files 40 D: %pre(jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64): scriptlet start 41 D: %pre(jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64): execv(/bin/sh) pid 13704 42 D: %pre(jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64): waitpid(13704) rc 13704 status 7f00 43 error: %pre(jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64) scriptlet failed, exit status 127 44 error: jack-audio-connection-kit-1.9.9.5-3.fc20.x86_64: install failed 45 D: ========== +++ mpd-1:0.18-0.1.git0e0be02.fc20 x86_64-linux 0x2 46 D: Expected size: 272248 = lead(96)+sigs(1284)+pad(4)+data(270864) 47 D: Actual size: 272248 48 D: mpd-1:0.18-0.1.git0e0be02.fc20.x86_64: Header V3 RSA/SHA256 Signature, key ID ae688223: OK 49 D: install: mpd-1:0.18-0.1.git0e0be02.fc20 has 20 files 50 D: %pre(mpd-1:0.18-0.1.git0e0be02.fc20.x86_64): scriptlet start 51 D: %pre(mpd-1:0.18-0.1.git0e0be02.fc20.x86_64): execv(/bin/sh) pid 13705 52 D: %pre(mpd-1:0.18-0.1.git0e0be02.fc20.x86_64): waitpid(13705) rc 13705 status 7f00 53 error: %pre(mpd-1:0.18-0.1.git0e0be02.fc20.x86_64) scriptlet failed, exit status 127 history info [asinha@eng051125 ~]$ |