Comment 1 for bug 874774

Revision history for this message
Steve Langasek (vorlon) wrote :

> i believe the problem is that the following line of:
> #UUID=eb23dadc-8e08-4769-8fc5-0b1216b67e5b none swap sw 0 0

> is not supposed to be commented out,

Why do you think this? What are the contents of your /etc/crypttab? What is the output of 'swapon -s'?

Failing to mount /dev/mapper/cryptswap1 could be a bug in cryptsetup, or it could just mean that your /etc/crypttab isn't set up to actually create this device at boot time.

I would not expect uncommenting the other swap reference in /etc/fstab to have any effect on whether the system waits for /dev/mapper/cryptswap1. It does, however, probably mean that you are now using an unencrypted swap partition, which the installer disabled because this makes encrypted home directories less secure.