Re: [arch-general] Hibernation Failure

2020-04-23 Thread Markus Schaaf via arch-general
Am 23.04.20 um 10:14 schrieb Paul Dann via arch-general: > it down to a kernel update. That being said, I don't hibernate > regularly, so maybe I've just been lucky :p Probably. I needed to read some of the code and it hasn't changed lately AFAIK. My guess is that the problem has something to

Re: [arch-general] Hibernation Failure

2020-04-23 Thread Paul Dann via arch-general
On Mon, 6 Apr 2020 at 17:37, Markus Schaaf via arch-general wrote: > What I have found: It is unlikely that hibernation is the cause to the > problem I have encountered. It is just the trigger. Somehow dm-integrity > or dm-crypt manages to fuck up it's on-disk meta-data. (Meanwhile the > same happ

Re: [arch-general] Hibernation Failure

2020-04-06 Thread Markus Schaaf via arch-general
Am 12.01.20 um 12:19 schrieb Markus Schaaf via arch-general: > > > Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general: >> I'm having trouble getting hibernation to work on my new Dell Inspiron >> 7590. It seems that the image is stored correctly (onto LUKS+LVM thin-lv), > > I've noticed som

Re: [arch-general] Hibernation Failure

2020-01-15 Thread Paul Dann via arch-general
On Sun, 12 Jan 2020 at 12:03, Justin Capella via arch-general < arch-general@archlinux.org> wrote: > Ah interesting. Do those memory regions match what is reported in > proc/iomem prior to hibernating-- odd question but I recall someone on the > irc encountering a difference. Mmm that *is* inter

Re: [arch-general] Hibernation Failure

2020-01-12 Thread Justin Capella via arch-general
Ah interesting. Do those memory regions match what is reported in proc/iomem prior to hibernating-- odd question but I recall someone on the irc encountering a difference. I suggest hopping on the IRC if you're able, easier and quicker, probably not arch specific but feel free to start there or may

Re: [arch-general] Hibernation Failure

2020-01-12 Thread Markus Schaaf via arch-general
Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general: > I'm having trouble getting hibernation to work on my new Dell Inspiron > 7590. It seems that the image is stored correctly (onto LUKS+LVM thin-lv), I've noticed something similar on a similar setup. It looks like the kernel is taking so

Re: [arch-general] Hibernation Failure

2020-01-12 Thread Paul Dann via arch-general
On Sun, 12 Jan 2020, 10:08 Justin Capella via arch-general, < arch-general@archlinux.org> wrote: > > https://wiki.archlinux.org/index.php/Dm-crypt/Swap_encryption#With_suspend-to-disk_support Nope; if that was the problem then the kernel would not see the resume data at all, because the swap blo

Re: [arch-general] Hibernation Failure

2020-01-12 Thread Justin Capella via arch-general
https://wiki.archlinux.org/index.php/Dm-crypt/Swap_encryption#With_suspend-to-disk_support On Sat, Jan 11, 2020 at 4:40 PM Paul Dann via arch-general wrote: > > I'm having trouble getting hibernation to work on my new Dell Inspiron > 7590. It seems that the image is stored correctly (onto LUKS+LV

[arch-general] Hibernation Failure

2020-01-11 Thread Paul Dann via arch-general
I'm having trouble getting hibernation to work on my new Dell Inspiron 7590. It seems that the image is stored correctly (onto LUKS+LVM thin-lv), but resume fails, with the following left in the kernel logs: --- PM: Image signature found, resuming PM: resume from hibernation Freezing user space pr

Re: [arch-general] Hibernation not working

2017-02-14 Thread Carlchristian Eckert
Two days ago, I started looking into this again. After some adjustments, hibernation works for now. Dropping the solution here in case it helps. The likely culprit seems to be a RAM upgrade from 16 to 32 GiB. During this process, I forgot to adjust my SWAP partition, which was also just 16GB in

Re: [arch-general] Hibernation not working

2017-01-22 Thread Andreas Innerlohninger
In my case it had to do something with lightDM/light-locker. I solved it by switching to gdm. On Jän 20, Carlchristian Eckert wrote: > I have the same problem since several months. Suspend to disk causes a blank > screen (as supposed to happen) and then freezes the system with 100% cpu > load. How

Re: [arch-general] Hibernation not working

2017-01-22 Thread ber532k
I had the same issue with my laptop some days ago. At the moment it seems to be working most times though, no idea why. I only made some seemingly unrelated changes in BIOS settings (fan speed, battery charging). The screen went blank, came back a second (as it usually does when about to hiber

Re: [arch-general] Hibernation not working

2017-01-20 Thread Carlchristian Eckert
I noticed that too since some time. System doesn't hibernate and xorg causes 100% cpu load. Process with 100% cpu load was /usr/lib/xorg-server/Xorg :0 -seat seat0 -auth /run/lightdm/root:0 -nolisten tcp vt7 -novtswitch I have the same problem since several months. Suspend to disk causes a

Re: [arch-general] Hibernation not working

2017-01-05 Thread Tim Ye via arch-general
I read a web page sometime ago says these would work: - put your computer into "sleep" (to RAM): $ sudo su -c 'echo "mem" > /sys/power/state' - put your computer into "hibernate" (to disk): $ sudo su -c 'echo "disk" > /sys/power/state' I just tried both, but "hibernate" doesn't work on m

Re: [arch-general] Hibernation not working

2017-01-02 Thread Neven Sajko via arch-general
Regarding the difference between hibernation (suspension to disk) and suspension to RAM: Suspension to RAM just means turning off peripherals like disk and display while keeping the RAM on. Thus from your perspective you should just see the screen go black (and hear the disk spin down, if you use a

Re: [arch-general] Hibernation not working

2017-01-02 Thread Bruno Pagani
Le 02/01/2017 à 06:01, Peter Nabbefeld a écrit : > Am 31.12.2016 um 13:42 schrieb Bruno Pagani: >> Hi, >> >> Le 31 décembre 2016 07:38:05 GMT+01:00, Peter Nabbefeld >> a écrit : >>> >>> Hello, >>> >>> since some time, hibernation does not work, dmesg contains following >>> messages: >>> >>> [ 73

Re: [arch-general] Hibernation not working

2017-01-01 Thread Peter Nabbefeld
Am 31.12.2016 um 13:42 schrieb Bruno Pagani: Hi, Le 31 décembre 2016 07:38:05 GMT+01:00, Peter Nabbefeld a écrit : Hello, since some time, hibernation does not work, dmesg contains following messages: [ 738.404244] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found

Re: [arch-general] Hibernation not working

2016-12-31 Thread Bruno Pagani
Hi, Le 31 décembre 2016 07:38:05 GMT+01:00, Peter Nabbefeld a écrit : > >Hello, > >since some time, hibernation does not work, dmesg contains following >messages: > >[ 738.404244] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type > >mismatch - Found [Buffer], ACPI requires [Package] >(2

Re: [arch-general] Hibernation not working

2016-12-31 Thread Andreas Innerlohninger
I noticed that too since some time. System doesn't hibernate and xorg causes 100% cpu load. Process with 100% cpu load was > /usr/lib/xorg-server/Xorg :0 -seat seat0 -auth /run/lightdm/root:0 > -nolisten tcp vt7 -novtswitch

[arch-general] Hibernation not working

2016-12-30 Thread Peter Nabbefeld
Hello, since some time, hibernation does not work, dmesg contains following messages: [ 738.404244] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95) [ 738.404353] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to eva

Re: [arch-general] Hibernation

2010-06-07 Thread Kurt J. Bosch
Am 2010-06-07 15:58, schrieb Ng Oon-Ee: On Mon, 2010-06-07 at 19:09 +0530, Nilesh Govindarajan wrote: The wiki article says I need a swap partition, is not possible with a swap file ? My disk setup: disk0: / 10 GB ext4 + 30 GB LVM disk1: 160 GB LVM swap is on LVM 500 MB. As previously mentione

Re: [arch-general] Hibernation

2010-06-07 Thread Ng Oon-Ee
On Mon, 2010-06-07 at 19:09 +0530, Nilesh Govindarajan wrote: > The wiki article says I need a swap partition, is not possible with a > swap file ? > My disk setup: > disk0: / 10 GB ext4 + 30 GB LVM > disk1: 160 GB LVM > swap is on LVM 500 MB. > As previously mentioned, if you want a swap file you

Re: [arch-general] Hibernation

2010-06-07 Thread Nilesh Govindarajan
The wiki article says I need a swap partition, is not possible with a swap file ? My disk setup: disk0: / 10 GB ext4 + 30 GB LVM disk1: 160 GB LVM swap is on LVM 500 MB. -- Nilesh Govindarajan Facebook: nilesh.gr Twitter: nileshgr Website: www.itech7.com Cheap and Reliable VPS Hosting: http://j.m

Re: [arch-general] Hibernation

2010-06-06 Thread Ng Oon-Ee
On Sun, 2010-06-06 at 11:31 +0530, Gaurish Sharma wrote: > > The pm-hibernate command does not work. > > Also how do I get it in the menu ? > > I have ram 1 GB and swap 500 MB. > > > For hibernating to work, you will need SWAP size which is equal or > more than your memory rise. in this case increa

Re: [arch-general] Hibernation

2010-06-06 Thread Jan Steffens
Not for hibernating, as far as I know. At least not without TuxOnIce. On Sun, Jun 6, 2010 at 10:16 AM, Ray Rashif wrote: > On 6 June 2010 14:13, Alexander 'hatred' Drozdoff wrote: >> В Sun, 6 Jun 2010 11:21:05 +0530 >> Nilesh Govindarajan пишет: >> >> NG> Is there any way to hibernate my system

Re: [arch-general] Hibernation

2010-06-06 Thread Ray Rashif
On 6 June 2010 14:13, Alexander 'hatred' Drozdoff wrote: > В Sun, 6 Jun 2010 11:21:05 +0530 > Nilesh Govindarajan пишет: > > NG> Is there any way to hibernate my system ? > NG> The pm-hibernate command does not work. > NG> Also how do I get it in the menu ? > NG> I have ram 1 GB and swap 500 MB.

Re: [arch-general] Hibernation

2010-06-05 Thread Alexander 'hatred' Drozdoff
В Sun, 6 Jun 2010 11:21:05 +0530 Nilesh Govindarajan пишет: NG> Is there any way to hibernate my system ? NG> The pm-hibernate command does not work. NG> Also how do I get it in the menu ? NG> I have ram 1 GB and swap 500 MB. NG> Do you read wiki: http://wiki.archlinux.org/index.php/Hibernate ?

Re: [arch-general] Hibernation

2010-06-05 Thread Gaurish Sharma
> The pm-hibernate command does not work. > Also how do I get it in the menu ? > I have ram 1 GB and swap 500 MB. > For hibernating to work, you will need SWAP size which is equal or more than your memory rise. in this case increase swap to 1.1GB. Regards, Gaurish Sharma www.gaurishsharma.com

[arch-general] Hibernation

2010-06-05 Thread Nilesh Govindarajan
Is there any way to hibernate my system ? The pm-hibernate command does not work. Also how do I get it in the menu ? I have ram 1 GB and swap 500 MB. -- Nilesh Govindarajan Facebook: nilesh.gr Twitter: nileshgr Website: www.itech7.com Cheap and Reliable VPS Hosting: http://j.mp/arHk5e