https://bugzilla.novell.com/show_bug.cgi?id=223489#c9 Per Ångström <1kfmm4x02@sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |1kfmm4x02@sneakemail.com --- Comment #9 from Per Ångström <1kfmm4x02@sneakemail.com> 2007-08-26 13:16:55 MST --- (In reply to comment #8 from Wade Chandler) I ran into the same problem when I installed 10.2 using an all-LVM setup. The symptoms are a bit different from the original bug description. I should also say that I have compiled and installed kernel 2.6.22 in an attempt to fix some other problems. First of all, suspend to disk fails because the boot parameter resume=/dev/system/swap conflicts with the contents of /proc/swaps: Filename Type Size Used Priority /dev/mapper/system-swap partition 3145720 0 -1 This is probably because the comparison doesn't know that /dev/system/swap is a link to /dev/mapper/system-swap. I have tried to work around this by removing the swap-file name comparison: # diff /etc/pm/hooks/30s2disk-check.orig /etc/pm/hooks/30s2disk-check 30c30 < [ "$DEV" != "$RESUME" ] && continue ---
# [ "$DEV" != "$RESUME" ] && continue
With that "fix" suspend to disk works, but then resume won't work, see excerpt from /var/messages/boot.msg: --- Boot logging started on /dev/tty1(/dev/console) at Sun Aug 26 20:22:48 2007 Trying manual resume from /dev/system/swap Creating device nodes with udev Loading scsi_mod Loading sd_mod Loading processor Loading thermal Loading libata Loading ata_piix Loading fan Loading dm-mod Loading edd Loading dm-snapshot Waiting for /dev/mapper/control to appear: ok Loading jbd Loading mbcache Loading ext3 resume device /dev/system/swap not found (ignoring) 3 logical volume(s) in volume group "system" now active Waiting for device /dev/system/root to appear: ok --- Maybe this is done too early, before the LVM is fully up and running? I have also tried using a different boot resume parameter: "resume=/dev/mapper/system-swap". That made suspend to disk work, without fiddling with 30s2disk-check, but resume runs into the same problem as above, that the resume device cannot be found. I'm wondering whether this should be a new bug against version 10.2, but most important: is this fixed for 10.3? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.