Sorry, I thought it was cryptsetup prompting me for a password, but it
turns out it was sudo ...¯\_(ツ)_/¯
** Changed in: cryptsetup (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
Public bug reported:
Ubuntu 16.10
cryptsetup-bin:
Installed: 2:1.7.2-0ubuntu1
Candidate: 2:1.7.2-0ubuntu1
Version table:
*** 2:1.7.2-0ubuntu1 500
500 http://se.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status
In ubuntu 16.04, I could open my
coreutils 5.93-5 (Ubuntu 6.06 LTS x86)
--
dd segfaults in some locales
https://launchpad.net/bugs/73571
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Correction:
It only segfaults for me if I combine LC_ALL="??_??.UTF-8" with LANGUAGE=sv.
$ LC_ALL=en_US.UTF-8 LANGUAGE=sv dd if=/dev/zero of=/dev/null bs=1 count=2
2+0 records in
2+0 records out
Segmentation fault
$ LC_ALL=C LANGUAGE=sv dd if=/dev/zero of=/dev/null bs=1 count=2 2+0 records in
2+0
Public bug reported:
Binary package hint: coreutils
dd (coreutils 5.93-5) segfaults after copying more than one byte if not
using the "C" locale:
$ LC_ALL=C dd if=/dev/zero of=/dev/null bs=1024 count=16
16+0 records in
16+0 records out
16384 bytes (16 kB) copied, 3.5e-05 seconds, 468 MB/s
$ LC_