Update: With Uel's help, I was able to get past 2 errors, one the cpufreq scaling_setspeed and the other an issue with the extra_pages_allowance in my hibernate.conf file. See below for solutions.
--
Any ideas on why hibernation kicks back to where I was, outputing this in a popup or terminal (depending on how the hibernate command was issued):
root:# hibernate
Message from syslogd@Vector at Fri Oct 23 23:16:24 2009 ...
Vector kernel: Freezing processes & syncing filesystems.
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Preparing Image. Try 1.
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Starting to save the image..
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Writing caches...
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Doing atomic copy.
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Doing atomic copy/restore.
hibernate: Suspend reported the following errors:
- Suspend was aborted (see dmesg).
- A suspend is already in progress?
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Post atomic.
Message from syslogd@Vector at Fri Oct 23 23:16:43 2009 ...
Vector kernel: Cleaning up...
/tmp/tmp.hibernate.DWLp86: line 6: syntax error near unexpected token `>'
/tmp/tmp.hibernate.DWLp86: line 6: `[ -f "/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed" ] && echo <unsupported> > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed'
dmesg says...
TuxOnIce debugging info:
- TuxOnIce core : 3.0-rc7
- Kernel Version : 2.6.27.12
- Compiler vers. : 4.2
- Attempt number : 1
- Parameters : 1025 1335304 0 1 0 0
- Overall expected compression percentage: 0.
- Checksum method is 'md4'.
0 pages resaved in atomic copy.
- Compressor is 'lzf'.
Compressed 658964480 bytes into 352692583 (46 percent compression).
- Max outstanding reads 0. Max writes 3280.
Memory_needed: 1024 x (4096 + 188 + 76) = 4464640 bytes.
Mutex contention while reading:
Contended Free
0 0
Mutex contention while writing:
Contended Free
0 160880
Free mem throttle point reached 0.
- SwapAllocator active.
Swap available for image: 533766 pages.
- FileAllocator inactive.
- I/O speed: Write 64597 KB/s.
- Extra pages : 3148 used/500.
- Result : Hiberation was aborted.
: The extra pages allowance is too small.
[fglrx] It's not necessary to adjust system aperture on this ASIC
Running on VL6.0, XFCE, 2.6.27.12 on a Thinkpad T43p with 2GB RAM and a 2187MB Linux Swap partition, denoted in lilo.conf as:
image = /boot/vmlinuz
root = /dev/sda2
label = VectorLinux
append = "resume=swap:/dev/sda1" # "splash=silent"
initrd = /boot/initrd
read-only
I've Googled ad nauseum without any meaningful results. Any tips? Suspend to RAM works very well, but hibernate is better for me, and the times when I plan to leave my machine for days.
Thanks!
LLL