[Bug 1765933] Re: Allow building livefses against a view of the archive at a fixed point in time

2020-11-24 Thread Colin Watson
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765933 Title: Allow building livefses against a view of the archive at a fixed point in

[Bug 1900889] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2020-11-24 Thread Colin Ian King
Thanks for reporting back. I'll get this into the stable release updates in a while. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1900889 Title: BUG: kernel NULL pointer dereference, address:

[Bug 1905438] Re: uprobe from ubuntu_stress_smoke_test ADT test failure with linux 4.15.0-125.128

2020-11-24 Thread Colin Ian King
test not suitable for older S390x kernels at present, disabling it for the moment. Fix tested and committed: https://kernel.ubuntu.com/git/ubuntu/autotest-client- tests.git/commit/?id=636eaaaf228f174ebf5701a920c99767fabc6da0 -- You received this bug notification because you are a member of

[Bug 1905205] Re: ubuntu_stress_smoke_test Segmentation fault in linux from Groovy/linux 5.8.0-30.32 ADT test failure

2020-11-23 Thread Colin Ian King
) Status: New => Fix Committed ** Changed in: stress-ng (Ubuntu Groovy) Importance: Undecided => High ** Changed in: stress-ng (Ubuntu Groovy) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: linux (Ubuntu) Status: In Progress => New ** Changed in: l

[Bug 1905205] Re: ubuntu_stress_smoke_test Segmentation fault in linux from Groovy/linux 5.8.0-30.32 ADT test failure

2020-11-23 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: linux (Ubuntu) Status: Incomplete => In Progress ** Changed in: linux (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are

[Bug 1905179] Re: SDcard show wrong date (one month later)

2020-11-22 Thread Colin Watson
** Project changed: linux => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905179 Title: SDcard show wrong date (one month later) To manage notifications about this bug go to:

[Bug 1534115] Re: apt-add-repository ppa:user/distro/repository pattern not recognized

2020-11-22 Thread Colin Watson
"distro" in this case means e.g. "ubuntu", not an Ubuntu series such as "vivid". This distinction was introduced due to the separate "ubuntu- rtm" distribution that was at one point in use for the Ubuntu phone project. It's true that the documentation could be clearer about this. -- You

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-11-18 Thread Colin Ian King
tested against 5.8 ftrace tests: NO crashing now, fixed. cking@riscv64:~/linux/tools/testing/selftests/ftrace$ sudo ./ftracetest === Ftrace unit tests === [1] Basic trace file check [PASS] [2] Basic test for tracers [PASS] [3] Basic trace clock test [PASS] [4] Basic event tracing

[Bug 1904589] Re: zfs PANIC: accessing past end of object in 0.8.3-1ubuntu12.4

2020-11-17 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Status: New => In Progress ** Changed in: zfs-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are

[Bug 1904630] Re: gcc-10 compilation failure in c_expr_sizeof_expr

2020-11-17 Thread Colin Ian King
Regression; this does not crash the compiler with gcc-9.3.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904630 Title: gcc-10 compilation failure in c_expr_sizeof_expr To manage notifications

[Bug 1904630] Re: gcc-10 compilation failure in c_expr_sizeof_expr

2020-11-17 Thread Colin Ian King
Fails in the same way with just: int m(int a) { return sizeof((char[a])); }; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904630 Title: gcc-10 compilation failure in c_expr_sizeof_expr To

[Bug 1904630] Re: gcc-10 compilation failure in c_expr_sizeof_expr

2020-11-17 Thread Colin Ian King
Note that the workaround is just to remove the extra ( ), e.g. int m(int a, int b) { return sizeof(char[a][b]); } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904630 Title: gcc-10 compilation

[Bug 1904630] [NEW] gcc-10 compilation failure in c_expr_sizeof_expr

2020-11-17 Thread Colin Ian King
Public bug reported: gcc version 10.2.0 (Ubuntu 10.2.0-17ubuntu1) $ cat qq.c int m(int a, int b) { return sizeof((char[a][b])); } gcc qq.c qq.c: In function ‘m’: qq.c:1:49: error: expected expression before ‘)’ token 1 | int m(int a, int b) { return sizeof((char[a][b])); } |

[Bug 1904054] Re: kernel 5.8 general protection fault at boot

2020-11-16 Thread Colin Ian King
Thanks Ben, that's much appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904054 Title: kernel 5.8 general protection fault at boot To manage notifications about this bug go to:

[Bug 1904054] Re: kernel 5.8 general protection fault at boot

2020-11-13 Thread Colin Ian King
It maybe worth checking with one or more of the mainline kernels to see if these behave differently from the Ubuntu kernel just to see if they boot fine or if they suffer from the same issue. The mainline kernels can be found in https://kernel.ubuntu.com/~kernel- ppa/mainline For example, it may

[Bug 1904033] Re: 5.10-rc1+ sdhci crash due to commit e0d072782c734d27f5af062c62266f2598f68542on Synquacer ARM64 dev box

2020-11-13 Thread Colin Ian King
** Summary changed: - 5.10-rc1+ sdhci crash due to commit e0d072782c734d27f5af062c62266f2598f68542 + 5.10-rc1+ sdhci crash due to commit e0d072782c734d27f5af062c62266f2598f68542on Synquacer ARM64 dev box -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1904054] Re: kernel 5.8 general protection fault at boot

2020-11-13 Thread Colin Ian King
I may be useful to add "debug ignore_loglevel" to the kernel boot command line to get more debugging information during boot to see which module is tripping this issue. edit the /etc/default/grub (as the root user) and add the debug and ignore_loglevel keywords to the GRUB_CMDLINE_LINUX_DEFAULT

[Bug 1904033] Re: 5.10-rc1+ sdhci crash due to commit e0d072782c734d27f5af062c62266f2598f68542

2020-11-12 Thread Colin Ian King
So I updated the firmware using the following capsule: http://snapshots.linaro.org/components/kernel/leg-96boards-developerbox- edk2/latest/DeveloperBox.Cap sudo apt install fwupdate wget http://snapshots.linaro.org/components/kernel/leg-96boards-developerbox-edk2/latest/DeveloperBox.Cap sudo

[Bug 1904033] [NEW] 5.10-rc1+ sdhci crash due to commit e0d072782c734d27f5af062c62266f2598f68542

2020-11-12 Thread Colin Ian King
dma_pfn_offset Disabling the sdchi driver and/or removing this commit allows the kernel to boot without the crash. Attached is a photo of the crash. ** Affects: linux Importance: Unknown Status: Confirmed ** Affects: linux (Ubuntu) Importance: High Assignee: Colin Ian

[Bug 1904024] [NEW] package flash-kernel 3.98ubuntu12 failed to install/upgrade: installed flash-kernel package post-installation script subprocess returned error exit status 1 when installing on a Ra

2020-11-12 Thread Colin Nowell
Public bug reported: I was converting Ubuntu Server to Desktop using "Desktopify" ProblemType: Package DistroRelease: Ubuntu 20.04 Package: flash-kernel 3.98ubuntu12 ProcVersionSignature: Ubuntu 5.4.0-1015.15-raspi 5.4.44 Uname: Linux 5.4.0-1015-raspi aarch64 ApportVersion: 2.20.11-0ubuntu27.12

[Bug 1903543] Re: Block device scheduler should be multiqueue for spinning disks

2020-11-09 Thread Colin Ian King
Can you provide the output from dmesg so we can get an idea of what is happening during boot? ** Changed in: linux-gcp (Ubuntu) Status: New => Triaged ** Changed in: linux-gcp (Ubuntu) Status: Triaged => Incomplete ** Changed in: linux-gcp (Ubuntu) Importance: Undecided =>

[Bug 1901417] Re: zfs mount segmentation fault when target directory is non empty

2020-11-09 Thread Colin Ian King
I wonder if this is an issue with one of the dependency libraries that got updated and now the bug does not occur. So far I can't reproduce this issue either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1853832] Re: stress-ng --timer-slack option should be a zero arg option, it currently skips over the next arg

2020-11-06 Thread Colin Ian King
This fails testing on Xenial, still segfaults. Should be rejected ** Tags removed: verification-needed-xenial ** Tags added: verification-failed-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1899826] Re: backport upstream fixes for 5.9 Linux support

2020-11-04 Thread Colin Ian King
** Also affects: zfs-linux (Ubuntu Hirsute) Importance: Medium Assignee: Colin Ian King (colin-king) Status: In Progress ** Also affects: zfs-linux (Ubuntu Groovy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Bug 1902701] Re: zfs-linux 0.8.3-1ubuntu12.4 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-11-04 Thread Colin Ian King
Thanks Stefan, I gave this a test and it works as expected. Package sponsored and uploaded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902701 Title: zfs-linux 0.8.3-1ubuntu12.4 ADT test failure

[Bug 1902658] Re: hp printers have version error

2020-11-03 Thread Colin Watson
** Project changed: launchpad => hplip (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902658 Title: hp printers have version error To manage notifications about this bug go to:

[Bug 1814983] Re: zfs poor sustained read performance from ssd pool

2020-10-28 Thread Colin Ian King
Excellent news. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814983 Title: zfs poor sustained read performance from ssd pool To manage notifications about this bug go to:

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-10-28 Thread Colin Ian King
Fix: commit 4230e2deaa484b385aa01d598b2aea8e7f2660a6 from https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ** Description changed: - 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu + == SRU Groovy == + + Running the ftrace self tests results in null pointer dereference

[Bug 1901821] [NEW] package dovecot-core 1:2.3.11.3+dfsg1-2 failed to install/upgrade: installed dovecot-core package post-installation script subprocess returned error exit status 1

2020-10-28 Thread colin
Public bug reported: crashed while upgrading to 20.10 ProblemType: Package DistroRelease: Ubuntu 20.10 Package: dovecot-core 1:2.3.11.3+dfsg1-2 ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14 Uname: Linux 5.8.0-25-generic x86_64 ApportVersion: 2.20.11-0ubuntu50 Architecture: amd64

[Bug 1900889] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2020-10-27 Thread Colin Ian King
Thanks Simon. Lets let this soak test for a few more weeks and then I'll SRU this fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1900889 Title: BUG: kernel NULL pointer dereference, address:

[Bug 1901417] Re: zfs mount segmentation fault when target directory is non empty

2020-10-27 Thread Colin Ian King
Hi Hadmut, >From your instructions it's not clean how you mounted these zfs file systems. Can you prove the information on the commands you used so I can try to reproduce this issue? ** Changed in: zfs-linux (Ubuntu) Status: In Progress => Triaged ** Changed in: zfs-linux (Ubuntu)

[Bug 1859010] Re: MAILPROG binary '/usr/sbin/sendmail' does not exist or is not executable

2020-10-27 Thread Colin Watson
This seems to be partially non-deterministic, which explains why Brian couldn't reproduce it. Firstly, you'll need to have $mailto set in .sbuildrc. After that, Sbuild::ConfBase::read generates an initialisation script that sets keys in the order returned by $conf->get_keys(), which is

[Bug 1901417] Re: zfs mount segmentation fault when target directory is non empty

2020-10-27 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: zfs-linux (Ubuntu) Status: New => In Progress ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are

[Bug 1814983] Re: zfs poor sustained read performance from ssd pool

2020-10-27 Thread Colin Ian King
OK, Seems like we can resolve this by using some tuning. I was able to reproduce this on a single drive SSD pool configuration with 30 clones of the linux source and grep'ing for various strings. So, the ARC determines that it can't free up enough memory by releasing unpinned buffers so the

[Bug 1901459] Re: I use ubuntu 20.04.I am using flutter desktop linux to write app.Find chinese words became 口口 .

2020-10-26 Thread Colin Watson
** Project changed: lp-qa-tools => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901459 Title: I use ubuntu 20.04.I am using flutter desktop linux to write app.Find chinese words became

[Bug 1901336] Re: package zfsutils-linux 0.8.1-1ubuntu14.4 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-10-24 Thread Colin Ian King
ntu) Importance: Undecided => High ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901336 Title:

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-23 Thread Colin Ian King
OK, I'll close this bug for now. If it still bites please feel free to re-open the bug and I'll get back onto it. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-23 Thread Colin Ian King
@Tyson, hopefully the WBT changes helped to resolve this issue. If so, please let me know and I can close this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899249 Title: OpenZFS writing

[Bug 1897464] Re: Problems with disk size with zfs

2020-10-22 Thread Colin Ian King
So we have multiple levels of information here. If you have 64GB of "drive space" I believe you are referring to the partition size. If one allocates a whole pool to this then some of the space is used as overhead to make the pool. This includes labelling, alignment usage, metaslab allocation

[Bug 1897464] Re: Problems with disk size with zfs

2020-10-22 Thread Colin Ian King
** Summary changed: - Problmes with disk size with zfs + Problems with disk size with zfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897464 Title: Problems with disk size with zfs To manage

[Bug 1852116] Re: zfs send / recv properties failing

2020-10-22 Thread Colin Ian King
This bug has not been responded to from comment #1, so I'm marking this bug as Won't Fix. If this is still and issue please re-open the bug and we will re-visit this bug report. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification

[Bug 907675] Re: Add support for Ed25519 SSH keys

2020-10-22 Thread Colin Watson
** No longer affects: ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907675 Title: Add support for Ed25519 SSH keys To manage notifications about this bug go to:

[Bug 1900889] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2020-10-22 Thread Colin Ian King
I think this may be a race condition, in which case duplicating this issue and testing a fix may be problematic. I've created a potential fix and tested this against our internal regression tests, so it may be worth tying this to see if the issue occurs with the fix. To try this out do the

[Bug 1900889] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2020-10-21 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Importance: Undecided => High ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1889110] Re: zfs pool locks and see "INFO: task txg_sync:4307 blocked for more than 120 seconds. "

2020-10-21 Thread Colin Ian King
So it may be that the write-back-throttling (wbt) for the underlying devices is getting confused about the exact throttle rates are for these devices and somehow getting stuck. It maybe worth experimenting by disabling the throttling and seeing if this gets I/O working again. For example, to

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-10-21 Thread Colin Ian King
The comment #4 has not been responded to for 6 weeks, so this bug will be closed as Won't Fix as it inactive. If this is still and issue, please re-open this bug and we can continue to try to work on this issue. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-21 Thread Colin Ian King
That warning message is from the Raspberry Pi firmware broadcom get_property sys interface, some user space program has read an old deprecated sys interface and is just warning to use the hwmon sysfs interface and it has no bearing on the ZFS or block WBT settings. -- You received this bug

[Bug 907675] Re: Add support for Ed25519 SSH keys

2020-10-20 Thread Colin Watson
** No longer affects: ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907675 Title: Add support for Ed25519 SSH keys To manage notifications about this bug go to:

[Bug 1880412] Re: CLI displays unknown extra IP Address

2020-10-18 Thread Colin Watson
In addition to what Seth said, this message is added to the MOTD by landscape-sysinfo (in the landscape-common package), not by OpenSSH; so I'm reassigning this bug there. ** Package changed: openssh (Ubuntu) => landscape-client (Ubuntu) -- You received this bug notification because you are a

[Bug 1900318] [NEW] compliments/complements typo in package description

2020-10-18 Thread Colin Watson
Public bug reported: Description: compliments pam_motd in libpam-modules update-motd doesn't tell pam_motd that it thinks the clothes it's wearing today look particularly awesome ("compliments"). Rather, it acts as a partner to pam_motd ("complements"). ** Affects: update-motd (Ubuntu)

[Bug 1900246] [NEW] ununtu install crash

2020-10-17 Thread Colin
Public bug reported: ubuntu crashed on install ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion:

[Bug 1899826] [NEW] backport upstream fixes for 5.9 Linux support

2020-10-14 Thread Colin Ian King
of ZFS mount options) ** Affects: zfs-linux (Ubuntu) Importance: Medium Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: zfs-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin I

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-14 Thread Colin Ian King
That's great news. Let's keep this bug open for the moment as "incomplete" and if you don't report back after ~6 weeks or so it will automatically be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-14 Thread Colin Ian King
It may also be a good idea to disable any power management on USB too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899249 Title: OpenZFS writing stalls, under load To manage notifications about

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-13 Thread Colin Ian King
So it may be that the write-back-throttling (wbt) for the underlying devices is getting confused about the exact throttle rates are for these devices and somehow getting stuck. It maybe worth experimenting by disabling the throttling and seeing if this gets I/O working again. For example, to

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-13 Thread Colin Ian King
..and does you raspi have swap enabled? ** Bug watch added: github.com/openzfs/zfs/issues #10522 https://github.com/openzfs/zfs/issues/10522 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899249

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-13 Thread Colin Ian King
Same issue as reported here: https://github.com/openzfs/zfs/issues/10522 ** Also affects: zfs via https://github.com/openzfs/zfs/issues/10522 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-13 Thread Colin Ian King
Is it possible to have the full dmesg from the start of where you boot to the point where you see the "INFO... blocked for more than 120 seconds" message? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1899249] Re: OpenZFS writing stalls, under load

2020-10-10 Thread Colin Ian King
tatus: New => Incomplete ** Changed in: zfs-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1849981] Re: package zfs-dkms 0.8.1-1ubuntu14 failed to install/upgrade: installed zfs-dkms package post-installation script subprocess returned error exit status 10

2020-10-09 Thread Colin Ian King
No response for a while. Closing as Won't Fix. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849981 Title: package

[Bug 1891528] Re: fix ftrace pid filtering on linux 5.8

2020-10-09 Thread Colin Ian King
** Changed in: ubuntu-kernel-tests Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891528 Title: fix ftrace pid filtering on linux 5.8 To manage

[Bug 1881601] Re: Fan excessively runs, even when idle

2020-10-09 Thread Colin Ian King
@Dean, is it is possible to supply the data required as per asked in comment #13? ** Changed in: linux (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1891288] Re: arm64 gcov in 5.8 breaks when trying to enable it

2020-10-09 Thread Colin Ian King
Fix applied in risc-v groovy with commit 4fc484ffd959e0d897d073296cfcfafdf473e407 ** Changed in: linux (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1899076] [NEW] "import readline" crashes after loading an extension linked against libedit

2020-10-08 Thread Colin Watson
Public bug reported: The Launchpad test suite segfaults on Python 3.6 in bionic when its stdout is not a tty. This is currently visible as http://lpbuildbot.canonical.com/builders/lp-devel-bionic- py3/builds/4/steps/shell_7/logs/stdio, though I'm not sure how long that link will continue to

[Bug 1898991] Re: fnotifystat leaks memory with the -n option enabled

2020-10-08 Thread Colin Ian King
Fixes committed: https://kernel.ubuntu.com/git/cking/fnotifystat.git/commit/?id=b32f646423157e4735cc8684d021325b211cabe9 https://kernel.ubuntu.com/git/cking/fnotifystat.git/commit/?id=e099d10a6a7df5866f41099f451459b95e13237f -- You received this bug notification because you are a member of

[Bug 1898991] [NEW] fnotifystat leaks memory with the -n option enabled

2020-10-08 Thread Colin Ian King
: Colin Ian King (colin-king) Status: In Progress ** Changed in: fnotifystat (Ubuntu) Importance: Undecided => High ** Changed in: fnotifystat (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: fnotifystat (Ubuntu) Status: New => In

[Bug 1992] Re: Torcs depends on plib1.8.3 but it is not installable for Breezy.

2020-10-04 Thread Colin Watson
*** This bug is a duplicate of bug 1324 *** https://bugs.launchpad.net/bugs/1324 ** Branch unlinked: lp:~cjwatson/lazr.sshserver/more-key-types -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 1765933] Re: Allow building livefses against a view of the archive at a fixed point in time

2020-10-02 Thread Colin Watson
The status of this bug is accurate. Please see the linked merge proposals for more information; the current blocker is me dealing with a complex set of review feedback on https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/373971. After that, it will still remain for somebody to

[Bug 1888202] Re: package zfsutils-linux 0.8.3-1ubuntu12.1 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-10-02 Thread Colin Ian King
@Erik, if you can't provide any information we can't easily proceed in reproducing this issue. Is it possible to provide the information as requested in comment #5? If not, I shall close this bug in 2 weeks time. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1875767] Re: When operating install/removal with apt, zed floods log and apparently crashes snapshoting

2020-10-02 Thread Colin Ian King
@folks, any chance of reporting back on the changes made? It would be useful as we can see if the zsys fixes have addressed this issue and if we can close this bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1893900] Re: ModuleNotFoundError: No module named 'distutils.sysconfig'

2020-10-02 Thread Colin Ian King
@Juerg, what's the current state of this issue? Is it still a problem or can I close this bug? ** Changed in: zfs-linux (Ubuntu Groovy) Status: New => Incomplete ** Changed in: zfs-linux (Ubuntu Groovy) Importance: Undecided => Low -- You received this bug notification because you

[Bug 1847497] Re: ZFS boot takes long time

2020-10-02 Thread Colin Ian King
This bug has not been responded to for a while. Marking it as won't fix. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847497

[Bug 1887258] Re: zfs kernel module not available when installing zfs-linux on raspi kernel

2020-10-02 Thread Colin Ian King
signee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887258 Title: zfs kernel module not available when installing zfs-linux on raspi kernel

[Bug 1885289] Re: zfs-linux 0.7.5-1ubuntu16.9 ADT test failure with 5.4 kernels in Bionic

2020-10-01 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu Bionic) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885289 Title: zfs-linux 0.7.5-1ubuntu16.9 ADT test failure with 5.4

[Bug 1897819] Re: boot fails on hi1620 platforms

2020-09-29 Thread Colin Ian King
the uint32_t @ 0x2eee0004 should be the correct value for the totalsize, in this case it seems to be -1347439697 (0xafafb3af) which looks like total garbage. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1897819] Re: boot fails on hi1620 platforms

2020-09-29 Thread Colin Ian King
Does this indicate that the Flattened Device Tree is corrupted? It would be useful to get a dump of FDT to check if it's not compliant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897819 Title:

[Bug 1897819] Re: boot fails on hi1620 platforms

2020-09-29 Thread Colin Ian King
basically a memmap of /dev/mem from 0x2fee to 0x2fee + 0x483 should be sufficient -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897819 Title: boot fails on hi1620 platforms To manage

[Bug 1896419] Re: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included

2020-09-29 Thread Colin Ian King
Thanks for verify this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896419 Title: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included To manage notifications about this

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-09-26 Thread Colin Ian King
git bisect good cfafe260137418d0265d0df3bb18dc494af2b43e is the first bad commit commit cfafe260137418d0265d0df3bb18dc494af2b43e Author: Atish Patra Date: Tue Mar 17 18:11:43 2020 -0700 RISC-V: Add supported for ordered booting method using HSM Currently, all harts have to jump

[Bug 1883676] Re: ZFS performance drops suddenly

2020-09-25 Thread Colin Ian King
After a lot of tests on AWS with generic and AWS kernels and on non-AWS bare-metal systems with the AWS and generic kernels I discovered that one gets I/O throttling on AWS instances regardless of using ZFS or not. I ran a really simple test writing and reading to the raw device and found the

[Bug 1894202] Re: fwts 20.08.00 segmentation fault

2020-09-25 Thread Colin Ian King
** Summary changed: - fwts 20.08.00 segmetation fault + fwts 20.08.00 segmentation fault -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894202 Title: fwts 20.08.00 segmentation fault To manage

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-09-24 Thread Colin Ian King
regression between 5.6 (ok) and 5.7 (crashes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894613 Title: risc-v 5.8 kernel oops on ftrace tests To manage notifications about this bug go to:

[Bug 907675] Re: Add support for Ed25519 SSH keys

2020-09-23 Thread Colin Watson
** Package changed: ubuntu => turnip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907675 Title: Add support for Ed25519 SSH keys To manage notifications about this bug go to:

[Bug 1896649] Re: SPAM

2020-09-23 Thread Colin Watson
** Package changed: ubuntu => null-and-void ** Information type changed from Public to Private Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896649 Title: SPAM To manage notifications

[Bug 1896419] Re: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included

2020-09-21 Thread Colin Ian King
I've uploaded the update for Groovy to debian, it will get sync'd into Ubuntu in the next 24 hours. I've uploaded the fix for Focal to Ubuntu for SRU. ** Changed in: thermald (Ubuntu Focal) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: thermald (Ubuntu Fo

[Bug 1896419] Re: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included

2020-09-21 Thread Colin Ian King
I'm the maintainer for thermald, I'll upload the fix to groovy and SRU this for focal today. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896419 Title: Comet Lake CPUID family:model:stepping

[Bug 1896419] Re: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included

2020-09-21 Thread Colin Ian King
** Also affects: thermald (Ubuntu Groovy) Importance: Undecided Assignee: Kai-Chuan Hsieh (kchsieh) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896419 Title:

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-09-18 Thread Colin Ian King
https://bugzilla.kernel.org/show_bug.cgi?id=209317 ** Bug watch added: Linux Kernel Bug Tracker #209317 https://bugzilla.kernel.org/show_bug.cgi?id=209317 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1894229] Re: oops occurred starting up QEMU KVM VMs on amd64 host with 5.8.0-18-generic

2020-09-18 Thread Colin Ian King
Same machine with current 5.8.0-19-generic tip and the issue is now resolved. ** Changed in: linux (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-09-17 Thread Colin Ian King
) => Colin Ian King (colin-king) ** Changed in: linux (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894613 Title: risc-v 5.8 kernel oops on ftrace

[Bug 1895382] Re: Ability to install 2 or more versions at once

2020-09-16 Thread Colin Watson
@skiphopjump, it's not OK to make personal attacks on other Launchpad users this way (see https://ubuntu.com/community/code-of-conduct, but also basic common courtesy). Julian already warned you (I thought rather mildly in the circumstances) that your language was inappropriate, but you've been

[Bug 1888202] Re: package zfsutils-linux 0.8.3-1ubuntu12.1 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-09-16 Thread Colin Ian King
@Erik, can you provide a full list of packages that you have installed so we can figure this one out? apt list --installed Thanks. ** Changed in: zfs-linux (Ubuntu) Status: Won't Fix => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1895631] [NEW] systemd at 100% handling apport failures

2020-09-15 Thread Colin Ian King
Public bug reported: systemd is pegged at 100% after booting Groovy Desktop. Seems like an apport-report.service issue: Sep 15 08:01:50 lenovo systemd[1]: Failed to start Process error reports when automatic reporting is enabled. Sep 15 08:01:50 lenovo systemd[1]: apport-autoreport.service:

[Bug 1891288] Re: arm64 gcov in 5.8 breaks when trying to enable it

2020-09-14 Thread Colin Ian King
Upstream fix 40249c6962075c040fd071339acae524f18bfac9, this has already been picked up by Sash Levin for 5.8, 5.4, 4.19, 4.14, 4.9 and 4.8 on backport stable AUTOSEL. Lets wait for that fix to trickle into the SRU process. ** Changed in: linux (Ubuntu) Status: Won't Fix => In Progress --

[Bug 1894202] Re: fwts 20.08.00 segmetation fault

2020-09-09 Thread Colin Ian King
I uploaded fwts 20.08.00-0ubuntu2 with this fix, so it's now in Groovy. ** Changed in: fwts (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894202

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2020-09-08 Thread Colin Ian King
FYI: The AES-GCM patches as referenced in comment #19 were applied to zfs 0.8.3-1ubuntu12.1 in 6 Jul 2020. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857398 Title: ubiquity should support

[Bug 1894329] Re: ZFS revert from grub menu not working.

2020-09-08 Thread Colin Ian King
This is a useful workaround, the fundamental issue is a coreutils issue with dd. I wonder if the coreutils maintainers can figure out why dd has an executable stack. ** Also affects: coreutils (Ubuntu) Importance: Undecided Status: New ** Changed in: coreutils (Ubuntu) Importance:

[Bug 1843222] Re: Old Linux version booted after upgrade to Ubuntu 19.10

2020-09-07 Thread Colin Ian King
** Also affects: casper (Ubuntu) Importance: Undecided Status: New ** Also affects: grub2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1843340] Re: Boot menu not displayed for multi boot with ZFS

2020-09-07 Thread Colin Ian King
** Also affects: casper (Ubuntu) Importance: Undecided Status: New ** Also affects: grub2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1854982] Re: Lost compatibilty for backup between Ubuntu 19.10 and FreeBSD 12.0

2020-09-07 Thread Colin Ian King
@BertN45, thanks for the update information. Let's keep this bug open until OpenZFS 2.0 lands and see if this resolves itself then -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854982 Title: Lost

<    1   2   3   4   5   6   7   8   9   10   >