Bug 470732
| Summary: | %post script from plymouth-plugin-solar fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeroen van Meeuwen <vanmeeuwen+fedora> |
| Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rawhide | CC: | dcantrell, krh, rstrode, tcallawa |
| 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-11-14 23:35:24 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 457945 | ||
|
Description
Jeroen van Meeuwen
2008-11-09 19:20:29 UTC
Note that (from IRC): <halfline> i'm still pretty curious what the output of echo nash-showelfinterp /proc/$$/exe | nash --quiet is <jmeeuwen> (Sun)[20:14:20] <jmeeuwen> it returns: /proc/4017/exe <halfline> it's outputting just that? <jmeeuwen> yes <halfline> as if you typed echo /proc/$$/exe ? <jmeeuwen> yes <halfline> sounds like nash is messed up okay i gave this a hammer:
export LIB=%{_lib}
before calling
plymouth-set-default-plugin
is there a reason not to use:
%{_sbin}/plymouth-set-default-plugin %{_libdir}/plymouth/solar.so
in %post scriptlets?
It's not obviously better than what we're doing now. In the future the plugins directory may change, too. See http://bugs.freedesktop.org/show_bug.cgi?id=18298 The fix from comment #2 doesn't work. moving back to assigned. moving back to MODIFIED since this got fixed while we were talking on IRC this afternoon. Is this fixed in a tagged version of plymouth? (If so, please state the version and close this bug). I don't know exactly which version, but it's certainly fixed in 0.6.0-0.2008.11.12.4.fc10. |