_Or_ something broke your initrd setup.Secondly, if you try and suspend manually it claims there is no swap device available when there clearly is:Hm, at first sight it looks like something broke the suspend to swap
[root@localhost rob]# cat /proc/swaps
Filename Type Size Used Priority
/dev/mapper/VolGroup00-LogVol01 partition 1048568 0 -1
[root@localhost rob]# echo disk > /sys/power/state
bash: echo: write error: No such device or address
partitions located on LVM. For now I have no idea what it was.
No, this is a kernel problem, I think.
Can you please check if the appended patch fixes the issue?
Thanks,
Rafael
---
include/linux/swap.h | 2 +-
kernel/power/swap.c | 9 +++++----
kernel/power/user.c | 7 ++++---
mm/swapfile.c | 8 +++++++-
4 files changed, 17 insertions(+), 9 deletions(-)