Bug 799005
| Summary: | F16 hangs for minutes when rebooting/shutdown | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marc Muehlfeld <marc.muehlfeld> | ||||
| Component: | systemd | Assignee: | systemd-maint | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | iarlyy, johannbg, jonathan, lnykryn, metherid, mschmidt, notting, plautrba, systemd-maint | ||||
| 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-03-05 12:40:18 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: | |||||||
| Attachments: |
|
||||||
|
Description
Marc Muehlfeld
2012-03-01 14:30:19 UTC
Save this script as /lib/systemd/system-shutdown/debug.sh: #!/bin/sh mount / -o rw,remount dmesg > /dmesg.txt mount / -o ro,remount Make it executable (chmod +x /lib/systemd/system-shutdown/debug.sh). Then boot with the following kernel command line parameters: systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M enforcing=0 Reproduce the delay on shutdown. After booting back, attach the resulting /dmesg.txt file here. Thanks. Created attachment 567400 [details]
Debug dmesg output
Find attached the requested output.
I started the computer with the given kernel parameters to runlevel 5 and directly let the computer reboot (without logging into KDE).
NetworkManager did not exit within 90 seconds after getting SIGTERM, then a timeout kicked in. *** This bug has been marked as a duplicate of bug 739836 *** |