Activity log for bug #1310058

Date Who What changed Old value New value Message
2014-04-19 18:55:10 syscon-hh bug added bug
2014-04-19 19:01:40 syscon-hh description After changing the the script * /usr/bin/ecryptfs-setup-swap * from old version with: ***** # Add crypttab entry echo "cryptswap$i $swap /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab ***** * into latest version with: ***** # Add crypttab entry echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab ***** See also https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/953875 After some reboots in a fresh installed Ubuntu as well other derivates, the command "swapon -s" shows no swap-device available. 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=UUID=143c43d8-0a77-4d62-a7ae-f53a8e0229a9" > /etc/initramfs-tools/conf.d/resume sudo echo "cryptswap1 /dev/sdb3 /dev/urandom swap,cipher=aes-cbc-essiv:sha256" > /etc/crypttab update-initramfs -u exit ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ecryptfs-utils 104-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 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) After changing the the script  * /usr/bin/ecryptfs-setup-swap * from old version with: *****         # Add crypttab entry  echo "cryptswap$i $swap /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab *****  * into latest version with: *****  # Add crypttab entry  echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab ***** the function is no more usable! See also https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/953875 After some reboots in a fresh installed Ubuntu as well other derivates, the command "swapon -s" shows no swap-device available. 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=UUID=143c43d8-0a77-4d62-a7ae-f53a8e0229a9" > /etc/initramfs-tools/conf.d/resume sudo echo "cryptswap1 /dev/sdb3 /dev/urandom swap,cipher=aes-cbc-essiv:sha256" > /etc/crypttab update-initramfs -u exit ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ecryptfs-utils 104-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 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)
2014-04-19 19:05:45 syscon-hh description After changing the the script  * /usr/bin/ecryptfs-setup-swap * from old version with: *****         # Add crypttab entry  echo "cryptswap$i $swap /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab *****  * into latest version with: *****  # Add crypttab entry  echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab ***** the function is no more usable! See also https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/953875 After some reboots in a fresh installed Ubuntu as well other derivates, the command "swapon -s" shows no swap-device available. 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=UUID=143c43d8-0a77-4d62-a7ae-f53a8e0229a9" > /etc/initramfs-tools/conf.d/resume sudo echo "cryptswap1 /dev/sdb3 /dev/urandom swap,cipher=aes-cbc-essiv:sha256" > /etc/crypttab update-initramfs -u exit ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ecryptfs-utils 104-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 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) After changing the the script  * /usr/bin/ecryptfs-setup-swap * from old version with: *****         # Add crypttab entry  echo "cryptswap$i $swap /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab *****  * into latest version with: *****  # Add crypttab entry  echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab ***** the function is no more usable! See also https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/953875 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=UUID=143c43d8-0a77-4d62-a7ae-f53a8e0229a9" > /etc/initramfs-tools/conf.d/resume sudo echo "cryptswap1 /dev/sdb3 /dev/urandom swap,cipher=aes-cbc-essiv:sha256" > /etc/crypttab update-initramfs -u exit ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ecryptfs-utils 104-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 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)
2014-04-20 00:01:39 Launchpad Janitor ecryptfs-utils (Ubuntu): status New Confirmed
2014-04-21 18:16:07 stefanott bug added subscriber stefanott
2014-04-22 08:41:25 c4pp4 bug added subscriber c4pp4
2014-05-26 10:21:08 Albert Pool bug added subscriber Albert Pool
2014-05-27 17:35:28 siliconic bug added subscriber siliconic
2014-06-10 23:23:32 Rocko bug added subscriber Rocko
2014-06-25 14:42:05 ryokenau bug added subscriber ryokenau
2014-07-02 17:04:09 Duke bug task added ecryptfs
2014-07-02 17:04:40 Duke bug task deleted ecryptfs
2014-07-10 11:18:41 Laurent Bonnaud bug added subscriber Laurent Bonnaud
2014-07-26 14:38:22 ibere fernandes bug added subscriber ibere fernandes
2014-09-02 10:27:41 Thomas bug added subscriber Thomas
2014-09-26 16:34:25 Vej bug added subscriber J Diekmann
2014-09-27 21:13:24 Jarno Suni bug added subscriber Jarno Suni
2014-09-29 23:23:55 Alberto Salvia Novella ecryptfs-utils (Ubuntu): importance Undecided High
2014-10-09 12:54:19 Bruno Nova bug added subscriber Bruno Nova
2014-10-21 14:05:11 ErikMaes bug added subscriber ErikMaes
2014-11-01 16:12:26 > "Wetware Random Number Generator" bug added subscriber Wetware Random Number Generator
2014-11-01 16:27:04 > "Wetware Random Number Generator" removed subscriber Wetware Random Number Generator
2014-12-21 08:24:25 rummik bug added subscriber rummik
2015-01-25 09:32:32 Stefan Tzeggai bug added subscriber alfonx
2015-02-01 04:50:03 Eric attachment added a patched version of the ecryptfs-setup-swap file. https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1310058/+attachment/4309697/+files/ecryptfs-setup-swap
2015-02-01 05:02:51 Eric bug task added ecryptfs
2015-02-01 06:39:19 Eric bug task deleted ecryptfs
2015-02-01 07:18:15 Eric attachment removed ecryptfs-setup-swap (patched) https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1310058/+attachment/4309697/+files/ecryptfs-setup-swap
2015-02-01 07:20:09 Eric attachment added ecryptfs-setup-swap (patched https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1310058/+attachment/4309705/+files/ecryptfs-setup-swap
2015-02-01 08:25:13 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug trusty amd64 apport-bug patch trusty
2015-02-01 08:25:25 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2015-02-03 13:49:19 Eric attachment added ecryptfs-setup-swap (patched no upstart) https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1310058/+attachment/4311181/+files/ecryptfs-setup-swap
2015-02-10 20:48:18 John Hupp bug added subscriber John Hupp
2015-02-27 05:40:29 Aang bug added subscriber Aang
2015-03-05 20:13:51 Lars Noodén branch linked lp:~larsnooden/ubuntu-manual-tests/trunk
2015-03-05 20:14:11 Lars Noodén branch unlinked lp:~larsnooden/ubuntu-manual-tests/trunk
2015-03-06 21:49:36 sudodus bug added subscriber sudodus
2015-03-09 16:27:10 Martin Pitt marked as duplicate 953875
2015-03-28 17:18:27 Jeremy LaCroix bug added subscriber Jeremy LaCroix
2015-04-14 09:57:20 csepi bug task added ecryptfs
2015-05-02 00:15:05 Simon Andric bug added subscriber Simon Andric
2015-05-04 14:04:09 c4pp4 removed subscriber c4pp4
2016-05-31 19:32:06 Reuben Lifshay bug added subscriber Reuben Lifshay
2016-05-31 19:33:19 Reuben Lifshay removed subscriber Reuben Lifshay
2017-03-20 12:38:46 Laurent Bonnaud removed subscriber Laurent Bonnaud