[Bug 1903920] Re: Warning message about cryptsetup during boot

2020-11-14 Thread Mathieu Dubois
We linked to the same discussion on askubuntu.com (I replied you there).
My hope when reporting this is that we don't have to do the workaround
you described after each kernel update.

Did you open another bug report ? In this case, I will mark this one as
a duplicate.

** Description changed:

  I have noticed that since upgrade to 20.04.1 (from 18.04), a warning
  message appears during boot: "cryptsetup: WARNING: Option 'size' missing
  in crypttab for plain dm-crypt mapping cryptswap1. Please read
  /usr/share/doc/cryptsetup-initramfs/README.initramfs.gz and add the
  correct 'size' option to your crypttab(5).".
  
  AFAICT, there is no problem however. I use ecryptfs to encrypt my home
  directory but I don't think it's related (since the message is related
  to swap). This message used to appear during updates under 18.04 but I
  never paid attention to it. I probably use the same setup since 16.04.
  
  Others have reported the problem
  (https://askubuntu.com/questions/1109463, https://medium.com/@anirudha
  /fixing-cryptsetup-wating-for-encrypted-source-device-swapfile-error-on-
  linux-boot-ubuntu-20-04-5483e0dcf9e9). From what I read:
  
    - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
    - It seems that before 20.04, just editing /etc/crypttab was enough but 
some users say that they need to manually regenerate the initramfs image after 
each update which is boring.
  
  I have asked the question at
  https://answers.launchpad.net/ubuntu/+question/693615 and @bernard010
  suggested to open a bug report.
  
  I have found anything worth in dmesg though.
  
- As I said everything seems fine (boot proceed normally, I can use the
+ As I said everything seems fine (boot proceeds normally, I can use the
  computer) but I expect that there is a way to permanently make this
  warning disappear.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-53-generic 5.4.0-53.59
  ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
  Uname: Linux 5.4.0-53-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mathieu2322 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 11 23:02:47 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-01-06 (1405 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Hewlett-Packard HP EliteBook 2570p
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic 
root=UUID=74d77edf-b4b7-4815-865f-b7602f3396b4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-53-generic N/A
   linux-backports-modules-5.4.0-53-generic  N/A
   linux-firmware1.187.4
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-10-04 (38 days ago)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68ISB Ver. F.40
  dmi.board.name: 17DF
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 61.21
  dmi.chassis.asset.tag: CNU3229ST9
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68ISBVer.F.40:bd02/01/2013:svnHewlett-Packard:pnHPEliteBook2570p:pvrA1029C1102:rvnHewlett-Packard:rn17DF:rvrKBCVersion61.21:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
  dmi.product.name: HP EliteBook 2570p
  dmi.product.sku: C9S65EC#ABF
  dmi.product.version: A1029C1102
  dmi.sys.vendor: Hewlett-Packard

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

Title:
  Warning message about cryptsetup during boot

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

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

[Bug 1903920] Re: Warning message about cryptsetup during boot

2020-11-12 Thread Mathieu Dubois
Here is my /etc/crypttab.

** Attachment added: "crypttab"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1903920/+attachment/5433737/+files/crypttab

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

Title:
  Warning message about cryptsetup during boot

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

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

[Bug 1903920] [NEW] Warning message about cryptsetup during boot

2020-11-11 Thread Mathieu Dubois
Public bug reported:

I have noticed that since upgrade to 20.04.1 (from 18.04), a warning
message appears during boot: "cryptsetup: WARNING: Option 'size' missing
in crypttab for plain dm-crypt mapping cryptswap1. Please read
/usr/share/doc/cryptsetup-initramfs/README.initramfs.gz and add the
correct 'size' option to your crypttab(5).".

AFAICT, there is no problem however. I use ecryptfs to encrypt my home
directory but I don't think it's related (since the message is related
to swap). This message used to appear during updates under 18.04 but I
never paid attention to it. I probably use the same setup since 16.04.

Others have reported the problem
(https://askubuntu.com/questions/1109463, https://medium.com/@anirudha
/fixing-cryptsetup-wating-for-encrypted-source-device-swapfile-error-on-
linux-boot-ubuntu-20-04-5483e0dcf9e9). From what I read:

  - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
  - It seems that before 20.04, just editing /etc/crypttab was enough but some 
users say that they need to manually regenerate the initramfs image after each 
update which is boring.

I have asked the question at
https://answers.launchpad.net/ubuntu/+question/693615 and @bernard010
suggested to open a bug report.

I have found anything worth in dmesg though.

As I said everything seems fine (boot proceed normally, I can use the
computer) but I expect that there is a way to permanently make this
warning disappear.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-53-generic 5.4.0-53.59
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mathieu2322 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 23:02:47 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-01-06 (1405 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP EliteBook 2570p
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic 
root=UUID=74d77edf-b4b7-4815-865f-b7602f3396b4 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-53-generic N/A
 linux-backports-modules-5.4.0-53-generic  N/A
 linux-firmware1.187.4
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-10-04 (38 days ago)
dmi.bios.date: 02/01/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68ISB Ver. F.40
dmi.board.name: 17DF
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 61.21
dmi.chassis.asset.tag: CNU3229ST9
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68ISBVer.F.40:bd02/01/2013:svnHewlett-Packard:pnHPEliteBook2570p:pvrA1029C1102:rvnHewlett-Packard:rn17DF:rvrKBCVersion61.21:cvnHewlett-Packard:ct10:cvr:
dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
dmi.product.name: HP EliteBook 2570p
dmi.product.sku: C9S65EC#ABF
dmi.product.version: A1029C1102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug focal

** Description changed:

  I have noticed that since upgrade to 20.04.1 (from 18.04), a warning
  message appears during boot: "cryptsetup: WARNING: Option 'size' missing
  in crypttab for plain dm-crypt mapping cryptswap1. Please read
  /usr/share/doc/cryptsetup-initramfs/README.initramfs.gz and add the
  correct 'size' option to your crypttab(5).".
  
  AFAICT, there is no problem however. I use ecryptfs to encrypt my home
  directory but I don't think it's related (since the message is related
  to swap). This message used to appear during updates under 18.04 but I
  never paid attention to it. I probably use the same setup since 16.04.
  
  Others have reported the problem
  (https://askubuntu.com/questions/1109463, https://medium.com/@anirudha
  /fixing-cryptsetup-wating-for-encrypted-source-device-swapfile-error-on-
  linux-boot-ubuntu-20-04-5483e0dcf9e9). From what I read:
  
-   - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
-   - It seems that before 20.04, just editing /etc/crypttab was enough but 
some users say that they need to manually regenerate the initramfs image after 
each update which is boring.
+   - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
+   - It seems that before 20.04, just editing /etc/crypttab was enough but 
some users say that they need to manually regenerate the initramfs image after 
each update which is boring.
  
  I have asked the question at
  https://answers.launchpad.net/ubuntu/+question/693615 and @bernard010
  suggested to open a bug report.
  
- I have found anything worth in dmesg.
+ I have found anyth

[Bug 854382] Re: Simple Scan window not responding to keyboard shortcuts

2018-10-14 Thread Mathieu Dubois
@Colan Schwartz: thanks for the link. It suggests a workaround for the
issue: start simple-scan from terminal with `XDG_CURRENT_DESKTOP=XFCE
simple-scan` (each time). I confirm this is harmless (it doesn't change
anything on your system so if you retart simple-scan as usual it won't
work) and works under Ubuntu 18.04 (Ubuntu desktop). This seems to
indicate that the problem comes from the integration with the desktop.

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

Title:
  Simple Scan window not responding to keyboard shortcuts

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

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

[Bug 854382] Re: Simple Scan window not responding to keyboard shortcuts

2018-10-13 Thread Mathieu Dubois
I confirm it used to work on Ubuntu 16.04 but doesn't work any more on
Ubuntu 18.04.

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

Title:
  Simple Scan window not responding to keyboard shortcuts

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

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

[Bug 1768150] Re: Incorrect example in rename (perl version) man page

2018-07-01 Thread Mathieu Dubois
Great ! Thanks to everybody !

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

Title:
  Incorrect example in rename (perl version) man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-rename-perl/+bug/1768150/+subscriptions

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

[Bug 1768150] Re: Incorrect example in rename (perl version) man page

2018-06-30 Thread Mathieu Dubois
Any news ?

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

Title:
  Incorrect example in rename (perl version) man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-rename-perl/+bug/1768150/+subscriptions

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

[Bug 1768150] [NEW] Incorrect example in rename (perl version) man page

2018-04-30 Thread Mathieu Dubois
Public bug reported:

The man page for rename(1p) states that:

  rename 's/\e.bak$//' *.bak

will rename all files matching "*.bak" to strip the ".bak" extension
(see attachment).

This example doesn't work as the '\e' is not needed at all.

This affects at least the version in Ubuntu 16.04 (but not the version
in 14.04).

** Affects: libfile-rename-perl (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Man page"
   https://bugs.launchpad.net/bugs/1768150/+attachment/5131083/+files/rename.txt

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

Title:
  Incorrect example in rename (perl version) man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-rename-perl/+bug/1768150/+subscriptions

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

[Bug 1412219] [NEW] nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build

2015-01-18 Thread Mathieu Dubois
Public bug reported:

The error happened during update.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Sun Jan 18 18:42:18 2015
InstallationDate: Installed on 2014-04-23 (269 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1412219/+subscriptions

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


[Bug 926350] Re: LDAP account via SSL cannot use setuid binaries until gnutls26 is rebuilt with nettle not libgcrypt11

2012-05-30 Thread Mathieu Dubois
*** This bug is a duplicate of bug 423252 ***
https://bugs.launchpad.net/bugs/423252

I confirm that coments #22, 23 and 24 fixed 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/926350

Title:
  LDAP account via SSL cannot use setuid binaries until gnutls26 is
  rebuilt with nettle not libgcrypt11

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

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


[Bug 719231] Re: Mimetype and desktop file for GPR projects

2011-02-15 Thread Mathieu Dubois

** Attachment added: "Mimetype file"
   
https://bugs.launchpad.net/ubuntu/+source/gnat-gps/+bug/719231/+attachment/1851132/+files/x-gnat-gpr.xml

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

Title:
  Mimetype and desktop file for GPR projects

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


[Bug 719231] Re: Mimetype and desktop file for GPR projects

2011-02-15 Thread Mathieu Dubois

** Attachment added: "Desktop file"
   
https://bugs.launchpad.net/ubuntu/+source/gnat-gps/+bug/719231/+attachment/1851131/+files/gnat-gps.desktop

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

Title:
  Mimetype and desktop file for GPR projects

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


[Bug 719231] [NEW] Mimetype and desktop file for GPR projects

2011-02-15 Thread Mathieu Dubois
Public bug reported:

By default project files (*.gpr) are not associated with GPS so every
user has to do the association.

I have written a mime type and .desktop file for project files. Those
files can be installed on the system database making the association for
every user.

** Affects: gnat-gps (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/719231

Title:
  Mimetype and desktop file for GPR projects

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


[Bug 559603] Re: [10.04 regression] user switch leaves original session unusable

2010-05-26 Thread Mathieu Dubois
I have the same problem (intel graphics card). Apparently it's a matter
of drivers (see
http://ubuntuforums.org/showthread.php?p=9361960#post9361960).

-- 
[10.04 regression] user switch leaves original session unusable
https://bugs.launchpad.net/bugs/559603
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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