Re: [Bug 454817] Re: Reboots after hibernate Thanks.

2010-02-28 Thread Len Berman
Thanks. It works now. Strangely, in order to get a UUID for my swap device, I had to rerun mkswap. Before I did that blkid (and other methods) just listed the device as TYPE="swap" with no UUID. Anyway, many thanks. --Len On Sat, Feb 27, 2010 at 4:08 AM, PascalCavy wrote: > my syntax is the f

[Bug 454817] Re: Reboots after hibernate

2010-02-27 Thread PascalCavy
https://help.ubuntu.com/community/UsingUUID -- Reboots after hibernate https://bugs.launchpad.net/bugs/454817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.

[Bug 454817] Re: Reboots after hibernate

2010-02-27 Thread PascalCavy
my syntax is the following : # cat /etc/initramfs-tools/conf.d/resume RESUME=UUID=26bb3bb3-9bd1-4755-8a7a-f6b15eea8afb find the UUID of your swap device : ls -l /dev/disk/by-uuid/ -- Reboots after hibernate https://bugs.launchpad.net/bugs/454817 You received this bug notification because you ar

Re: [Bug 454817] Re: Reboots after hibernate

2010-01-18 Thread Len Berman
Still broken for me. During the boot process I see a message from swapon saying that software suspend data is detected. r...@t400s:~# blkid `swapon -s | awk '/dev/ {print $1}'` /dev/sda7: TYPE="swap" r...@t400s:~# cat /etc/initramfs-tools/conf.d/resume RESUME=/dev/sda7 I also tried with ber...

[Bug 454817] Re: Reboots after hibernate

2010-01-17 Thread Cas Craven
FIXED! In /etc/initramfs-tools/conf.d/resume the swap drive UUID was not correct. Hibernation will occur correctly, however on resume it will fail nearly silently and proceed with a normal boot instead. The only indication will be "PM: Resume from disk failed." in dmesg. To fix, correct the UU

[Bug 454817] Re: Reboots after hibernate

2010-01-17 Thread Cas Craven
also including pm-suspend.log ** Attachment added: "pm-suspend.log" http://launchpadlibrarian.net/38012791/pm-suspend.log -- Reboots after hibernate https://bugs.launchpad.net/bugs/454817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 454817] Re: Reboots after hibernate

2010-01-17 Thread Cas Craven
Confirmed on 9.10 release with my hardware, 2.6.31-17-generic Inspiron 1520 (Intel PM965, nvidia, iw3945) Looks like it doesn't even attempt resume -- anything need to be in grub? dmesg says [0.787404] PM: Resume from disk failed. pm-suspend.log shows no resume attempted ** Attachment added