Re: swsusp problem

From: curious
Date: Sun Sep 10 2006 - 15:21:24 EST



On Sun, 10 Sep 2006, Rafael J. Wysocki wrote:

Hi,

On Sunday, 10 September 2006 02:13, curious wrote:
hello.
i write because swsuspend don't work for me.
i try to echo disk > /sys/power/state
and just nothing happens, i have blinking cursor and machine freezes.

when i enabled debug i got :
stopping tasks: ========|
Shrinking memory... done (2684 pages freed)
swsusp: Need to copy 1454 pages
swsusp: critical section/: done (1454 pages copied)

.... and machine just sits there , doing nothing.
after reboot it boots like usual.

machine is Ts30M Viglen Dossier 486 SM
kernel is 2.6.18-rc5
here is config : http://zjeby.dyndns.org:8242/viglen.config

Could you boot the kernel with the init=/bin/bash command line argument
and do the following:

# mount /proc
# mount /sys
# echo 8 > /proc/sys/kernel/printk
# swapon -a
# echo disk > /sys/power/state

and see what happens?

same thing , except page count is different ofcourse.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/