FS#60758 - [systemd] hibernation breaks with systemd 239.300-1

Attached to Project: Arch Linux
Opened by Shaleen Jain (shalzz) - Friday, 09 November 2018, 16:57 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 09 November 2018, 17:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After upgrading to systemd-239.300-1 hibernation broke with the same setup that worked with previous versions.

```
$ systemctl hibernate
Failed to hibernate system via logind: Resume not configured, can't hibernate
```

Additional info:
journalctl:
```
Nov 09 22:24:32 shalzz-galp2 systemd-logind[1014]: Failed to open "/boot/efi/loader/loader.conf": No such file or directory
Nov 09 22:24:32 shalzz-galp2 systemd-logind[1014]: Failed to read boot config from "/boot/efi/loader/loader.conf": No such file or directory
Nov 09 22:24:32 shalzz-galp2 systemd-logind[1014]: Failed to load bootspec config from "/boot/efi/loader": No such file or directory
```

Resume parameter for hibernate set:
```
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-arch rw quiet nowatchdog resume=/dev/mapper/VolGroup00-swap video=eDP-1:3200x1800@60 psmouse.synaptics_intertouch=1 psmouse.resetafter=1
```

```
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 232.9G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
└─nvme0n1p2 259:2 0 232.4G 0 part
├─VolGroup00-home 254:0 0 175G 0 lvm /home
├─VolGroup00-arch 254:1 0 35G 0 lvm /
└─VolGroup00-swap 254:2 0 8G 0 lvm [SWAP]
```


This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 09 November 2018, 17:15 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#60650   FS#60734 

Loading...