Announcement

Collapse
No announcement yet.

hibernate issue

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hibernate issue

    trying to hibernate does not work.

    when using s2disk get an error "unable to allocate memory"

    I have a swap partition more than twice my memory.

    my swap partion is first partition on disk, is this a problem? UUID is reported right in /etc/default/grub and /etc/initramfs-tools/conf.d/resume.

    #2
    tried the following which I got from the pre-release testing thread over at Ubuntu Forums (http://ubuntuforums.org/showthread.p...ht=hibernate):


    You have to comment out the following lines in /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla:

    Code:
    [Disable hibernate by default]
    Identity=unix-user:*
    Action=org.freedesktop.upower.hibernate
    ResultActive=no
    Do a restart or logout/login after modifying the file.
    And did the following:

    Code:
    [Disable hibernate by default]
    Identity=unix-user:*
    Action=org.freedesktop.upower.hibernate
    ResultActive=yes
    Now it will go into hibernation, but system crashes on resume...

    Comment

    Working...
    X