Bug 472534

Summary: no plugins installed when kernel is updated
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: plymouthAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: fedora, krh, rstrode
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-12-03 15:46:59 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:
Attachments:
Description Flags
logged transaction from /var/log/messages none

Description Dennis Gilmore 2008-11-21 15:49:00 UTC
Description of problem:

doing a yum upate from F-9 to rawhide I saw the following

Installing     : kernel                                      [ 752/2199]
The default plymouth plugin (.so) doesn't exist

the plymouth plugins were not installed before plymouth or the kernel.  so mkinitrd could not find them to install into the initrd


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

plymouth-0.6.0-0.2008.11.17.3.fc10.x86_64

Comment 1 Ray Strode [halfline] 2008-11-21 16:01:38 UTC
do you have the whole transaction?

Comment 2 Ray Strode [halfline] 2008-11-21 16:02:55 UTC
oh also, did you have rhgb installed before doing the upgrade?

Comment 3 Dennis Gilmore 2008-11-21 16:24:57 UTC
looks like rhgb was not previously installed.

Comment 4 Dennis Gilmore 2008-11-21 16:25:54 UTC
Created attachment 324319 [details]
logged transaction from /var/log/messages

Comment 5 Ray Strode [halfline] 2008-11-21 16:47:13 UTC
so we currently have:

        PLUGIN_NAME=$(basename $(readlink ${LIBDIR}/plymouth/default.so) .so)
        if [ -z "$PLUGIN_NAME" ]; then
                $0 --reset
                PLUGIN_NAME=$(basename $(readlink ${LIBDIR}/plymouth/default.so) .so)
        fi

but the condition can never succeed.  Should be 

if [ "$PLUGIN_NAME" = ".so" ]; then

Comment 6 Ray Strode [halfline] 2008-11-21 16:52:47 UTC
Fixed upstream:

http://cgit.freedesktop.org/plymouth/commit/?id=711636ec6a46dd8d7a9ab44a124d59bc38111d72

Comment 7 Bug Zapper 2008-11-26 05:43:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping