[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-04-30 Thread Matthew Ruffell
Hi Bernard, Can you have a look at your /var/log/kern.log and /var/log/syslog files, and look for what is known as a kernel oops? It looks like some of the examples in this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060919 Would you be able to copy and paste any you find into a t

[Bug 2060919] Re: cifs: Copying file to same directory results in page fault

2024-04-30 Thread Matthew Ruffell
Hi everyone, Thank you for testing, and its great to hear that it fixes the issue. The Jammy HWE kernel is still queued up to be built, it should be built over the next few days. You can keep an eye on it at https://kernel.ubuntu.com/reports/kernel-stable-board/ Regardless, we should be on track

[Bug 1972011] Re: cheese camara app Vertical Lines

2022-05-07 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1967843 *** https://bugs.launchpad.net/bugs/1967843 ** This bug has been marked a duplicate of bug 1967843 cheese display corrupted under Ubuntu 22.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1972747] Re: Speakup modules missing from kernel after upgrad to Ubuntu Jammy/22.04

2022-05-10 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1967702 *** https://bugs.launchpad.net/bugs/1967702 Hi John. We are looking to get this fixed with 5.15.0-30-generic, currently in -proposed. Should have a release to -updates very soon now. ** This bug has been marked a duplicate of bug 1967702 Enable sp

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
The fix has now been merged upstream with: commit a2303d269610a6e7415c5045766da605eaa7e30f From: Matthew Ruffell Date: Wed, 20 Apr 2022 15:59:25 +1200 Subject: Swapon with maximum priority before hibernation Link: https://github.com/aws/amazon-ec2-hibinit-agent/commit

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
** Also affects: ec2-hibinit-agent (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: ec2-hibinit-agent (Ubuntu Kinetic) Importance: Medium Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Changed in: ec2-hibinit-agent (Ubuntu Bionic

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
Attached is a V2 patch for Kinetic. ** Patch added: "debdiff for ec2-hibinit-agent for kinetic" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5588354/+files/lp1968805_kinetic_v2.debdiff -- You received this bug notification because you are a member of U

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
Attached is a V2 patch for Jammy ** Patch added: "debdiff for ec2-hibinit-agent for jammy" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5588355/+files/lp1968805_jammy_v2.debdiff -- You received this bug notification because you are a member of Ubuntu B

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
Attached is a V2 patch for Impish. ** Patch added: "debdiff for ec2-hibinit-agent for impish" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5588356/+files/lp1968805_impish_v2.debdiff -- You received this bug notification because you are a member of Ubun

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
Attached is a V2 patch for Focal. ** Patch added: "debdiff for ec2-hibinit-agent for focal" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5588357/+files/lp1968805_focal_v2.debdiff -- You received this bug notification because you are a member of Ubuntu

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-05-10 Thread Matthew Ruffell
** Patch added: "debdiff for ec2-hibinit-agent for bionic" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5588358/+files/lp1968805_bionic_v2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1971699] Re: disable Intel DMA remapping by default

2022-05-11 Thread Matthew Ruffell
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971699 Title: disable Intel DMA remapping by default To manage notifications about this bug go to: https://bugs.launchpad.net/ubunt

[Bug 1971699] Re: disable Intel DMA remapping by default

2022-05-11 Thread Matthew Ruffell
A user has ran into a storage performance issue, and it has been traced back to CONFIG_INTEL_IOMMU_DEFAULT_ON being enabled. They have a Dell XtremIO FC storage server, running VMWare ESXi 7.0U3, with 4x pvscsi controllers (2 LUNs per controller), running a single large LV with 8-way 1MB stripe.

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-05-15 Thread Matthew Ruffell
Performing verification for Jammy. Starting with the broken 3.0.27-2build2 in -release, running gst-launch-1.0 videotestsrc ! jpegenc ! jpegdec ! clutterautovideosink shows a grey picture with vertical bars. Opening cheese, we see the same vertical bars, poor video performance and purple lines.

[Bug 1973434] Re: massive performance issues since 22.04 upgrade

2022-05-15 Thread Matthew Ruffell
Hi Henning, Just a thought, could you try booting with IOMMU disabled? Edit /etc/default/grub, and append "intel_iommu=off" to GRUB_CMDLINE_LINUX_DEFAULT. Then save, and run "sudo update-grub" and reboot. Between 21.10 and 22.04 we enabled CONFIG_INTEL_IOMMU_DEFAULT_ON=y, and it has caused all s

[Bug 1973434] Re: massive performance issues since 22.04 upgrade

2022-05-16 Thread Matthew Ruffell
Hi Henning, That is great news that "intel_iommu=off" on the kernel command line did the trick. You can follow this bug to get updates on when we will be disabling IOMMU by default in the 5.15 kernel. It should be soon, the patches are already submitted, and reviewed by the kernel team. The next

[Bug 1971699] Re: disable Intel DMA remapping by default

2022-05-16 Thread Matthew Ruffell
A user has reported extensive performance issues with a Lenovo Thinkpad X1 Extreme Gen 2 laptop computer, in bug 1973434. The user reports video playback hangs, browser hangs and virtual machines hanging. Their dmesg indicates the system has 2x IOMMUs and there are 25 groups being configured. They

[Bug 1965067] [NEW] [42beta] gnome-disks does not respect gtk theme

2022-03-15 Thread Matthew Ruffell
Public bug reported: gnome-disks does not apply the Yaru theme, when all other GNOME applications respect the default theme. See attached screenshot. gnome-disks 42~rc-1ubuntu1 gnome-shell 42~beta-1ubuntu2 yaru-theme-gtk 22.04.1 ** Affects: gnome-disk-utility (Ubuntu) Importance: Undecided

[Bug 1965067] Re: [42beta] gnome-disks does not respect gtk theme

2022-03-15 Thread Matthew Ruffell
gnome-disks is using adwaita instead of Yaru. ** Attachment added: "Screenshot of incorrect theme" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1965067/+attachment/5569412/+files/Screenshot%20from%202022-03-16%2015-08-41.png ** Also affects: gnome-disk-utility (Ubuntu Jam

[Bug 1965067] Re: [42beta] gnome-disks does not respect gtk theme

2022-03-15 Thread Matthew Ruffell
Actually, Nautilus has started doing it now as well. gedit still uses yaru. calculator uses yaru. calendar uses adwaita. Maybe my system is cursed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965067

[Bug 1964545] Re: 42beta: moving mouse as screen is fading to screensaver prevents input to shell

2022-03-15 Thread Matthew Ruffell
I use the wayland session. I have recorded a short screencast of reproducing the issue. I went gnome settings > power > screen blank > 1 minute to speed it up. The screencast has journalctl -f running, and there is no output. Interestingly, after enough clicks it seemed to start working again. Sc

[Bug 1965067] Re: [42beta] gnome-disks does not respect gtk theme

2022-03-16 Thread Matthew Ruffell
Hi Sebastien, Thankyou for your suggestion about libhandy-1. I had 1.5.91-2 installed. I downgraded to 1.5.91-1 and my issue vanished, nautilus, gnome-disks and calendar are back to dark theme now. On 1.5.91-2, toggling back and forth between light and dark did not do anything. Tagging regressio

[Bug 1965067] Re: [42beta] (some) GNOME applications use light theme when dark is set in gnome-control-center

2022-03-16 Thread Matthew Ruffell
** Summary changed: - [42beta] gnome-disks does not respect gtk theme + [42beta] (some) GNOME applications use light theme when dark is set in gnome-control-center -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1964880] Re: software-properties-gtk crashed with AttributeError in packages_for_modalias(): 'Cache' object has no attribute 'packages'

2022-03-22 Thread Matthew Ruffell
I installed software-properties 0.99.20 from -proposed, and opened software-properties-gtk, and clicked the "Additional Drivers" tab. The tab loaded correctly and did not crash. The package in -proposed fixes the issue, happy to mark verified. -- You received this bug notification because you ar

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-03-22 Thread Matthew Ruffell
** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1956519 Title: amd_sfh: Null pointer dereference on early device init

[Bug 1965067] Re: [42beta] (some) GNOME applications use light theme when dark is set in gnome-control-center

2022-03-22 Thread Matthew Ruffell
I have installed gsettings-desktop-schemas 42~rc-1ubuntu3 from the release pocket, and the dark theme migration took place. All of my applications are now consistently dark themed again, including gnome- disks, nautilus, calculator and calendar. When swapping from light to dark, the change is alway

[Bug 1964545] Re: 42beta: moving mouse as screen is fading to screensaver prevents input to shell

2022-03-22 Thread Matthew Ruffell
Hi Daniel, I built "clutter: Mark clutter_stage_grab() return value as transfer full" from https://gitlab.gnome.org/GNOME/mutter/-/issues/2189 into mutter 42~beta-1ubuntu2 in a ppa and installed it. I rebooted, and changed back to 1 minute fade time, and reproduced the issue, so that particular i

[Bug 1964545] Re: 42beta: moving mouse as screen is fading to screensaver prevents input to shell

2022-03-28 Thread Matthew Ruffell
Hi Daniel, I installed gnome-shell 42.0-1ubuntu1 from -proposed, along with mutter and others this morning and rebooted. I am no longer able to reproduce this issue, I can move the mouse as the screen is fading, and I can click things and enter text as normal. I will close the bug in a couple of

[Bug 1921494] Re: ldap_install_tls occasionally fails due to watchdog timeout when using ad_use_ldaps with tls

2021-10-19 Thread Matthew Ruffell
Hi Rex, Snakekick, Thanks for testing that previous test package, it was actually very interesting to hear that it didn't work, and it came as a real surprise. I have been working with Sergio on reproducing this locally, and as you can see, we haven't been able to reproduce just yet. Along with

[Bug 1921494] Re: ldap_install_tls occasionally fails due to watchdog timeout when using ad_use_ldaps with tls

2021-10-20 Thread Matthew Ruffell
Hi Snakekick, Sergio and I have continued to attempt to reproduce, and we have modeled our config based on yours, and we think we see the issue. ldapsearch works, but sssd does not. If we comment out the line below in the sssd config, then sssd starts working. ldap_tls_cipher_suite = ECDHE-RSA-A

[Bug 1837833] Re: EBS Volumes get stuck detaching from AWS instances

2021-08-30 Thread Matthew Ruffell
Hi test0830, This particular issue was fixed by AWS on their backend, it wasn't an issue with Ubuntu at all. If you are having similar issues, you should open a new bug or a support ticket on AWS. Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Matthew Ruffell
Performing verification for Focal. I installed php7.4 and php7.4-mysql from -updates, version 7.4.3-4ubuntu2.5. I also installed mysql and set up the database table and inserted data into it. $ sudo apt-cache policy php7.4 | grep Installed Installed: 7.4.3-4ubuntu2.5 $ cat testcase.php prepa

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Matthew Ruffell
Performing verification for Bionic. I installed php7.2 and php7.2-mysql from -updates, version 7.4.3-4ubuntu2.5. I also installed mysql and set up the database table and inserted data into it. $ sudo apt-cache policy php7.2 | grep Installed Installed: 7.2.24-0ubuntu0.18.04.8 $ cat testcase.ph

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-09-08 Thread Matthew Ruffell
I took a look at the autopkgtest regression for php-luasandbox on arm64. https://autopkgtest.ubuntu.com/results/autopkgtest- focal/focal/arm64/p/php-luasandbox/20210908_213035_50d50@/log.gz We fail on: FAIL profiler sorting [tests/profiler-sorting.phpt] I started a t4.medium arm64 instance on A

[Bug 1956849] Re: Almost all USB ports suddenly stopped working; unbootable

2022-01-12 Thread Matthew Ruffell
Hi @dgatwood, @ja, The test kernels have finished building and are ready for you to try. Like I said before, they are 5.11.0-44-generic for Focal HWE and Hirsute, and 5.13.0-23-generic for Impish, with just the one commit reverted: commit 5caa90d5fedfcdf57a42c272896cfd0ef6b5c667 commit-upstr

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-01-12 Thread Matthew Ruffell
** Summary changed: - kernel panic after upgrading to kernel 5.13.0-23 + amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot ** Description changed: - After upgrading my son's Asus PN50 with Ubuntu 21.10 to the latest - kernel 5.13.0-23, I am no longer ab

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-01-12 Thread Matthew Ruffell
Hi Vadik, Thanks for running that test kernel, and its great to hear that it fixes your issue. I have written up a proper SRU template for the bug, and I tidied up the patches and submitted them for SRU to the Ubuntu Kernel team mailing list: https://lists.ubuntu.com/archives/kernel-team/2022-Ja

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-01-13 Thread Matthew Ruffell
Hi Vadik, Oliver, Iestyn, The kernel team has reviewed the patches, and we have two acks from Senior kernel team members: https://lists.ubuntu.com/archives/kernel-team/2022-January/127108.html https://lists.ubuntu.com/archives/kernel-team/2022-January/127111.html The patch has now been applied t

[Bug 1958318] Re: Desktop hangs - Status reg 3.

2022-01-19 Thread Matthew Ruffell
Hi Rob, The kernel team enabled Intel IOMMU by default for the 5.15 kernel, since upstream has now turned it on by default. This happened in: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1951440 We are aware that it will cause boot issues for older hardware that has buggy firmware, and w

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-01-23 Thread Matthew Ruffell
Hi Stefan, Yes, this will be brought to Focal's HWE kernel, and will be released at the same time the Impish kernel is released, looking to be the end of the month going by https://kernel.ubuntu.com/ Vadik, Iestyn, thank you very much for verifying the Impish kernel in -proposed. Thanks, Matthew

[Bug 1959541] [NEW] pull-lp-source crashed with AttributeError in __new__(): module 'collections' has no attribute 'Callable'

2022-01-30 Thread Matthew Ruffell
Public bug reported: Attempting to fetch a source package hits the below Traceback: $ pull-lp-source systemd bionic Traceback (most recent call last): File "/usr/bin/pull-lp-source", line 11, in PullPkg.main(distro='ubuntu', pull='source') File "/usr/lib/python3/dist-packages/ubuntutools

[Bug 1954724] Re: Removing unattended-upgrades removes ubuntu-server-minimal

2022-01-30 Thread Matthew Ruffell
This has been fixed as of ubuntu-meta 1.474 https://launchpad.net/ubuntu/+source/ubuntu-meta/1.474 $ sudo apt rdepends unattended-upgrades unattended-upgrades Reverse Depends: Recommends: python3-software-properties Recommends: ubuntu-mate-desktop Recommends: ubuntu-mate-core Depends: free

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
** Also affects: libvirt (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu Focal) Importance: Undecided => Critical ** Changed in: libvirt (Ubuntu Focal) Status: New => In Progress -- You received this bug notification because you are a member o

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
Okay, this is what appears to have happened. During the backport of: commit 5b1c525b1f3608156884aed0dc5e925306c1e260 Author: Dmytro Linkin Date: Thu Jan 21 14:15:22 2021 +0200 Subject: util: Add phys_port_name support on virPCIGetNetName Link: https://github.com/libvirt/libvirt/commit/5b1c525

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
** Changed in: libvirt (Ubuntu Focal) Assignee: (unassigned) => Matthew Ruffell (mruffell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943481 Title: libvirtd crashes when creating netw

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
Okay, after reviewing the various patches and backports, Frode's backport was correct, it was just missing the "firstEntryName = NULL;" line. Attached is a debdiff with the "firstEntryName = NULL;" line restored. Only Focal is affected, Hirsute and Impish are working correctly. I have a test pack

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
Test packages are now available in: https://launchpad.net/~mruffell/+archive/ubuntu/lp1943481-test Please note these test packages are NOT SUPPORTED by Canonical, and are for TEST PURPOSES ONLY. ONLY install in a dedicated test environment. Instructions to Install (on a Focal system): 1) sudo ad

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
Hi Paul, Thank you very much for testing, we appreciate it. I'll make sure we get this fix fast-tracked, and try get a new libvirt build into -proposed in a couple hours, and try go for a release to -updates in the next day or so. Thanks, Matthew -- You received this bug notification because y

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
** Description changed: - The latest libvirtd (6.0.0-0ubuntu8.13) crashes when trying to bring up - network pools with the stacktrace below. I tracked down the problem to - the newly added patch (lp-1892132-Add-phys_port_name-support-on- - virPCIGetNetName.patch). Assigning *netname = firstEntry

[Bug 1943481] Re: libvirtd crashes when creating network interface pools in 6.0.0-0ubuntu8.13

2021-09-13 Thread Matthew Ruffell
Hi Paul, Could you please install the libvirt packages in -proposed and verify that it fixes the problem? Instructions to Install (on a Focal system): 1) cat << EOF | sudo tee /etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubun

[Bug 1944403] [NEW] FIPS cannot be enabled on non usrmerged 20.04 systems

2021-09-20 Thread Matthew Ruffell
Public bug reported: [Impact] On systems upgraded from Bionic to Focal, enabling FIPS via the ua tool will fail, due to the following error: Setting up ubuntu-fips (1.2.1) ... update-initramfs: Generating /boot/initrd.img-5.4.0-84-generic Failed to copy HMAC file "/usr/lib/x86_64-linux-gnu/.libg

[Bug 1944657] Re: CD-ROM tray opens on boot up linux mint 20.2 version 5.0.5

2021-09-23 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 ** This bug has been marked a duplicate of bug 1942299 CD/DVD tray ejects on boot or waking from suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1943662] Re: on booting 18.04.6 ISO (RC QA-test) the CD/DVD tray ejects

2021-09-23 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 ** This bug has been marked a duplicate of bug 1942299 CD/DVD tray ejects on boot or waking from suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1943616] Re: CD-ROM tray opens on wake from suspend on Ubuntu 20.04 LTS Focal

2021-09-23 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 ** This bug has been marked a duplicate of bug 1942299 CD/DVD tray ejects on boot or waking from suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1943379] Re: CD tray ejected on hibernate resume

2021-09-23 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 ** This bug has been marked a duplicate of bug 1942299 CD/DVD tray ejects on boot or waking from suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1942299] Re: On booting (or wake from suspend) Ubuntu/Lubuntu impish daily - cd/dvd tray ejects

2021-09-23 Thread Matthew Ruffell
** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Impish) Importance: Undecided Status: Confirmed ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Hirsute)

[Bug 1944642] Re: Xenial (ESM) - 4.15.0-156 creates event storm when ejecting DVD-ROM media

2021-09-23 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 Hi Kenneth, Thank you for taking the time to report the issue. In the future, please feel free to file a case through the support portal if you find a issue that needs to be fixed urgently in ESM. In any c

[Bug 1942299] Re: CD/DVD tray ejects on boot or waking from suspend

2021-09-28 Thread Matthew Ruffell
Hi everyone, The kernels with the fix "scsi: sr: Return correct event when media event code is 3" were released to -updates yesterday. Could you please install the latest kernel update, and double check that it fixes the issue for you? List of new kernels: Bionic 4.15.0-155-generic Focal 5.4.0-8

[Bug 1942299] Re: CD/DVD tray ejects on boot or waking from suspend

2021-09-28 Thread Matthew Ruffell
Sorry, the list of fixed kernels should be: Bionic 4.15.0-159-generic Focal 5.4.0-87-generic Hirsute 5.11.0-37-generic Impish 5.13.0-16-generic ** Changed in: linux (Ubuntu Bionic) Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu Focal) Status: Fix Committed => Fi

[Bug 1944642] Re: Xenial (ESM) - 4.15.0-156 creates event storm when ejecting DVD-ROM media

2021-09-28 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1942299 *** https://bugs.launchpad.net/bugs/1942299 Hi Kenneth, The 4.15.0-159-generic kernel has now landed in Xenial ESM, and it contains the fix "scsi: sr: Return correct event when media event code is 3". If you could install that kernel and double chec

[Bug 1948862] Re: KVM emulation failure when booting into VM crash kernel with multiple CPUs

2021-11-10 Thread Matthew Ruffell
Performing verification for Bionic. I installed the current 4.15.0-162-generic kernel from -updates to a host in segmaas, and brought up my Bionic VM I installed for the reproducer. The Bionic VM has linux-crashdump configured, with nr_cpus configured to 8: ubuntu@bionic-vm:~$ kdump-config show D

[Bug 1953490] Re: keep grub 2.06 in proposed

2021-12-12 Thread Matthew Ruffell
Hi Julian, Derk, I have been testing grub2-2.06-2ubuntu2 in -proposed in KVM, on both BIOS and EFI VMs, and both appear to be broken. On BIOS, grub2 doesn't get installed automatically, so I have to manually run "grub-install /dev/vda". When I do, I reboot into grub 2.06, and upon selecting a ker

[Bug 1954566] Re: jammy-proposed grub-efi-amd64-signed 1.175+2.06 2ubuntu2fails to find or load kernel

2021-12-12 Thread Matthew Ruffell
Hi Julian, Derk, I have been testing grub2-2.06-2ubuntu2 in -proposed in KVM, on both BIOS and EFI VMs, and both appear to be broken. On BIOS, grub2 doesn't get installed automatically, so I have to manually run "grub-install /dev/vda". When I do, I reboot into grub 2.06, and upon selecting a ker

[Bug 1954724] [NEW] Removing unattended-upgrades removes ubuntu-server-minimal

2021-12-13 Thread Matthew Ruffell
Public bug reported: On Impish and later, removing unattended-upgrades also removes ubuntu- server-minimal due to ubuntu-server-minimal depending on unattended- upgrades $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED: ubuntu-server-minimal unattended-upgrades 0

[Bug 1954724] Re: Removing unattended-upgrades removes ubuntu-server-minimal

2021-12-13 Thread Matthew Ruffell
** Description changed: On Impish and later, removing unattended-upgrades also removes ubuntu- server-minimal due to ubuntu-server-minimal depending on unattended- upgrades $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED: - ubuntu-server-minimal un

[Bug 1954566] Re: jammy-proposed grub-efi-amd64-signed 1.175+2.06 2ubuntu2fails to find or load kernel

2021-12-13 Thread Matthew Ruffell
Hi Julian, I have tested grub 2.06-2ubuntu3 in both BIOS and EFI mode on VMs, and I can confirm that your patches have fixed both of the issues I was seeing. Thanks for the quick turnaround! I will keep testing these packages, but it all seems good under secureboot. Thanks, Matthew -- You rece

[Bug 1953490] Re: keep grub 2.06 in proposed

2021-12-13 Thread Matthew Ruffell
Hi Julian, I have tested grub 2.06-2ubuntu3 in both BIOS and EFI mode on VMs, and I can confirm that your patches have fixed both of the issues I was seeing. Thanks for the quick turnaround! I will keep testing these packages, but it all seems good under secureboot. Thanks, Matthew -- You rece

[Bug 1956849] Re: Almost all USB ports suddenly stopped working; unbootable

2022-01-09 Thread Matthew Ruffell
Hi @dgatwood, @Jazz. I took a look at the USB patches that landed between 5.11.0-41-generic and 5.11.0-44-generic in the Focal HWE tree: https://paste.ubuntu.com/p/mfJCw5XmBv/ One commit which I thought was interesting was: commit 5caa90d5fedfcdf57a42c272896cfd0ef6b5c667 commit-upstream: 5255660

[Bug 1956542] Re: usb devices connected via usb 3.*-Hub are not detected

2022-01-09 Thread Matthew Ruffell
Hi Thomas, Thanks for the report. I think your issue might be related to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956849 Can you please try 5.13.0-22-generic and let me know if it works there? Thanks, Matthew -- You received this bug notification because you are a member of Ubun

[Bug 1956867] Re: BUG: kernel NULL pointer dereference, address: 000000000000000c

2022-01-09 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1956519 *** https://bugs.launchpad.net/bugs/1956519 Hi Oliver, I believe you are seeing the same issue in: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956519 I'll take a look and put updates in that bug. Thanks for reporting! Matthew ** This b

[Bug 1956519] Re: kernel panic after upgrading to kernel 5.13.0-23

2022-01-09 Thread Matthew Ruffell
** Also affects: linux (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu Impish) Status: New => In Progress ** Changed in: linux (Ubuntu Impish) Importance: Undecided => Medium

[Bug 1956519] Re: kernel panic after upgrading to kernel 5.13.0-23

2022-01-09 Thread Matthew Ruffell
uilding, probably tomorrow. Thanks, Matthew ** Changed in: linux (Ubuntu Impish) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1956519] Re: kernel panic after upgrading to kernel 5.13.0-23

2022-01-11 Thread Matthew Ruffell
Hi Vadik, Oliver, Iestyn, The test kernel has just finished building, and is ready to test. It would be great if you could install it and let me know if it fixes the issue. The kernel is 5.13.0-23-generic, with the following commit added: commit 88a04049c08cd62e698bc1b1af2d09574b9e0aee Author: B

[Bug 1956849] Re: Almost all USB ports suddenly stopped working; unbootable

2022-01-11 Thread Matthew Ruffell
Hi @dgatwood, @ja, I think we should try a test kernel with the VIA chipset changes reverted, to see if it is the commit causing you issues. I have a couple of test kernels based on 5.11.0-44-generic for Focal HWE and Hirsute, and 5.13.0-23-generic for Impish currently building, and they have

[Bug 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-18 Thread Matthew Ruffell
Hi Tiago, The kernel team have reviewed the patch, and it has received 2x acks [1] and it has been applied [2] to the Jammy kernel git tree [3]. [1] https://lists.ubuntu.com/archives/kernel-team/2022-April/129208.html [2] https://lists.ubuntu.com/archives/kernel-team/2022-April/129498.html [3] h

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-04-19 Thread Matthew Ruffell
I opened a pull request upstream with the same patch: https://github.com/aws/amazon-ec2-hibinit-agent/pull/22 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968805 Title: Hibernation fails when an

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-04-20 Thread Matthew Ruffell
Attached is a debdiff of ec2-hibinit-agent for Bionic, since it needs it too. ** Patch added: "debdiff for ec2-hibinit-agent for bionic" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5581947/+files/lp1968805_bionic.debdiff -- You received this bug notif

[Bug 1968805] Re: Hibernation fails when an additional swapfile is added due to priority mismatch

2022-04-20 Thread Matthew Ruffell
** Tags added: sts-sponsor -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968805 Title: Hibernation fails when an additional swapfile is added due to priority mismatch To manage notifications abo

[Bug 1970202] Re: linux-generic kernels are missing nbd modules

2022-04-25 Thread Matthew Ruffell
Hi Thomas, nbd modules are shipped on all Ubuntu kernels, in the standard linux- modules package. I started a fresh Impish VM and it was there, and loadable: $ find /usr/lib/modules -name nbd.ko /usr/lib/modules/5.13.0-35-generic/kernel/drivers/block/nbd.ko $ grep -Rin "nbd" /boot/config-5.13.0

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-04-26 Thread Matthew Ruffell
Jan also added a testcase to the upstream bug, that calls clutter-gst directly and does not require cheese: $ gst-launch-1.0 videotestsrc ! jpegenc ! jpegdec ! clutterautovideosink Attached is a picture running the testcase with clutter-gst-3.0 3.0.27-2build2, showing distorted picture. ** Attac

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-04-26 Thread Matthew Ruffell
I built the patch Jan provided into a test package, available in the below ppa: https://launchpad.net/~mruffell/+archive/ubuntu/lp1967843-test When I install it, the testcase is fixed, shown in the attachment, and cheese works as normal. Jeremy, shall we submit the patch to Debian, and SRU to Ub

[Bug 1960377] Re: bluetooth stop working on Jammy kernel 5.15

2022-02-09 Thread Matthew Ruffell
Hi Wouter, Thanks for helping test Jammy. Looking at your lsusb, it seems you do have the affected 8087:0a2a bluetooth device. $ lsusb ... Bus 001 Device 007: ID 8087:0a2a Intel Corp. Bluetooth wireless interface ... The mailing list thread [1] mentions it is fixed by the following commit: com

[Bug 1946839] Re: Merge samba from Debian unstable for 22.04

2022-02-13 Thread Matthew Ruffell
Just a quick note to mention that Samba in Jammy is a lesser version than in focal-updates and impish-updates, which should probably be addressed before Jammy is released. samba | 2:4.13.14+dfsg-0ubuntu2 | jammy | source, amd64, arm64, armhf, ppc64el, riscv64, s390x samba | 2:

[Bug 1960863] [NEW] armv8 paca: poly1305 users see segfaults when pointer authentication in use on AWS Graviton 3 instances

2022-02-14 Thread Matthew Ruffell
. ** Affects: openssl (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: openssl (Ubuntu Focal) Importance: High Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Tags: focal sts ** Also affects: openssl (Ubuntu Focal) Importance

[Bug 1960863] Re: armv8 paca: poly1305 users see segfaults when pointer authentication in use on AWS Graviton 3 instances

2022-02-14 Thread Matthew Ruffell
Attached is a debdiff for openssl on Focal ** Patch added: "debdiff for openssl on Focal" https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1960863/+attachment/5560898/+files/lp1960863_focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1960863] Re: armv8 paca: poly1305 users see segfaults when pointer authentication in use on AWS Graviton 3 instances

2022-02-14 Thread Matthew Ruffell
** Tags added: sts-sponsor -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960863 Title: armv8 paca: poly1305 users see segfaults when pointer authentication in use on AWS Graviton 3 instances To

[Bug 1961542] [NEW] libsmartcols: Revert back to previous behaviour of non-shell parsable column output (lsblk -P)

2022-02-20 Thread Matthew Ruffell
870.html ubuntu-devel had strong support for option (3). Hence, we will revert the below commit to ensure Jammy can be deployed on all existing MAAS releases. 58b510e580 libsmartcols: sanitize variable names on export output ** Affects: util-linux (Ubuntu) Importance: High Assigne

[Bug 1961542] Re: libsmartcols: Revert back to previous behaviour of non-shell parsable column output (lsblk -P)

2022-02-20 Thread Matthew Ruffell
Attached is a debdiff for Jammy util-linux. ** Patch added: "debdiff for util-linux on Jammy" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1961542/+attachment/5562373/+files/lp1961542_jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1939853] [NEW] mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-12 Thread Matthew Ruffell
h of these commits landed in php 7.4.13 and 7.4.15, which means they are already present in hirsute 7.5.16 and impish 8.0. Both commits required backports to remove the NEWS hunk, and the second commit needed indentation adjustments. ** Affects: php7.2 (Ubuntu) Importance: Undecided Status: F

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-16 Thread Matthew Ruffell
Attached is a debdiff for Focal. I have run the three tests included in these changes, and they all succeed: ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt ext/mysqli/tests/bug77935.phpt ext/mysqli/tests/mysqli_stmt_get_result.phpt https://paste.ubuntu.com/p/ZBz9wtXcDr/ ** Description cha

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-16 Thread Matthew Ruffell
Attached is a debdiff for Bionic. I also ran the three tests in this patch, and they all pass: ext/mysqli/tests/bug77935.phpt ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt ext/mysqli/tests/mysqli_stmt_get_result.phpt https://paste.ubuntu.com/p/5422Hb6YMg/ ** Patch added: "Debdiff for php

[Bug 1779890] Re: Nautilus does not use a valid Kerberos ticket when accessing Samba share

2022-03-30 Thread Matthew Ruffell
Hi everyone, Fady, renbag, I have been working on this bug on and off for a little while now, but I am stuck because I can't reproduce what you are all seeing. Having a reproducer will greatly speed up getting a fix created for this issue. In my client gvfsd is always started via systemd --user,

[Bug 1896350] Re: nbd locks system?

2022-03-31 Thread Matthew Ruffell
Hi Dan, Thank you for your bug report. I just came across it now, as I just ran into same issue too. Your reproducer works great, and I have started debugging the issue. At this stage it doesn't seem to be a kernel bug, or a qemu-nbd bug. I think the culprit is systemd-udevd or multipathd, as when

[Bug 1779890] Re: Nautilus does not use a valid Kerberos ticket when accessing Samba share

2022-04-03 Thread Matthew Ruffell
Hi renbag, Thanks for attaching your smb.conf and sssd.conf, I will try add them into my reproducer and see if I get closer to seeing the problem. Maybe when you log in, smbd mounts the samba shares to /home/aduser/{Public},{Shared} before kerberos manages to acquire a new ticket and place it in

[Bug 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-04 Thread Matthew Ruffell
: linux (Ubuntu Jammy) Status: Confirmed => In Progress ** Changed in: linux (Ubuntu Jammy) Importance: Undecided => High ** Changed in: linux (Ubuntu Jammy) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Description changed: - From very old versions of Kernel f

[Bug 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-04 Thread Matthew Ruffell
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967702 Title: Enable speakup kernel modules to allow the speakup screen reader to function To manage notifications about this bug

[Bug 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-05 Thread Matthew Ruffell
** Description changed: BugLink: https://bugs.launchpad.net/bugs/1967702 [Impact] Blind system administrators rely on the speakup accessibility feature to be able to use screen readers in text mode, like "espeakup". Ubuntu has enabled CONFIG_SPEAKUP for a significant amount of t

[Bug 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-05 Thread Matthew Ruffell
Hi Tiago, Thanks for reporting! I have submitted patches to the Ubuntu kernel mailing list to get this fixed. https://lists.ubuntu.com/archives/kernel-team/2022-April/129192.html https://lists.ubuntu.com/archives/kernel-team/2022-April/129193.html https://lists.ubuntu.com/archives/kernel-team/202

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-04-05 Thread Matthew Ruffell
Hi Jack, Thanks for reporting. I have a Logitech C270 camera, and I am also affected. Attached is what I see, I get green and purple bars, and overall terrible performance. I am on Jammy 5.15.0-25-generic, Wayland session, gnome 42, cheese 41.1-1build1. I will start investigating. Thanks, Matt

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-04-05 Thread Matthew Ruffell
: cheese (Ubuntu Jammy) Importance: Low Status: Incomplete ** Changed in: cheese (Ubuntu Jammy) Status: Incomplete => In Progress ** Changed in: cheese (Ubuntu Jammy) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Bug watch added: gitlab.gnome.org/GNOME/cheese/-/

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