[Kernel-packages] [Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) failed

2021-10-10 Thread Nick Moffitt
I ran into this over the past few days, and the zfs-dkms install via recovery also worked for me, though be warned that you will need to take careful steps with secureboot to enrol the MOK that this generates for you. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1936958] [NEW] mlx5_core crash, taking down a bond

2021-07-20 Thread Nick Moffitt
Public bug reported: Jul 20 14:40:23 anonster kernel: [ 1716.692818] mlx5_core :03:00.0: assert_var[0] 0x Jul 20 14:40:23 anonster kernel: [ 1716.698541] mlx5_core :03:00.0: assert_var[1] 0x Jul 20 14:40:23 anonster kernel: [ 1716.704240] mlx5_core :03:00.0:

[Kernel-packages] [Bug 1909486] Re: tiocspgrp()" Privilege Escalation Vulnerability

2021-02-24 Thread Nick Moffitt
** Description changed: - A race condition error related to the "tiocspgrp()" function - (drivers/tty/tty_jobctrl.c) can be exploited to trigger a use-after-free - and subsequently gain elevated privileges. + CVE 2020-29661 https://bugs.launchpad.net/bugs/cve/2020-29661 - The vulnerability is

[Kernel-packages] [Bug 1865182] Re: lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-02 Thread Nick Moffitt
Looking at bug#1863261 the depmod error may be a red herring. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-5.4 in Ubuntu. https://bugs.launchpad.net/bugs/1865182 Title: lookup_builtin_file() could not open builtin file

[Kernel-packages] [Bug 1865182] Re: lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-02 Thread Nick Moffitt
And from MAAS boot it seems like this was running the right kernel: [0.00] Linux version 5.4.0-14-generic (buildd@lgw01-amd64-034) (gcc version 9.2.1 20200203 (Ubuntu 9.2.1-28ubuntu1)) #17-Ubuntu SMP Thu Feb 6 22:47:59 UTC 2020 (Ubuntu 5.4.0-14.17-generic 5.4.18) [0.00] Command

[Kernel-packages] [Bug 1865182] Re: lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-03-02 Thread Nick Moffitt
It's still happening: Mar 2 10:05:37 negret cloud-init[2450]: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin' -rw-r--r-- 1 root root 10257 Mar 1 22:11 /lib/modules/5.4.0-14-generic/modules.builtin.bin

[Kernel-packages] [Bug 1865182] [NEW] lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'

2020-02-28 Thread Nick Moffitt
Public bug reported: This error did not take place on my laptop (where I ran apport, for convenience), but on a server being deployed to Focal with MAAS. The initial deployment boot worked fine, and that was lucky as it meant I could ssh in and tail /var/log/syslog while it went through the

[Kernel-packages] [Bug 1745768] Re: system hangs within 10 minutes of logging in and starting browsers

2018-01-31 Thread Nick Moffitt
I managed to identify the problem as hardware, as it coincides with physical stresses on the laptop. When I plugged in external peripherals and left the laptop itself alone, the problem did not reoccur. You can close this bug. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1745768] Re: system hangs within 10 minutes of logging in and starting browsers

2018-01-27 Thread Nick Moffitt
Well of course right after I file this, it hangs. So this may not be the kernel after all. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1745768 Title: system hangs within 10 minutes

[Kernel-packages] [Bug 1745768] [NEW] system hangs within 10 minutes of logging in and starting browsers

2018-01-27 Thread Nick Moffitt
Public bug reported: I cannot run for very long under normal operational load using linux- image-4.13.0-32-generic without a complete system freeze (mouse no longer moves, keyboard no longer responsive). I have worked around this by booting back into linux-image-4.13.0-31-generic which is

[Kernel-packages] [Bug 1571535] Re: iwlwifi restarts randomly in xenial

2016-07-06 Thread Nick Moffitt
This inactivity is not Chris Stratford's fault. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1571535 Title: iwlwifi restarts randomly in xenial Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-01-06 Thread Nick Moffitt
This problem has caused more serious damage recently. When nbd dies and printk()s like mad, the serial console is not fast enough to display it. The kernel keeps allocating buffer space for serial output, which we see as 13G kmalloc-256 or kmalloc-512 kernel threads. Eventually the OOMkiller

[Kernel-packages] [Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-01-06 Thread Nick Moffitt
This memory leak we have so far only seen on arm64, to be clear. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1505564 Title: Soft lockup with "block nbdX: Attempted send on closed

[Kernel-packages] [Bug 1506543] Re: openstack instances on arm64 lock up on polling and other situations fairly repeatably

2015-10-16 Thread Nick Moffitt
crap, I tried to run it on the right box and copy it over. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1506543 Title: openstack instances on arm64 lock up on polling and other

[Kernel-packages] [Bug 1506543] [NEW] openstack instances on arm64 lock up on polling and other situations fairly repeatably

2015-10-15 Thread Nick Moffitt
Public bug reported: While working on deploying arm64 builders in openstack, we found that it was pretty easy to wedge them. Many hang just running ntpdate right off the bat. William Grant had more direct tests he did, but upgrading from 3.13 to 3.19 didn't seem to fix things. ** Affects:

[Kernel-packages] [Bug 1498387] [NEW] system hangs and CPU heats up in -29 but not -28

2015-09-22 Thread Nick Moffitt
Public bug reported: I filed this bug against linux-image-3.19.0-29-generic and hope that it has attached everything relevant. With linux-image-3.19.0-29-generic I can only run my thinkpad X240 for a few hours before I invariably trip over this bug and cause it to hang, heating up and driving

[Kernel-packages] [Bug 1498387] Re: system hangs and CPU heats up in -29 but not -28

2015-09-22 Thread Nick Moffitt
I'm curious if this is related to bug #1495696 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1498387 Title: system hangs and CPU heats up in -29 but not -28 Status in linux package in

[Kernel-packages] [Bug 1357295] Re: bcache_writebac blocks and goes silent on trusty kernel 3.13.0-24-generic #47-Ubuntu

2014-08-28 Thread Nick Moffitt
Thanks. It does indeed look like this got rid of the lockups in dmesg. Thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1357295 Title: bcache_writebac blocks and goes silent on

[Kernel-packages] [Bug 1357295] Re: bcache_writebac blocks and goes silent on trusty kernel 3.13.0-24-generic #47-Ubuntu

2014-08-27 Thread Nick Moffitt
What's the best way for us to test this fix in Trusty right now? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1357295 Title: bcache_writebac blocks and goes silent on trusty kernel

[Kernel-packages] [Bug 1357295] [NEW] bcache_writebac blocks and goes silent on trusty kernel 3.13.0-24-generic #47-Ubuntu

2014-08-15 Thread Nick Moffitt
Public bug reported: We regularly use bcache to use SSDs as an extra block cache layer for performance on large working sets (archive mirrors, large databases, etc). Until now we have had good success with bcache on precise LTS with HWE kernels up to Saucy's. Unfortunately when we mount a

[Kernel-packages] [Bug 1291371] Re: thinkpad screen dims after unplugging external display, and won't re-brighten without leaving X

2014-03-13 Thread Nick Moffitt
Joseph, your text says the latest v3.13 kernel, but the link takes me to v3.14. Is that correct? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1291371 Title: thinkpad screen dims

[Kernel-packages] [Bug 1291371] Re: thinkpad screen dims after unplugging external display, and won't re-brighten without leaving X

2014-03-13 Thread Nick Moffitt
Linux vezza 3.14.0-031400rc6-generic #201403100035 SMP Mon Mar 10 04:36:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux The bug seems to be fixed with this kernel. ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Tags added: kernel-fixed-upstream -- You received this bug