Bug 1025683

Summary: systemd crashed /dev/initctl lost - probably after wakeup from hibernate
Product: [Fedora] Fedora Reporter: Peter Bieringer <pb>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: johannbg, lnykryn, msekleta, plautrba, systemd-maint, vpavlin, 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: 2013-11-01 12:32:31 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:

Description Peter Bieringer 2013-11-01 09:39:03 UTC
Description of problem:
a non-laptop system, which is used day-by-day but hibernated during not used cannot be powered of after a while.

Version-Release number of selected component (if applicable):
systemd-204-17.fc19.i686

How reproducible:
Mostly

Steps to Reproduce:
1. boot system, hibernate, wakeup (some cycles)
2. try to poweroff on cmd line

Actual results:
# LC_ALL=C shutdown -h now
Failed to open /dev/initctl: No such device or address
Failed to talk to init daemon.

# lsof /dev/initctl
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1001/gvfs
      Output information may be incomplete.
(empty)


Expected results:
Poweroff

Additional info:
after fresh reboot:
# lsof /dev/initctl
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
systemd   1 root   29u  FIFO    0,5      0t0 8876 /dev/initctl

following lines found in log, perhaps related:

[35672.656922] usblp 3-1:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x1094
[35672.817920] PM: Finishing wakeup.
[35672.817924] Restarting tasks ...
[35672.818865] traps: systemd[1] general protection ip:b750ae28 sp:bffe8768 error:0
[35672.818896]  in libc-2.17.so[b73b0000+1b8000]
[35672.830384] done.
[35672.830413] video LNXVIDEO:00: Restoring backlight state

It seems that this problem occurs since upgrade from FC18 to FC19

Comment 1 Zbigniew Jędrzejewski-Szmek 2013-11-01 12:32:31 UTC
Please test and leave a comment *after* the kernel with the fix is released.

*** This bug has been marked as a duplicate of bug 1010603 ***