Bug 527299
Summary: | plymouthd: ply-keyboard.c:447:ply_keyboard_add_input_handler: Assertion `keyboard !=((void*)0)' failed. on firstboot's --hide-splash | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ray Strode [halfline] <rstrode> |
Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | aalam, awilliam, dcantrell, fedora, krh, pablomg+fedora, petersen, robert, rstrode, wwoods, xgl-maint |
Target Milestone: | --- | Keywords: | Desktop |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 526842 | Environment: | |
Last Closed: | 2009-10-07 11:51:47 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
Ray Strode [halfline]
2009-10-05 20:11:26 UTC
this should be fixed as of 0.8.0-0.2009.29.09.2 make that 0.8.0-0.2009.29.09.3 I was a little to hasty in my build and didn't apply the patch. I tried to use 0.8.0-0.2009.29.09.3 package, but getting same error with (plymouthd: ply-keyboard.c:447...) firstboot still not running. --- 1) fresh install 2) install new packages and reboot machine 3) after boot, same error and Directly GDM screen without any user -- Is there anything wrong with my steps? *** Bug 526856 has been marked as a duplicate of this bug. *** I did an en install yesterday and ja install today and both had firstboot come up normally so worksforme. (In reply to comment #3) > I tried to use 0.8.0-0.2009.29.09.3 package, but getting same error > with (plymouthd: ply-keyboard.c:447...) > firstboot still not running. > --- > 1) fresh install > 2) install new packages and reboot machine > 3) after boot, same error and Directly GDM screen without any user > -- > Is there anything wrong with my steps? After installing the packages you have to make sure plymouth gets in the initrd. You can get that by installing a new kernel, or by running: sudo new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --install $(uname -r) |