You are not logged in.
Hi,
I am solving the the hibernation issue:
# systemctl hibernate
Failed to hibernate system via logind: Not enough swap space for hibernation
I have:
# swapon --show
NAME TYPE SIZE USED PRIO
/dev/sdb1 partition 22,4G 0B 100
# free -h
total used free shared buff/cache available
Mem: 9,6Gi 2,0Gi 4,8Gi 528Mi 2,7Gi 6,8Gi
Swap: 22Gi 0B 22Gi
# cat /sys/power/image_size
4120653824
and system fully updated up to this date.
i have searched, but found nothing helpful.
advice, please.
thank you!
Last edited by greengold (2021-03-16 17:53:38)
Offline
Offline
no, no..
~> uname -a
Linux ux32vd 5.11.6-arch1-1 #1 SMP PREEMPT Thu, 11 Mar 2021 13:48:23 +0000 x86_64 GNU/Linux
Offline
Maybe this could help you?
Offline
Maybe this could help you?
mine own thread? hope so..
Offline
Maybe this could help you?
Oh wow, I copied the wrong link. You have probably already seen it and it does not seem to be the same problem but I meant this thread: https://bbs.archlinux.org/viewtopic.php?id=250538
Offline
He has sdb1 @ the 22GB, it's not scattered.
However:
1. what is sdb1 (external drive?)
2. Where does resume point in the kernel commandline?
Offline
He has sdb1 @ the 22GB, it's not scattered.
However:
1. what is sdb1 (external drive?)
2. Where does resume point in the kernel commandline?
1- it's internal, however my system runs on sda drive
2-don't have any in my syslinux.cfg, but did't have it before when it worked. i suppose it's not too important for getting into hibernation at first place
Last edited by greengold (2021-03-16 14:20:48)
Offline
but did't have it before when it worked
This seems like a misassumption unless you write the device into /sys/power/resume at runtime.
It is mightily important to somehow tell the system where to store and read the hibernation image.
https://wiki.archlinux.org/index.php/Po … ibernation
You'll also require the resume hook in mkinitcpio.conf
Offline
but did't have it before when it worked
This seems like a misassumption unless you write the device into /sys/power/resume at runtime.
It is mightily important to somehow tell the system where to store and read the hibernation image.
https://wiki.archlinux.org/index.php/Po … ibernationYou'll also require the resume hook in mkinitcpio.conf
well, correcting kernel parameter and removing offset really helped!
thank's for pointing that out to me!
Offline