ecryptfs-setup-swap hints after reboot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
New
|
Undecided
|
Unassigned | ||
ecryptfs-utils (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
After changing the the script
* /usr/bin/
* from old version with:
*****
# Add crypttab entry
echo "cryptswap$i $swap /dev/urandom swap,cipher=
*****
* into latest version with:
*****
# Add crypttab entry
echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=
*****
the function is no more usable! See also https:/
After some reboots in a fresh installed Ubuntu as well other derivates, the command "swapon -s" shows no swap-device available either connected. Only a new, manually setup solves the problem by typing in a terminal (device may be i.e. /dev/sdb3):
sudo -s
umount /dev/sdb3
mkswap /dev/sdb3 # copy UUID shown into next cmdline
echo "RESUME=
sudo echo "cryptswap1 /dev/sdb3 /dev/urandom swap,cipher=
update-initramfs -u
exit
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ecryptfs-utils 104-0ubuntu1
ProcVersionSign
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Sat Apr 19 20:37:12 2014
ProcEnviron:
LANGUAGE=de:en
TERM=xterm
PATH=(custom, no user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: ecryptfs-utils
UpgradeStatus: Upgraded to trusty on 2014-04-08 (11 days ago)
description: | updated |
description: | updated |
no longer affects: | ecryptfs |
Changed in ecryptfs-utils (Ubuntu): | |
importance: | Undecided → High |
no longer affects: | ecryptfs |
Status changed to 'Confirmed' because the bug affects multiple users.