When suspending to ram either from GUI or performing pm-suspend on command line (either as plain user or as root), suspend starts but seems to fail during the process and the system wakes up. Here is the log : ---------------------- Jun 14 06:54:37 localhost kernel: Suspending console(s) (use no_console_suspend to debug) Jun 14 06:54:37 localhost kernel: legacy_suspend(): pnp_bus_suspend+0x0/0x70 returns -5 Jun 14 06:54:37 localhost kernel: PM: Device 00:09 failed to suspend: error -5 Jun 14 06:54:38 localhost kernel: PM: Some devices failed to suspend Jun 14 06:54:40 localhost systemd[1]: systemd-suspend.service: main process exited, code=exited, status=1/FAILURE Jun 14 06:54:40 localhost systemd[1]: Job suspend.target/start failed with result 'dependency'. Jun 14 06:54:40 localhost systemd[1]: Unit systemd-suspend.service entered failed state Jun 14 06:54:37 localhost kernel: Suspending console(s) (use no_console_suspend to debug) Jun 14 06:54:37 localhost kernel: legacy_suspend(): pnp_bus_suspend+0x0/0x70 returns -5 Jun 14 06:54:37 localhost kernel: PM: Device 00:09 failed to suspend: error -5 Jun 14 06:54:38 localhost kernel: PM: Some devices failed to suspend Jun 14 06:54:40 localhost systemd[1]: systemd-suspend.service: main process exited, code=exited, status=1/FAILURE Jun 14 06:54:40 localhost systemd[1]: Job suspend.target/start failed with result 'dependency'. Jun 14 06:54:40 localhost systemd[1]: Unit systemd-suspend.service entered failed state ----------------------- Reproducible: Steps to Reproduce:
CC: (none) => denis.prost
solved ! The problem came from the fact that I was using kernel-server. I switched to kernel-desktop and the problem is gone !
Status: NEW => RESOLVEDResolution: (none) => FIXED