[Bug 1954545] Re: test ubuntu-20.04-64:tests/nested/manual/minimal-smoke:secboot_disabled is flaky

2022-01-14 Thread Ian Johnson
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Summary changed: - test ubuntu-20.04-64:tests/nested/manual/minimal-smoke:secboot_disabled is flaky + Cannot boot UC20 with new kernel snaps with 384 MB in VM -- You received this bug notification because you are a

[Bug 1957863] [NEW] coding errors in update-motd-fsck-at-reboot script

2022-01-13 Thread Ian! D. Allen
Public bug reported: The script /usr/lib/update-notifier/update-motd-fsck-at-reboot contains some coding errors. One of the errors hides the other error: 1. It sets two variables NEEDS_FSCK_CHECK and NEED_FSCK_CHECK (missing 'S') but only checks one of them (NEEDS_FSCK_CHECK). Because of this

[Bug 1955289] Re: EGL-using snaps on impish fail with nvidia driver

2022-01-04 Thread Ian Johnson
The fix for that will be included in snapd 2.54.1 which is making its way through the release process ** Also affects: snapd Importance: Undecided Status: New ** Changed in: snapd Status: New => Fix Committed ** Changed in: snapd Importance: Undecided => Medium ** Changed

[Bug 1873550] Re: Snappy daemon reaches 1min30s timeout during shutdown process

2022-01-04 Thread Ian Johnson
Hi @bitterhalt, can you try installing the snapd snap via `snap install snapd` and then see if your system is still affected? As Alberto mentioned, we do expect this to be fixed now with the aforementioned commit. ** Also affects: snapd Importance: Undecided Status: New ** Changed in:

[Bug 1901586] Re: [snap] CA Certificates from /usr/local/share/ca-certificates are not used

2022-01-04 Thread Ian Johnson
I mentioned this on the snapcraft forum, but /usr/share/local/ca- certificates for a strict snap will come from the read-only, static base snap of the chromium snap. For classic ubuntu/debian systems running new enough snapd, we will actually mount /etc/ssl from the host into the strict snaps'

[Bug 1948995] Re: Ubuntu Server should have refresh.retain=3 set by default

2022-01-04 Thread Ian Johnson
** Summary changed: - Allow reverting to older revisions of a snap + Ubuntu Server should have refresh.retain=3 set by default ** Changed in: snapd (Ubuntu) Status: New => Confirmed ** Changed in: snapd (Ubuntu) Importance: Undecided => Low -- You received this bug notification

[USN-5199-1] Python vulnerabilities

2021-12-17 Thread Ian Constantin
== Ubuntu Security Notice USN-5199-1 December 17, 2021 python3.6 vulnerabilities == A security issue affects these releases of Ubuntu and its

[USN-5201-1] Python vulnerabilities

2021-12-17 Thread Ian Constantin
== Ubuntu Security Notice USN-5201-1 December 17, 2021 python3.8, python3.9 vulnerabilities == A security issue affects these releases of Ubuntu and

[USN-5200-1] Python vulnerabilities

2021-12-17 Thread Ian Constantin
== Ubuntu Security Notice USN-5200-1 December 17, 2021 python3.7, python3.8 vulnerabilities == A security issue affects these releases of Ubuntu and

[Bug 1950584] Re: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-12-16 Thread Colin Ian King
Verified this on the Impish kernel on my laptop with ~40 minutes of testing. Looks OK to me, no regressions noted. ** Tags removed: verification-needed-impish ** Tags added: verification-done-impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1950584] Re: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-12-13 Thread Colin Ian King
My old work laptop is kinda old junk now, I installed Fedora on it for some other testing. I'll try and get this tested in the next few days, but I need get Ubuntu onto it first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1726955] Re: openstack server list is very slow and makes too many HTTP connections

2021-12-10 Thread Ian Kumlien
Something like this actually makes it tolerable, the assumption is that the amount of images in the project is not that unique... And this is just a quick hack that I hope inspires a proper solution - it's most likely not in the proper location etc etc etc time openstack server list real

[Bug 1726955] Re: openstack server list is very slow and makes too many HTTP connections

2021-12-10 Thread Ian Kumlien
time openstack server list real0m20.751s user0m4.244s sys 0m0.248s --- time openstack server list --name-lookup-one-by-one real0m2.710s user0m1.648s sys 0m0.177s --- I'm also wondering why you don't get shared (according to project), public and owned (again project)

[Bug 1726955] Re: openstack server list is very slow and makes too many HTTP connections

2021-12-09 Thread Ian Kumlien
openstack --debug server list --long >server-log-debug 2>&1 grep curl server-log-debug |wc -l 45 grep curl server-log-debug |grep "images?marker=" |wc -l 40 So we actually have to list all images, in multiple requests for some reason? Isn't this highly inefficient? -- You received this bug

[Bug 1712808] Re: udev interface fails in privileged containers

2021-12-03 Thread Ian Johnson
@Marco, can you reproduce that behavior without creating the directory? I.e. just start a new instance and then run `snap install hello` twice and see if it works? AFAIK, that has always been the workaround of choice is just running it twice initially for some reason... -- You received this bug

[Bug 1759040] Re: Package spotify-client isn't available

2021-12-03 Thread Ian
It's still happening in Ubuntu MATE 20.04.3, Software Boutique 21.10.0 The problem seems to be that it fails to set up the Spotify GPG key, via.. curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add - or similar. Before then, the problem is shown by..

[Bug 1953171] [NEW] package linux-image-5.13.0-1011-raspi 5.13.0-1011.13 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2021-12-03 Thread Ian Johnson
Public bug reported: While upgrading my Raspberry Pi 3 running 21.04 to 21.10, the upgrade failed ProblemType: Package DistroRelease: Ubuntu 21.10 Package: linux-image-5.13.0-1011-raspi 5.13.0-1011.13 ProcVersionSignature: Ubuntu 5.11.0-1023.25-raspi 5.11.22 Uname: Linux 5.11.0-1023-raspi

[Bug 1952084] Re: snapd.seeded.service never finishes on s390x when privileged or nested

2021-11-30 Thread Ian Johnson
So snapd doesn't support running inside privileged containers, so any setup requiring snapd to do things in privileged containers is an unsupported setup. We have historically supported nesting however recently numerous things changed there, 1) there was a lxd regression which broke nested

[Bug 1949115] Re: default install of focal allows privilege escalation via lxd group

2021-11-23 Thread Ian Johnson
I filed it as a private bug because I wasn't sure how widely known it was that this was exploitable, but sure if the security team thinks this is a well-known issue that is good enough for me ** Information type changed from Private Security to Public Security -- You received this bug

[Bug 1949532] Re: ubuntu_ltp_controllers tests failing on Impish

2021-11-22 Thread Ian May
** Tags added: aws azures sru-20211108 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949532 Title: ubuntu_ltp_controllers tests failing on Impish To manage notifications about this bug go to:

[Bug 1949532] Re: ubuntu_ltp_controllers tests failing on Impish

2021-11-22 Thread Ian May
Found on impish/linux-azure: 5.13.0-1008.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949532 Title: ubuntu_ltp_controllers tests failing on Impish To manage notifications about this bug go to:

[Bug 1949532] Re: ubuntu_ltp_controllers tests failing on Impish

2021-11-22 Thread Ian May
Found on impish/linux-aws: 5.13.0-1007.8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949532 Title: ubuntu_ltp_controllers tests failing on Impish To manage notifications about this bug go to:

[Bug 1950584] Re: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-11-22 Thread Colin Ian King
Thanks! :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline To manage notifications about this bug go to:

[Bug 1951152] Re: Direct I/O with the hdd stressor with random I/O and non power of 2 stressors causes errno -22 EINVAL write errors

2021-11-20 Thread Colin Ian King
Verified on stress-ng 0.11.07-1ubuntu2 ** Tags removed: verification-needed-focal ** Tags added: verification-fixed-focal ** Tags removed: verification-fixed-focal verification-fixed-hirsute ** Tags added: verification-done-focal verification-done-hirsute -- You received this bug notification

[Bug 1951152] Re: Direct I/O with the hdd stressor with random I/O and non power of 2 stressors causes errno -22 EINVAL write errors

2021-11-20 Thread Colin Ian King
Verified on stress-ng 0.09-25-1ubuntu9 ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951152 Title: Direct I/O

[Bug 1951152] Re: Direct I/O with the hdd stressor with random I/O and non power of 2 stressors causes errno -22 EINVAL write errors

2021-11-20 Thread Colin Ian King
Verified on stress-ng 0.12.06-1ubuntu2 for hirsute ** Tags removed: verification-needed-hirsute ** Tags added: verification-fixed-hirsute ** Changed in: stress-ng (Ubuntu Impish) Importance: Undecided => Medium ** Changed in: stress-ng (Ubuntu Hirsute) Importance: Undecided => Medium **

[Bug 1951152] Re: Direct I/O with the hdd stressor with random I/O and non power of 2 stressors causes errno -22 EINVAL write errors

2021-11-20 Thread Colin Ian King
Verified on stress-ng 0.13.04-1ubuntu1 for impish ** Changed in: stress-ng (Ubuntu Impish) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: stress-ng (Ubuntu Hirsute) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: stress-ng (Ubuntu

[Bug 1946686] Re: Fix zfs_get_data access to files with wrong generation causing panics

2021-11-20 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu Focal) Assignee: Colin Ian King (colin-king) => (unassigned) ** Changed in: zfs-linux (Ubuntu Focal) Assignee: (unassigned) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1026201] Re: Please port openconnect 3.15-0ubuntu2 from 12.04 to 10.04

2021-11-16 Thread Ian Johnston
Thanks for the prompt response. -- You received this bug notification because you are a member of Ubuntu Backporters, which is subscribed to Lucid Backports. https://bugs.launchpad.net/bugs/1026201 Title: Please port openconnect 3.15-0ubuntu2 from 12.04 to 10.04 To manage notifications about

[Bug 1951152] Re: Direct I/O with the hdd stressor with random I/O and non power of 2 stressors causes errno -22 EINVAL write errors

2021-11-16 Thread Colin Ian King
** Also affects: stress-ng (Ubuntu) Importance: Undecided Status: New ** No longer affects: stress-ng ** Changed in: stress-ng (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: stress-ng (Ubuntu) Importance: Undecided => Medium ** C

[Bug 1950584] Re: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-11-11 Thread Colin Ian King
Thanks for picking this up, 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/1950584 Title: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline To manage

[Bug 1950584] acpidump.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540008/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] WifiSyslog.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540007/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] UdevDb.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540006/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] RfKill.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540005/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] ProcModules.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540003/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] PulseList.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540004/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] ProcInterrupts.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540002/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1950584] ProcEnviron.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5540001/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] ProcCpuinfo.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/553/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] ProcCpuinfoMinimal.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/554/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1950584] PaInfo.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "PaInfo.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539998/+files/PaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] Lsusb-v.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539997/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] Lsusb.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539995/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] Lsusb-t.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539996/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] Lspci-vt.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539994/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] Lspci.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539993/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] IwConfig.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539992/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584

[Bug 1950584] CurrentDmesg.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539991/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1950584] CRDA.txt

2021-11-11 Thread Colin Ian King
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1950584/+attachment/5539990/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950584 Title:

[Bug 1950584] Re: cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-11-11 Thread Colin Ian King
apport information ** Tags added: apport-collected jammy ** Description changed: "Commit a365ab6b9dfb ("cpufreq: intel_pstate: Implement the ->adjust_perf() callback") caused intel_pstate to use nonzero HWP desired values in certain usage scenarios, but it did not prevent them from

[Bug 1950584] [NEW] cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline

2021-11-11 Thread Colin Ian King
Public bug reported: "Commit a365ab6b9dfb ("cpufreq: intel_pstate: Implement the ->adjust_perf() callback") caused intel_pstate to use nonzero HWP desired values in certain usage scenarios, but it did not prevent them from being leaked into the confugirations in which HWP desired is expected

[USN-5138-1] python-py vulnerability

2021-11-10 Thread Ian Constantin
== Ubuntu Security Notice USN-5138-1 November 10, 2021 python-py vulnerability == A security issue affects these releases of Ubuntu and its

[Bug 1949089] Re: systemd randomly fails to activate mount units in Ubuntu Core 18

2021-11-03 Thread Ian Johnson
@slyon could you make available the core18 snap you built with this systemd ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949089 Title: systemd randomly fails to activate mount units in Ubuntu

[Bug 1948995] Re: Allow reverting to older revisions of a snap

2021-10-28 Thread Ian Johnson
You can set the number of revisions to keep with `snap set system refresh.retain=`. The choice for Server is probably unfortunately a victim of inheriting the default choice for Ubuntu Desktop, which is 2. We originally had 3 for Desktop too (which is also still the default on Ubuntu Core), but

[Bug 1948995] Re: Allow reverting to older revisions of a snap

2021-10-28 Thread Ian Johnson
Hi @axino, unfortunately I'm not aware of all the details of your system, but if you do not have the desired snap revision available on your system, then I can't advise on how you could get access to a revision which works for your system. You could try reaching out to the publisher to see if they

[Bug 1948995] Re: Allow reverting to older revisions of a snap

2021-10-27 Thread Ian Johnson
It is by design that you cannot revert to a snap that you do not already have installed on a system. You can try using `snap list ruby --all` to get all currently installed revisions on your system (but note that only one revision can be "active" at a time), the revisions listed by this command

[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-27 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) ** Changed in: zfs-linux (Ubuntu Impish) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1938908] Re: Backport the container stack in Impish

2021-10-25 Thread Ian May
, Ian -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938908 Title: Backport the container stack in Impish To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source

[Bug 1948361] Re: docker.io - error adding seccomp filter rule for syscall clone3

2021-10-25 Thread Ian May
** Description changed: Encountered the following error using the docker.io package in focal- proposed running the autotest-client- test/ubuntu_performance_deep_learning test. "docker: Error response from daemon: failed to create shim: OCI runtime create failed:

[Bug 1945590] Re: Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled

2021-10-23 Thread Ian Lee
I am running on a ThinkPad E15 Gen2(R5 4500U). Similarly getting this error message when booting Ubuntu 21.10 from ventoy with nomodeset option. I am currently running PopOS 21.04 with kernel 5.13.0-7614-generic and I am not seeing the error for this kernel version. I am not not knowledgeable

[Bug 1948361] [NEW] docker.io - error adding seccomp filter rule for syscall clone3

2021-10-21 Thread Ian May
Public bug reported: Encountered the following error using the docker.io package in focal- proposed running the autotest-client- test/ubuntu_performance_deep_learning test. "docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting

[Bug 1946149] Re: Bionic/linux-aws Boot failure downgrading from Bionic/linux-aws-5.4 on r5.metal

2021-10-14 Thread Ian May
As I was bisecting the commits, I was attempting to take advantage of parallelism. While my test kernel was building I would deploy a clean AWS r5.metal instance. I started seeing test kernels boot that I wouldn't expect to boot. So I decided as a sanity test, I would deploy an r5.metal

[Bug 1947203] Re: Snap applications cannot start

2021-10-14 Thread Ian Johnson
Can you provide the output of running the following command: journalctl --no-pager --no-hostname -b0 | grep audit Thanks ** Changed in: snapd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1946149] Re: Bionic/linux-aws Boot failure downgrading from Bionic/linux-aws-5.4 on r5.metal

2021-10-14 Thread Ian May
Hi Mauricio, Thanks for getting this info. This is very helpful! I see a few potential patches between 4.15.0-159.167 and 4.15.0-160.168 that could be related to the hang. This will help greatly with the bisect. Ian -- You received this bug notification because you are a member of Ubuntu

[Bug 1830585] Re: cpuset_memory_spread from controllers test suite in LTP failed (hog the memory on the unexpected node)

2021-10-13 Thread Ian May
Found on bionic/linux-oracle-5.4: 5.4.0-1056.60~18.04.1 - BM.Standard2.52 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830585 Title: cpuset_memory_spread from controllers test suite in LTP failed

[Bug 1876687] Re: function traceon/off triggers in ftace from ubuntu_kernel_selftests failed on B/F

2021-10-13 Thread Ian May
Found on bionic/linux-gcp-fips: 4.15.0-2020.22 - n1-highcpu-4 ** Tags added: gcp sru-20210927 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876687 Title: function traceon/off triggers in ftace

[Bug 1946808] Re: zfs fails reverting to a previous snapshot on reboot when selected on grub

2021-10-13 Thread Colin Ian King
l setup issue you > may have when doing the merges? > > ** Package changed: zsys (Ubuntu) => zfs-linux (Ubuntu) > > ** Changed in: zfs-linux (Ubuntu) > Assignee: (unassigned) => Colin Ian King (colin-king) > > ** Summary changed: > > - zsys fail during

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-10-12 Thread Colin Ian King
I've retriggered the -proposed build, it should be available in the next 24 hours -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939177 Title: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive

[Bug 1946686] Re: Fix zfs_get_data access to files with wrong generation causing panics

2021-10-12 Thread Colin Ian King
://archive.ubuntu.com/ubuntu focal/main amd64 Packages Of note is this issue where the bug is reported against the Ubuntu 0.8.3 packages: https://github.com/openzfs/zfs/issues/10642 ** Changed in: zfs-linux (Ubuntu Impish) Assignee: (unassigned) => Colin Ian King (colin-king) ** Chan

[Bug 1946686] Re: Fix zfs_get_data access to files with wrong generation causing panics

2021-10-12 Thread Colin Ian King
=> In Progress ** Changed in: zfs-linux (Ubuntu Focal) Status: New => In Progress ** Changed in: zfs-linux (Ubuntu Focal) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: zfs-linux (Ubuntu Hirsute) Assignee: (unassigned) => Colin Ian King (colin-king)

[Bug 1938048] Re: 5.13 RT kernel hangs on SMP shutdown

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Krzysztof Kozlowski (krzk) ** Changed in: linux (Ubuntu) Status: In Progress => Triaged ** Changed in: linux (Ubuntu) Importance: High => Medium -- You received this bug notification because you are

[Bug 1938918] Re: 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Krzysztof Kozlowski (krzk) ** Changed in: linux (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1786575] Re: Dell XPS 15 9570 - Thermal Shutdown Event & Annoying Full-Speed Fan Spin Up

2021-10-08 Thread Colin Ian King
** Changed in: thermald (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/1786575 Title: Dell XPS 15 9570 - Thermal Shutdown Event & Annoying Full-Speed

[Bug 1803881] Re: thermal thermal_zone4: failed to read out thermal zone (-61)

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803881 Title: ther

[Bug 1822118] Re: Kernel Panic while rebooting cloud instance

2021-10-08 Thread Colin Ian King
** Changed in: linux-azure (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822118 Title: Kernel Panic while rebooting cl

[Bug 1851749] Re: Frequently getting thermal warnings and cpu throttling messages in syslog

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851749 Title: Frequently gett

[Bug 1861235] Re: zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

2021-10-08 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861235 Title: zfs recv PA

[Bug 1901266] Re: system sluggish, thermal keep frequency at 400MHz

2021-10-08 Thread Colin Ian King
** Changed in: thermald (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901266 Title: system slugg

[Bug 1477171] Re: Enable intel_pstate by default on Trusty EC2 AMIs

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477171 Title: Enable intel_pstate by default on Trusty

[Bug 1937773] Re: WARNING: CPU: 0 PID: 1 at kernel/softirq.c:173 __local_bh_disable_ip+0xce/0xe0

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu Impish) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) ** Changed in: linux (Ubuntu Impish) Status: In Progress => Incomplete ** Changed in: linux (Ubuntu Impish) Assignee: Ubuntu Kernel Team (ubuntu-kerne

[Bug 1940485] Re: thermald often limits CPU frequency while on AC

2021-10-08 Thread Colin Ian King
Any update on this Chris? ** Changed in: thermald (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940

[Bug 1763144] Re: Significantly lower power and thermal limits on ThinkPad T480s (and probably others) than on Windows

2021-10-08 Thread Colin Ian King
Hi, I updated this bug a couple of months ago to see if recent backport fixes addressed the issue. If this has helped, please add your notes to the bug report so we can close the issue. ** Changed in: thermald (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubu

[Bug 1876856] Re: xenial: soft lockup in check_unsafe_exec()

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876856 Title: xenial: soft lockup in check_unsafe_e

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

2021-10-08 Thread Colin Ian King
Marking this as Won't Fix as this bug has not been updated for a year. ** Changed in: linux (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a

[Bug 1881810] Re: ZFS import cause panic

2021-10-08 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881810 Title: ZFS import cause pa

[Bug 1769236] Re: CPU frequency stuck at minimum value

2021-10-08 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) ** Changed in: thermald (Ubuntu) Assignee: Colin Ian King (colin-king) => Ubuntu Kernel Team (ubuntu-kernel-team) -- You received this bug notification becau

[Bug 1944004] Re: snapd.seeded.service never finishes on non-amd64

2021-10-08 Thread Ian Johnson
** Changed in: snapd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944004 Title: snapd.seeded.service never finishes on non-amd64 To manage

[Bug 1946149] Re: Bionic/linux-aws Boot failure downgrading from Bionic/linux-aws-5.4 on r5.metal

2021-10-08 Thread Ian May
Mauricio, Interesting update, I agree that we need more info as to what the state is when the instance won't boot switching to the new 4.15 kernel. I'll check with my team in the morning and see if we can get additional info from AWS I was trying a few more scenarios this evening the first

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-10-07 Thread Ian Johnson
Dan, note that although we set the SNAP_REEXEC environment variable in that integration test, that environment variable is actually not obeyed when it comes to the mksquashfs command which is called here:

[Bug 1946149] Re: Bionic/linux-aws Boot failure downgrading from Bionic/linux-aws-5.4 on r5.metal

2021-10-07 Thread Ian May
Just want to add an update. I haven't been able to replicate successfully booting 4.15.0-1113-aws from 5.4.0-1058-aws, so I'm questioning whether I made a mistake the time I thought it was successful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1944004] Re: snapd.seeded.service never finishes on non-amd64

2021-10-07 Thread Ian Johnson
-proposed and try to get that released to impish proper which will fix the issue. If we can do it in time for the release even better. ** Changed in: snapd (Ubuntu) Status: Fix Released => In Progress ** Changed in: snapd (Ubuntu) Assignee: (unassigned) => Ian Johnson (anonym

[Bug 1946149] Re: Bionic/linux-aws Boot failure downgrading from Bionic/linux-aws-5.4 on r5.metal

2021-10-07 Thread Ian May
Thanks for the in-depth update Mauricio! Is there any investigation you'd like me to specifically target? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946149 Title: Bionic/linux-aws Boot failure

[Bug 1838575] Re: passthrough devices cause >17min boot delay

2021-10-07 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838575 Title: passthrough devices cause >17min boot

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-10-07 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => (unassigned) ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed 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

2021-10-07 Thread Colin Ian King
** 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/1888202 Title: package zfsutils-linux 0.8.3-1ubuntu12.1 failed to

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

2021-10-07 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889110 Title: zfs pool locks and see &q

[Bug 1791143] Re: Suggestion to make zfsutils-linux a snap

2021-10-07 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791143 Title: Suggestion to make zfsut

[Bug 1881748] Re: Slow ZFS Diff with very large datasets

2021-10-07 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Assignee: Colin Ian King (colin-king) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881748 Title: Slow ZFS Diff with very la

[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

2021-10-07 Thread Colin Ian King
This bug report required some extra information that has not been supplied for nearly a year. I am marking this as Won't Fix. If this is still and issue please reopen the issue. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification

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