Bug 449991
| Summary: | prelink daily cron job fails since upgrade to 9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matt Castelein <matt.castelein> |
| Component: | prelink | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-06-05 16:24: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: | |||
|
Description
Matt Castelein
2008-06-04 16:40:08 UTC
That's not prelink's fault. If you have upgraded to 9 from older Fedora without rebooting, then that upgrade swapped SysVinit with upstart for /sbin/init. The two implementations are incompatible, and there is no way to restart SysVinit into upstart init, other than reboot. The error you are getting is because upstart's /sbin/telinit isn't able to communicate to the currently running init prelink's request to reexec, if you run /sbin/telinit u by hand, you'll get the same error. |