[Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2009-12-15 Thread Przemysław Kulczycki
** Changed in: pm-utils (Ubuntu) Status: Fix Committed => Fix Released -- Hardy : suspend and hibernate fail on resume. https://bugs.launchpad.net/bugs/246172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2009-02-05 Thread link178
** Changed in: pm-utils (Ubuntu) Status: New => Fix Committed -- Hardy : suspend and hibernate fail on resume. https://bugs.launchpad.net/bugs/246172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2008-12-16 Thread link178
Hello hyperair: I tried your commands and suspend works but hibernate does not work unless you modify /etc/uswsusp.conf like in step 2 of my solution. It also happens that when I type s2disk this message appears: s2disk: Could not lock myself. Reason: Cannot allocate memory Despite this message

Re: [Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2008-11-15 Thread hyperair
On Sat, 2008-11-15 at 14:04 +, vlowther wrote: > No offense, but that is a horrible solution. If you want to use uswsusp, > the following commands (as root) will do the trick: > > aptitude install uswsusp > echo 'SLEEP_MODULE=uswsusp' >/etc/pm/config/sleep-module > It's /etc/pm/config.d/00sle

Re: [Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2008-11-15 Thread vlowther
On Fri, 2008-11-14 at 16:05 +, link178 wrote: > Here it goes a solution: > > 1-Download ans install uswsusp and hibernate > 2- edit this file /etc/uswsusp.conf with this content > > resume device = /dev/sda2 > splash = n > compress = y > early writeout = y > RSA key file

[Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2008-11-14 Thread link178
Here it goes a solution: 1-Download ans install uswsusp and hibernate 2- edit this file /etc/uswsusp.conf with this content resume device = /dev/sda2 splash = n compress = y early writeout = y RSA key file = /etc/uswsusp.key shutdown method e= shutdown Obviously, change

[Bug 246172] Re: Hardy : suspend and hibernate fail on resume.

2008-10-23 Thread hyperair
Could you try installing and enabling uswsusp? The following code should do it. Then try hibernating and suspending. sudo apt-get install uswsusp echo S2DISK_BIN=\"/sbin/s2disk\" | sudo tee /etc/pm/config.d/uswsusp echo HIBERNATE_METHOD=\"userspace\" | sudo tee -a /etc/pm/config.d/uswsusp -- Har