[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-19 Thread Alberto Pianon
Dimitri,

I have just found time to do another test: Ubiquity does need to be
patched too.

Steps to reproduce the problem:
- boot an ubuntu gnome 17.04 beta 1 live cd
- before launching ubiquity, manually modify /usr/bin/ecryptfs-setup-swap like 
in the pacth I posted here
- launch ubiquity and select the encrytpted home folder option
- after installation, at boot the system hangs a couple of minutes because it 
cannot manage to activate swap
- log in, open a terminal and type "cat /etc/crypttab", you get:
cryptswap1 /target/swapfile /dev/urandom swap,offset=1024,cipher=aes-xts-plain64

I guess that Ubiquity does not run ecryptfs-setup-swap as chroot as it should.
When dealing with swap partitions/UUIDs probably this is not a problem, but 
when using swap files it is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-14 Thread Alberto Pianon
It seems that they are two different things.

This bug affects encrypting a swap *file* via ecryptfs (so affecting
also ubiquity when using ecrypfs to encrypt home and swapfile), and the
patch I made is for an ecryptfs-utils script (even if also ubiquity may
need to be patched, too, see above my comment #6)

bug #1668535 instead concerns encryption of a swap *partition*, and the
patch you find there is for systemd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] [NEW] Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-06 Thread Alberto Pianon
Public bug reported:

Description:Ubuntu Zesty Zapus (development branch)
Release:17.04
ecryptfs-utils:
  Installato: 111-0ubuntu4
  Candidato:  111-0ubuntu4
  Tabella versione:
 *** 111-0ubuntu4 500
500 http://it.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
100 /var/lib/dpkg/status

Ubuntu 17.04 uses swapfiles by default.

If you select the "encrypt home folder" option when creating the main
user during Ubuntu 17.04 beta1 installation (which makes Ubiquity run
also the ecryptfs-setup-swap command), after installation the system
hangs a lot during boot, because it fails to activate swap (output of
"systemctl status swapfile.swap" says "failed to activate swap
/swapfile").

If you install Ubuntu 17.04 beta1 without selecting "encrypt home
folder", and only after installation you run the ecryptfs-migrate-home
utility, everything works. But as soon as you try to manually setup
encrypyted swap (by running ecryptfs-setup-swap), you get the same
problem as above.

This is due to an ecryptfs-utils bug.
In particular, ecryptfs-setup-swap puts in /etc/crypttab a line like this:

cryptswap1 UID= /dev/urandom swap,offset=1024,cipher=aes-xts-
plain64

(like there were a swap partition with UID=) while with a
swapfile it should put the following line:

cryptswap1 /swapfile /dev/urandom swap,offset=1024,cipher=aes-xts-
plain64

If you manually change that line and reboot, you get rid of the problem - 
before rebooting, check also that your /etc/fstab file ends with:
#/swapfile noneswapsw  0   0
/dev/mapper/cryptswap1 none swap sw 0 0

This bug indirectly affects also Ubiquity, since choosing the "encrypt
home folder" makes system hang a lot at boot (and when it finally starts
it has no swap).

I tried both with Ubuntu Budgie and with Ubuntu Gnome, the problem is
the same.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ecryptfs-utils 111-0ubuntu4
ProcVersionSignature: Ubuntu 4.10.0-9.11-generic 4.10.0
Uname: Linux 4.10.0-9-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Mar  6 12:47:39 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-03-05 (0 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20170219)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: ecryptfs-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ecryptfs ecryptfs-utils ubiquity zesty

** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Description:  Ubuntu Zesty Zapus (development branch)
  Release:  17.04
  ecryptfs-utils:
-   Installato: 111-0ubuntu4
-   Candidato:  111-0ubuntu4
-   Tabella versione:
-  *** 111-0ubuntu4 500
- 500 http://it.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
- 100 /var/lib/dpkg/status
- 
+   Installato: 111-0ubuntu4
+   Candidato:  111-0ubuntu4
+   Tabella versione:
+  *** 111-0ubuntu4 500
+ 500 http://it.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  Ubuntu 17.04 uses swapfiles by default.
  
  If you select the "encrypt home folder" option when creating the main
  user during Ubuntu 17.04 beta1 installation (which makes Ubiquity run
  also the ecryptfs-setup-swap command), after installation the system
  hangs a lot during boot, because it fails to activate swap (output of
  "systemctl status swapfile.swap" says "failed to activate swap
  /swapfile").
  
  If you install Ubuntu 17.04 beta1 without selecting "encrypt home
  folder", and only after installation you run the ecryptfs-migrate-home
  utility, everything works. But as soon as you try to manually setup
  encrypyted swap (by running ecryptfs-setup-swap), you get the same
  problem as above.
  
  This is due to an ecryptfs-utils bug.
  In particular, ecryptfs-setup-swap puts in /etc/crypttab a line like this:
  
  cryptswap1 UID= /dev/urandom swap,offset=1024,cipher=aes-xts-
  plain64
  
  (like there were a swap partition with UID=) while with a
  swapfile it should put the following line:
  
  cryptswap1 /swapfile /dev/urandom swap,offset=1024,cipher=aes-xts-
  plain64
  
  If you manually change that line and reboot, you get rid of the problem - 
before rebooting, check also that your /etc/fstab file ends with:
  #/swapfile noneswapsw  0   0
  /dev/mapper/cryptswap1 none swap sw 0 0
  
- This bugs indirectly affects also Ubiquity, since choosing the "encrypt
+ This bug indirectly affects also Ubiquity, since choosing the "encrypt
  home folder" makes system hang a lot at boot (and when it finally starts
  it has no swap).
+ 
+ I 

[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-06 Thread Alberto Pianon
** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1670336/+attachment/4832257/+files/Dependencies.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1670336/+attachment/4832258/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-06 Thread Alberto Pianon
I patched ecryptfs-setup-swap and now it works.
The first modification is to avoid to run udevadm on a file (you get a "device 
node not found" error, harmless but annoying)
The second modification is to put filename instead of UUID in /etc/crypttab if 
you have a swap file and not a swap partition.
The third modification is to actually restart cryptdisk, since 
"/etc/init.d/cryptdisks restart" does nothing (see 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/cryptsetup/vivid/view/head:/debian/cryptdisks.init
 ), the right command is "systemctl restart cryptsetup.target"


** Patch added: "ecryptfs-setup-swap_patch_to_work_with_swapfiles.diff"
   
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+attachment/4832475/+files/ecryptfs-setup-swap_patch_to_work_with_swapfiles.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-06 Thread Alberto Pianon
** Branch linked: lp:~alberto-o/ecryptfs/swapfile-fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-07 Thread Alberto Pianon
Maybe also Ubiquity needs to be patched, I am not sure since I did not
have time to test it yet.

I did the following test to isolate the problems.


1) Fresh ubuntu 17.04 installation with no encrypted home (and no encrypted 
swap). /etc/crypttab is empty, and in /etc/fstab I have the following line:

/swapfile noneswapsw  0   0


2) After successfully running ecryptfs-migrate-home, I run ecryptfs-setup-swap 
(the "original" version, not the one with the above patch) and I get:

INFO: Setting up swap: [/swapfile]
device node not found
WARNING: Commented out your unencrypted swap from /etc/fstab
swapon: cannot open /dev/mapper/cryptswap1:  No such file or directory

Now in /etc/fstab I have:

#/swapfile noneswapsw  0   0
/dev/mapper/cryptswap1 none swap sw 0 0

and in /etc/crypttab I have:
cryptswap1 UUID=98a3bb25-2c4d-4897-974c-d5dfcc16be8f /dev/urandom 
swap,offset=1024,cipher=aes-xts-plain64

If I run free, I see that I have no swap:
  totalusedfree  shared  buff/cache   available
Mem:8084440 1421116 4575096  273228 2088228 6086972
Swap: 0   0   0


3) I reboot, and the system hangs a lot during boot. I see "a start job is 
running for dev-mapper-cryptswap1.device". After a couple of minutes, the boot 
process ends and I can login. If I run "systemctl status swapfile.swap" and 
"free" I see that (unencryted) swapfile has been activated anyway.
THIS IS DIFFERENT FROM WHAT I GOT WHEN DOING A FRESH UBUNTU 17.04 INSTALL WITH 
THE "ENCRYPT HOME FOLDER" OPTION SELECTED.
In that case, I got the system hanging during boot, too, but when I finally 
managed to login I got no swap at all ("systemctl status swapfile.swap" 
returned "failed to activate swap /swapfile").
Looking at ubiquity scripts, I see that if encrypted home option is selected, 
it runs also ecryptfs-setup-swap (so ubiquity is actually affected by the bug 
described above); but the fact that system fails also to activate unencrypted 
swap seems to suggest that Ubiquity may need to be patched too.


4) 

** Description changed:

  Description:  Ubuntu Zesty Zapus (development branch)
  Release:  17.04
  ecryptfs-utils:
    Installato: 111-0ubuntu4
    Candidato:  111-0ubuntu4
    Tabella versione:
   *** 111-0ubuntu4 500
  500 http://it.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
  100 /var/lib/dpkg/status
  
  Ubuntu 17.04 uses swapfiles by default.
  
  If you select the "encrypt home folder" option when creating the main
  user during Ubuntu 17.04 beta1 installation (which makes Ubiquity run
  also the ecryptfs-setup-swap command), after installation the system
  hangs a lot during boot, because it fails to activate swap (output of
  "systemctl status swapfile.swap" says "failed to activate swap
  /swapfile").
  
  If you install Ubuntu 17.04 beta1 without selecting "encrypt home
  folder", and only after installation you run the ecryptfs-migrate-home
  utility, everything works. But as soon as you try to manually setup
  encrypyted swap (by running ecryptfs-setup-swap), you get the same
  problem as above.
  
+ In particular, you get the following error when running ecryptfs-setup-
+ swap:
+ 
+ INFO: Setting up swap: [/swapfile]
+ device node not found
+ WARNING: Commented out your unencrypted swap from /etc/fstab
+ swapon: cannot open /dev/mapper/cryptswap1: No such file or directory
+ 
  This is due to an ecryptfs-utils bug.
  In particular, ecryptfs-setup-swap puts in /etc/crypttab a line like this:
  
  cryptswap1 UID= /dev/urandom swap,offset=1024,cipher=aes-xts-
  plain64
  
  (like there were a swap partition with UID=) while with a
  swapfile it should put the following line:
  
  cryptswap1 /swapfile /dev/urandom swap,offset=1024,cipher=aes-xts-
  plain64
  
  If you manually change that line and reboot, you get rid of the problem - 
before rebooting, check also that your /etc/fstab file ends with:
  #/swapfile noneswapsw  0   0
  /dev/mapper/cryptswap1 none swap sw 0 0
  
- This bug indirectly affects also Ubiquity, since choosing the "encrypt
- home folder" makes system hang a lot at boot (and when it finally starts
- it has no swap).
+ This bug indirectly affects also Ubiquity, because when you choose the
+ "encrypt home folder" option during installation, ubiquity runs also
+ ecryptfs-setup-swap; since Ubuntu 17.04 uses swapfiles by default, and
+ ecryptfs-setup-swap does not work with swapfiles, after installation you
+ get the system hanging a lot at boot (and when it finally starts it has
+ no swap).
  
  I tried both with Ubuntu Budgie and with Ubuntu Gnome, the problem is
  the same.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: ecryptfs-utils 111-0ubuntu4
  ProcVersionSignature: Ubuntu 4.10.0-9.11-generic 4.10.0
  Uname: Linux 4.10.0-9-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  

[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-03-07 Thread Alberto Pianon
I have run again the Ubuntu 17.04 installer on a virtual machine, with the 
"encrypted home folder" option.
I confirm that in such case even the unencrypted swap is not activated after 
boot.
In particular:

- at boot, the system hangs a couple of minutes telling that "a start
job is running for dev-mapper-cryptswap1.device"

- when I finally manage to login, I see that no swap is activated:

alberto@alberto-VirtualBox:~$ free
  totalusedfree  shared  buff/cache   available
Mem:2046200 1143772   67400   40392  835028  697220
Swap: 0   0   0

alberto@alberto-VirtualBox:~$ sudo systemctl status swapfile.swap

● swapfile.swap - /swapfile
   Loaded: loaded (/etc/fstab; generated; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2017-03-07 15:45:40 CET; 2min 
51s ago
 What: /swapfile
 Docs: man:fstab(5)
   man:systemd-fstab-generator(8)

mar 07 15:45:40 alberto-VirtualBox systemd[1]: Activating swap /swapfile...
mar 07 15:45:40 alberto-VirtualBox swapon[346]: swapon: /swapfile: read swap 
header failed
mar 07 15:45:40 alberto-VirtualBox systemd[1]: swapfile.swap: Swap process 
exited, code=exited status=255
mar 07 15:45:40 alberto-VirtualBox systemd[1]: Failed to activate swap 
/swapfile.
mar 07 15:45:40 alberto-VirtualBox systemd[1]: swapfile.swap: Unit entered 
failed state.

alberto@alberto-VirtualBox:~$ sudo systemctl status cryptsetup.target

● cryptsetup.target - Encrypted Volumes
   Loaded: loaded (/lib/systemd/system/cryptsetup.target; static; vendor 
preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd.special(7)

mar 07 15:47:09 alberto-VirtualBox systemd[1]: Dependency failed for Encrypted 
Volumes.
mar 07 15:47:09 alberto-VirtualBox systemd[1]: cryptsetup.target: Job 
cryptsetup.target/start failed with result 'dependency'


but swap file has been created:

alberto@alberto-VirtualBox:~$ ls -l /swapfile
-rw--- 1 root root 394264576 mar  7 15:25 /swapfile

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1687194] Re: Bluetooth file send stopped after 17.04

2017-05-23 Thread Alberto Pianon
I confirm the bug and the workaround on Gnome Ubuntu 17.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1687194

Title:
  Bluetooth file send stopped after 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1687194/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-11-11 Thread Alberto Pianon
** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-11-12 Thread Alberto Pianon
Since ubiquity does not run ecryptfs-setup-swap as chroot, there is also
another problem: unencrypted swapfile entry in /etc/fstab is not
commented out as it should, so you get

/swapfile noneswapsw
  0   0
/dev/mapper/cryptswap1 none swap sw 0 0

instead of

#/swapfile noneswapsw   
   0   0
/dev/mapper/cryptswap1 none swap sw 0 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1670336] Re: Ubiquity problem with encrypted home option: system hangs because of ecryptfs-setup-swap not working with swapfiles

2017-11-11 Thread Alberto Pianon
This is because Ubiquity has not been patched yet.
I had already pointed out the problem in this thread:

https://bugs.launchpad.net/ecryptfs/+bug/1670336/comments/12

But I do not know ubiquity well enough to patch it, it is better that
the maintainer does it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670336

Title:
  Ubiquity problem with encrypted home option: system hangs because of
  ecryptfs-setup-swap not working with swapfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1670336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1723799] Re: touchpad not working after resume on kernel 4.13

2017-10-29 Thread Alberto Pianon
4.13.7-041307-generic fixes the issue also for me (Lenovo Yoga 3 11,
fresh Ubuntu 17.10 install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1723799

Title:
  touchpad not working after resume on kernel 4.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1723799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854798] Re: Synaptics s3203 touchpad not working after update to kernel 4.15.0-72-generic

2019-12-08 Thread Alberto Pianon
It affects also my Lenovo Yoga 3 11 with touchpad Synaptics TM2714-002

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854798

Title:
  Synaptics s3203 touchpad not working after update to kernel
  4.15.0-72-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1854798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1885085] Re: Suspend is not deep

2020-09-04 Thread Alberto Pianon
just one footnote, to check I used the command:

sudo journalctl -n 1000 | grep "PM: suspend" | tail -2

otherwise it takes ages to complete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1885085

Title:
  Suspend is not deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1885085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1885085] Re: Suspend is not deep

2020-09-04 Thread Alberto Pianon
Same problem (and same solution, working) on my Clevo L141CU with Ubuntu
20.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1885085

Title:
  Suspend is not deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1885085/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886723] Re: ecryptfs-setup-swap fails when activating swap

2020-07-07 Thread Alberto Pianon
I created a patch for the ubuntu package. It must be applied after
existing swapfile-support.patch


** Patch added: "cryptsetup-generator.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1886723/+attachment/5390590/+files/cryptsetup-generator.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886723

Title:
  ecryptfs-setup-swap fails when activating swap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1886723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886723] [NEW] ecryptfs-setup-swap fails when activating swap

2020-07-07 Thread Alberto Pianon
Public bug reported:

ecryptfs-setup-swap fails when activating swap at the end, giving the
following error message:

swapon: cannot open /dev/mapper/cryptswap1: No such file or directory

However, after a reboot, encrypted swap works.

This happens because cryptsetup service works slightly differently now,
and, after modifying /etc/crypttab, it is required to call "systemctl
daemon-reload" before restarting cryptsetup service at the end of
ecryptfs-setup-swap script.

SOLUTION:

add "systemctl daemon-reload" before "systemctl restart
cryptsetup.target"

** Affects: ecryptfs
 Importance: Undecided
 Status: New

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ecryptfs
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886723

Title:
  ecryptfs-setup-swap fails when activating swap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1886723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901648] Re: docker.io package: cannot stat /var/lib/docker.migrating/*

2021-06-11 Thread Alberto Pianon
I'm affected by this bug, too, and I confirm that @raczkow patch solves
the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901648

Title:
  docker.io package: cannot stat /var/lib/docker.migrating/*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1901648/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs