[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-10-14 Thread klerfayt
this is a fix for anyone experiencing the same problem: sudo fdisk -l #see where your swap is, in my case /dev/sda1 sudo swapoff -a #turning swap off to reformat it sudo apt-get install qtparted #use qtparted to reformat swap sudo blkid #checking the new UUID of swap kdesudo kate /etc/fstab #chang

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-10-10 Thread klerfayt
dmesg of boot with failed resume from hibernate ** Attachment added: "dmesg" http://launchpadlibrarian.net/9943213/dmesg -- swap gone after two failed hibernate attempts https://bugs.launchpad.net/bugs/113232 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-10-10 Thread klerfayt
gutsy gibbon - nothing has changed, swap gone after first attempt to hibernate (suspend to disk); I believe hibernate was successful and resume from hibernate failed. #cat /etc/initramfs-tools/conf.d/resume RESUME=UUID=ccba3413-90e7-40a9-84ff-05a04b40ff42 #cat /etc/fstab # /etc/fstab: static fil

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-07 Thread klerfayt
is bug #116996 related to failure of hibernation? or is it just another bug I have? -- swap gone after two failed hibernate attempts https://bugs.launchpad.net/bugs/113232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-03 Thread klerfayt
do I understand you correctly that I have to attempt hibernate (suspend to disk) without boot option "resume=/dev/..."? at the moment my boot options are default, the way installer set them: root=UUID=bd4f623f-d761-4127-b0a2-07cb3d611691 ro quiet splash locale=et_EE -- swap gone after two failed

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-03 Thread Sitsofe Wheeler
klerfayt: Hmm you're another sufferer of Bug #116996 so after the kernel upgrade to 2.6.20-16 your partitions will appear as /dev/hda1 etc. As all your partitions are referenced by UUID though this meant they could still be found despite this though! Can you again try a hibernate again with the

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-03 Thread klerfayt
I did complete reinstall to increase the size of swap to 768MB, however installation didn't let me choose exactly 768MB for swap, closest I could get was 773MB; what's even more strange is the fact I see 737.35MB swap size in kinfocenter now - where did the rest 36MB go? also I redid cat /etc/in

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-03 Thread Sitsofe Wheeler
klerfayt: There are quite a few suggestions as to the size of swap (some are out of date because memory can be in the 4Gbyte range). However because swap is used when you hibernate it's a good idea for it to be at least 1.5 times the size of real memory otherwise you may find yourself unable to

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-06-02 Thread klerfayt
I have reinstalled kubuntu feisty fawn and repartitioned harddrive, however I can attempt suspend to disk (hibernate) without "resume=/dev/sda3" boot option if you want to again. ps. this time I choose to make only 384MB swap partition (during installation it asks at least 256MB; is there an unw

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-05-31 Thread Sitsofe Wheeler
Thank you for your bug report. klerfayt: When you reformatted the swap its UUID would have changed. I'm guessing that cat /etc/initramfs-tools/conf.d/resume is referencing a partition UUID that no longer exists (you can use vol_id /dev/sda3 to find the UUID for sda3). Can you include the output o

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-05-31 Thread Yuriy Kozlov
Guessing a more appropriate package. ** Changed in: acpi (Ubuntu) Sourcepackagename: kde-guidance => acpi -- swap gone after two failed hibernate attempts https://bugs.launchpad.net/bugs/113232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-05-09 Thread klerfayt
what a weird solution I have found! it seems that if I add resume=/dev/sda3 to /boot/grub/menu.lst after the line "# defoptions=" then suspend to disk works perfectly! I would still like to hear the reasons why I need "resume=/dev/sda3" to get successful hibernate -- swap gone after two failed h

[Bug 113232] Re: swap gone after two failed hibernate attempts

2007-05-09 Thread klerfayt
I couldn't leave situation like this, reformated swap partition and tried hibernate with "nv" driver and I get exactly the same behaviour! First hibernate does not resume, swap is here; second hibernate does not resume and swap is gone! So I have ruled out nvidia driver being the reason here; th