Package: uswsusp
Version: 0.7-1.2
Severity: Important
My SCSI device node order changes depending on which devices are plugged
in, mainly USB storage devices.
To avoid problems, I label my devices (both filesystems and swap devices).
E.g.
mkswap -L swap0 /dev/sde2
and I use the labels for mounting them in /etc/fstab:
LABEL=swap0 none swap sw 0 0
instead of
/dev/sde2 none swap sw 0 0
uswsusp needs to detect the fact that labels are being used, and use the
labels instead of the device names in /etc/uswsusp.conf.
I've marked this bug as important, because whenever I start my machine
with a different USB device attached, it gets stuck at boot up because
uswsusp wants user input to confirm the block device name.
Debian version: my system is freshly installed running testing/lenny
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]