Bug 786934
Summary: | /usr/sbin/glibc_post_upgrade: While trying to execute /sbin/service child exited | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | joshua |
Component: | glibc | Assignee: | Jeff Law <law> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | fweimer, jakub, law, schwab |
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: | 2012-02-07 21:09:22 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
joshua
2012-02-02 17:19:48 UTC
Sorry, this is Fedora 15, not 16 Near the end of the glibc upgrade process it will attempt to restart the sshd service. glibc checks for the existence of various files related to the sshd service, and if they're all found, it restarts the service. What is the output from running the following as root: /sbin/service sshd condrestart # Doesn't look good: # tail -f /var/log/messages & [1] 26132 # /sbin/service sshd condrestart Restarting sshd (via systemctl): Feb 7 15:02:51 mb04-001 systemd[1]: sshd.service: main process exited, code=exited, status=255 Feb 7 15:02:51 xyz01-001 systemd[1]: Unit sshd.service entered failed state. [ OK ] What version of systemd are you running? rpm -q systemd Older than systemd-26-10.fc15? *** This bug has been marked as a duplicate of bug 698198 *** |