Bug 1229416
Summary: | Failed to start reboot.target: Access denied | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Ellson <john.ellson> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | chelovekot, fkooman, johannbg, jsynacek, lnykryn, msekleta, samuel.rakitnican, s, systemd-maint, thorsten.kohfeldt, zbyszek |
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: | 2015-06-08 16:36:41 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
John Ellson
2015-06-08 16:35:11 UTC
*** This bug has been marked as a duplicate of bug 1224211 *** The same bug for me! Fedora 22 (GNOME) :( After doing Ctrl+Alt+Del 2 times I finally rebooted... I found a workaround for the most recent problem in F22: dnf -y distro-sync # this might create a systemd SELinux problem if ! (systemctl list-sockets >/dev/null && systemctl list-dependencies >/dev/null) then dnf -y reinstall systemd if systemctl list-sockets >/dev/null && systemctl list-dependencies >/dev/null then echo "Update-related systemd SELinux problem: FIXED" else echo "sorry, systemd still has SELinux trouble" fi fi i.e. just performing 'dnf -y reinstall systemd' solved it for me And yes, systemctl daemon-reexec also works and is even faster ... F22 after dnf update not able to reboot. "systemctl daemon-reexec" fixed it. |