[Bug 2059197] Re: Issue with nfs4.0 mounts after upgrade to 3.6

2024-04-02 Thread Matthew Ruffell
set for Wed Apr 3 00:51:59 2024 mount.nfs: trying text-based options 'vers=4.1,addr=192.168.122.217,clientaddr=192.168.122.9' I will write back shortly. Thanks, Matthew ** Also affects: nfs-utils (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: nfs-utils (Ub

[Bug 2059121] Re: The gnome-initial-setup-copy-worker never seems to have the correct permissions to copy from /run/gnome-initial-setup go a users ~/.config

2024-03-27 Thread Matthew Hagemann
Hi Nathan :) Sorry, I meant folder, not file. The code is checking the ownership of the home directory of gnome- initial-setup which is /run/gnome-initial-setup, which is where the files we are trying to copy live: ``` src = g_file_new_for_path (initial_setup_homedir); if (!g_file_query_exists

[Bug 1949723] Re: systemd-resolved segfault in hashmap_iterate_entry

2024-03-26 Thread Matthew Ruffell
** Changed in: systemd (Ubuntu Focal) Status: New => In Progress ** Changed in: systemd (Ubuntu Focal) Importance: Low => Medium ** Changed in: systemd (Ubuntu Focal) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Tags added: sts -- You received this bug not

[Bug 2059121] [NEW] The gnome-initial-setup-copy-worker never seems to have the correct permissions to copy from /run/gnome-initial-setup go a users ~/.config

2024-03-26 Thread Matthew Hagemann
Public bug reported: There is a check in the copy worker that looks to see if the user running the copy worker owns the files it is trying to copy ``` if (!g_file_query_exists (src, NULL) || !file_is_ours (src))   exit (EXIT_SUCCESS); ``` From all my testing, the copy worker will always run

[Bug 2033892] Re: ls -l triggers mount of autofs shares when --ghost option is present or browse_mode is enabled

2024-03-24 Thread Matthew Ruffell
Thank you for the help sorting autopkgtests Mauricio. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2033892 Title: ls -l triggers mount of autofs shares when --ghost option is present or browse_mo

[Bug 2033892] Re: ls -l triggers mount of autofs shares when --ghost option is present or browse_mode is enabled

2024-03-20 Thread Matthew Ruffell
Performing verification for Jammy I set up two Jammy VMs, one a nfs-server and the other an autofs/nfs- client. The client is using coreutils 8.32-4.1ubuntu1.1 from -updates. $ apt-cache policy coreutils | grep Installed Installed: 8.32-4.1ubuntu1.1 I set up the nfs server and autofs mounts

[Bug 2054218] Re: kvm: Running perf against qemu processes results in page fault inside guest

2024-03-19 Thread Matthew Ruffell
Performing verification for mantic. I deployed mantic onto a bare metal server, with kernel 6.5.0-26-generic from -updates. I installed a KVM stack, synced a cloud image, and tested VM creation. $ uvt-kvm create --cpu 4 --memory 4096 --disk 10 jammy-a release=jammy arch=amd64 $ uvt-kvm ssh jamm

[Bug 2044420] Re: gtkpod segfaults when attempting to display songs

2024-03-19 Thread Matthew Ruffell
gtkpod has been removed from debian, and thus removed from noble, so no need to fix there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2044420 Title: gtkpod segfaults when attempting to display so

[Bug 2044420] Re: gtkpod segfaults when attempting to display songs

2024-03-19 Thread Matthew Ruffell
Attached is a debdiff for mantic which fixes this issue. ** Patch added: "Debdiff for gtkpod on mantic" https://bugs.launchpad.net/ubuntu/+source/gtkpod/+bug/2044420/+attachment/5757356/+files/lp2044420_mantic.debdiff ** Changed in: glib2.0 (Ubuntu Noble) Status: Triaged => Fix Release

[Bug 2056143] Re: block/loop: No longer allows to create partitions

2024-03-18 Thread Matthew Ruffell
Performing verification for Jammy. I started a fresh VM, with 5.15.0-101-generic from updates. I ran the following reproducer: $ fallocate -l 1G /tmp/blob $ LOOPDEV=$(sudo losetup --find --show /tmp/blob) $ sudo /usr/sbin/parted -s -m -a optimal $LOOPDEV -- unit KiB mklabel gpt mkpart primary 0%

[Bug 2053194] Re: latest kernel update breaks sata hotplug on z690

2024-03-18 Thread Matthew Eaton
I can confirm sata hotplug is still not working as of kernel 6.5.0-26. It is working on 6.5.11-060511-generic mainline. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2053194 Title: latest kernel upd

[Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-03-17 Thread Matthew
I came across this after being offered an upgrade prematurely (which appears to be another bug). Please note #9 in https://answers.launchpad.net/ubuntu/+question/709594 if you are fettling the postinst for polkitd. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
The fix for noble should be present in 6.8.0-16-generic and later. Marking as Fix committed for Noble. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2049634 Title: smb: wsize blocks of bytes followe

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
Performing verification for mantic. I started two VMs. A jammy VM for the cifs server, and a mantic VM, for the client. I set the jammy VM up as per the testcase. I set the mantic VM up as per the testcase. The mantic VM uses kernel 6.5.0-25-generic from -updates. $ uname -rv 6.5.0-25-generic

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
** Changed in: linux (Ubuntu Noble) 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/2049634 Title: smb: wsize blocks of bytes followed with binary zeros on

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-13 Thread Matthew Ruffell
Hi Rainer. I think we will leave it as is. Keep using v4.0 for now, and you should be fine. I'll close the bug. Andreas, I will remove regression-update if that is okay with you. Thanks, Matthew ** Changed in: nfs-utils (Ubuntu Focal) Status: New => Invalid ** Changed in: n

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-12 Thread Matthew Ruffell
working for you with 1:1.3.4-2.5ubuntu3.6. Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056549 Title: Problems with nfs-common after upgrade to 3.6 To manage notifications about this

[Bug 2056743] Re: Keyboard stops working after suspend on Dell XPS 13

2024-03-11 Thread Matthew Ruffell
I think the fix was included in 5.15.149 upstream; https://lwn.net/Articles/963359/ Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID The kernel team have just pulled in 5.15.148, and haven't started on 149. They will likely get to it in the next week or so. Thanks, Ma

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-11 Thread Matthew Ruffell
to have access to the QNAP appliance to configure NFS versions? Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056549 Title: Problems with nfs-common after upgrade to 3.6 To manage n

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-09 Thread Matthew Ruffell
hese details and I will investigate asap. Thanks, Matthew ** Also affects: nfs-utils (Ubuntu Focal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056549

[Bug 2053041] Re: Issue when shutting down computer: internal hard drive is not shut down properly

2024-03-09 Thread Matthew Ruffell
Yes, 6.5.0-25-generic is available for both jammy and mantic systems. It was released earlier this week. Is anyone able to try it out and let me know if it fixes the issue? Thanks. ** Changed in: linux (Ubuntu Mantic) Status: Fix Committed => Fix Released -- You received this bug notific

[Bug 2055216] Re: Syntax error in /usr/bin/mtxrun.lua

2024-03-07 Thread Matthew L. Dailey
The maintainer has "fixed" this upstream in debian unstable by downgrading to 2.10.08. I'm going to change this to a sync request for the upstream version. ** Summary changed: - Syntax error in /usr/bin/mtxrun.lua + Sync luametatex 2.11.01+really2.10.08+ds-1 from debian unstable ** Description c

[Bug 2055352] Re: Ubuntu 24.04 texlive fails install

2024-03-07 Thread Matthew L. Dailey
*** This bug is a duplicate of bug 2055216 *** https://bugs.launchpad.net/bugs/2055216 ** This bug has been marked a duplicate of bug 2055216 Syntax error in /usr/bin/mtxrun.lua -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 2056297] Re: Non-flatpak Firefox-based browsers crash with kernel 6.8.0-11-generic in 24.04

2024-03-06 Thread Matthew Ruffell
e for your firefox installs, making sure the directory where firefox is installed is correct in the profile, or by just enabling user namespaces for your system. There is instructions to do this in the first blog link. Thanks, Matthew ** This bug has been marked a duplicate of bug 2046844 App

[Bug 2055147] Re: Kernel upgrade to 6.5.0-21-generic fails to boot

2024-02-29 Thread Matthew Ruffell
ying it up for inclusion, so it just rots out of tree. Anyway, I am glad that it works for you now. Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055147 Title: Kernel upgrade t

[Bug 2055147] Re: Kernel upgrade to 6.5.0-21-generic fails to boot

2024-02-28 Thread Matthew Ruffell
a bad on Ubuntu, but its what we must do to have working displays with our docks. Thanks, Matthew ** Changed in: linux (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 2055216] [NEW] Syntax error in /usr/bin/mtxrun.lua

2024-02-27 Thread Matthew L. Dailey
Public bug reported: There appears to be a syntax error in /usr/bin/mtxrun.lua that causes mtxrun --generate to fail: mtxrun --generate lua error : startup file: /usr/bin/mtxrun.lua:2438: attempt to assign to const variable 'i' This is present in luametatex 2.11.01+ds-2, but not in version 2.10

[Bug 2053041] Re: Issue when shutting down computer: internal hard drive is not shut down properly

2024-02-25 Thread Matthew Ruffell
h longer to wait until 6.5.0-25-generic becomes available. Thanks, Matthew ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu Mantic) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-02-25 Thread Matthew Ruffell
Reviews from Senior Kernel Team Members: ACK 1 https://lists.ubuntu.com/archives/kernel-team/2024-February/149051.html ACK 2 https://lists.ubuntu.com/archives/kernel-team/2024-February/149061.html Applied https://lists.ubuntu.com/archives/kernel-team/2024-February/149119.html Will let you know wh

[Bug 2049262] Re: mount.nfs: fix version negotiation laddering with parameters '-t nfs4' or '-o vers=4'

2024-02-25 Thread Matthew Ruffell
Performing verification for Focal. I set up a Jammy VM to be the nfs server, using the instructions in the SRU template. $ sudo cat /proc/fs/nfsd/versions -2 -3 +4 -4.0 +4.1 +4.2 4.0 is not allowed, but 4.1 and 4.2 are. I then started a fresh Focal VM, and installed nfs-common 1.3.4-2.5ubuntu3.

[Bug 1977656] [NEW] Visual corruption in main window

2022-06-04 Thread Matthew D. Mower
Public bug reported: There are green and purple blocks in several areas of the main window. Some of them flicker when you move your mouse over the location bar, section dividers, or typeahead input. See attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: pcmanfm 1.3.2-1 Pro

[Bug 1977655] [NEW] Nautilus Open Files and Save File... dialogs keep growing

2022-06-04 Thread Matthew D. Mower
Public bug reported: In Firefox and Chrome, each time the Open File(s) or Save File... dialog opens, it grows in size. Eventually, it fills the whole screen. See attached screen recording taken from Firefox 101.0 (Mozilla Firefox Snap for Ubuntu canonical-002 - 1.0). ProblemType: Bug DistroReleas

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

2022-06-02 Thread Matthew Ruffell
Performing verification for Bionic. Bionic seems to hibernate okay on both Xen and KVM based instances, so I tested both t2.medium and c5.large instance types. Each had 20gb of storage, with advanced > enable encryption > yes. I also made sure to enable Advanced settings > Stop State (Hibernatio

[Bug 1958267] Re: wpa can't connect to servers using TLS 1.1 or older

2022-05-31 Thread Matthew Faigan
I've just installed 2:2.10-9ubuntu1 amd64 and I can confirm that it works on Kubuntu 22.04 LTS for my university's WPA2 Enterprise network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958267 Title:

[Bug 1976125] Re: The webcam image displayed has problems

2022-05-28 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1967843 *** https://bugs.launchpad.net/bugs/1967843 This is probably fixed in clutter-gst-3.0 3.0.27-2ubuntu1 that we released a couple days ago. Run "sudo apt update" and "sudo apt upgrade" and it will pull in the fixed package. Marking as a duplicate of bu

[Bug 1975811] Re: cheese image gray with werical strips

2022-05-26 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1967843 *** https://bugs.launchpad.net/bugs/1967843 This is probably fixed in clutter-gst-3.0 3.0.27-2ubuntu1 that we released a couple days ago. Run "sudo apt update" and "sudo apt upgrade" and it will pull in the fixed package. Marking as a duplicate of bu

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

2022-05-25 Thread Matthew Ruffell
Performing verification for Jammy. For some reason hibernation just refused to work on any Xen based instance type, but it works fine on KVM based instances, such as c5, t3 etc. This is being looked into on bug 1968062, but I think it affects Jammy as well. Diverging from the testcase, and using

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

2022-05-25 Thread Matthew Ruffell
Performing verification for Impish. For some reason hibernation just refused to work on any Xen based instance type, but it works fine on KVM based instances, such as c5, t3 etc. This is being looked into on bug 1968062, but I think it affects Impish as well. Diverging from the testcase, and usin

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

2022-05-25 Thread Matthew Ruffell
Performing verification for Focal. For some reason hibernation just refused to work on any Xen based instance type, but it works fine on KVM based instances, such as c5, t3 etc. This is being looked into on bug 1968062, but I think it affects Focal as well. Diverging from the testcase, and using

[Bug 1973678] acpidump.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591366/+files/acpidump.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1973678] WifiSyslog.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591365/+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/1973678 Ti

[Bug 1973678] ProcInterrupts.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591362/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/197

[Bug 1973678] UdevDb.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591364/+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/1973678 Title: CI

[Bug 1973678] ProcModules.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591363/+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/1973678

[Bug 1973678] ProcCpuinfoMinimal.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591361/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1973678] ProcCpuinfo.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591360/+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/1973678

[Bug 1973678] Lspci-vt.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591359/+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/1973678 Title:

[Bug 1973678] CurrentDmesg.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591357/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973678

[Bug 1973678] Lspci.txt

2022-05-19 Thread Matthew Hoberg
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1973678/+attachment/5591358/+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/1973678 Title: CIFS

[Bug 1973678] Re: CIFS crash mounting DFS share in 22.04

2022-05-19 Thread Matthew Hoberg
apport information ** Tags added: apport-collected jammy uec-images ** Description changed: I am trying to mount a DFS share in 22.04 and receive a kernel issue with cifs when trying to browse. The DFS share is a combination of 2 shared folders on server into one single share. lsb-rel

[Bug 1973678] Re: CIFS creash mounting DFS share in 22.04

2022-05-19 Thread Matthew Hoberg
This looks to be issue with running the cloud kvm image, but not on the generic cloud image. ** Package changed: ubuntu => kernel-package (Ubuntu) ** Summary changed: - CIFS creash mounting DFS share in 22.04 + CIFS crash mounting DFS share in 22.04 -- You received this bug notification becaus

[Bug 1973758] Re: Azure: Mellanox VF NIC crashes when removed

2022-05-18 Thread Matthew G McGovern
I don't this this fix is correct, I am able to reproduce the crash in a hyper-v VM and this generates a different KASAN bad free with the repro case. If you want to test (and have an environment with an SRIOV interface), you can toggle SRIOV rapidly with this powershell snippet: $vmname= 'name of

[Bug 1971112] Re: File picker gets bigger more and more each time!

2022-05-17 Thread Matthew Gallagher
As I've noted in my duplicate bug report, this effects snaps (Firefox, Brave) but not apts (Evince, Thunderbird). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971112 Title: File picker gets bigger

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

2022-05-16 Thread Matthew Ruffell
he next one, so it might be in a few weeks / months time. Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973434 Title: massive performance issues since 22.04 upgrade To manage noti

[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 1973678] [NEW] CIFS creash mounting DFS share in 22.04

2022-05-16 Thread Matthew Hoberg
Public bug reported: I am trying to mount a DFS share in 22.04 and receive a kernel issue with cifs when trying to browse. The DFS share is a combination of 2 shared folders on server into one single share. lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIP

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

2022-05-15 Thread Matthew Ruffell
ig with the 22.04 config and 5.17.7 would be interesting to see. Thanks, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973434 Title: massive performance issues since 22.04 upgrade To manage

[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 1973425] Re: 22.04 file chooser automatically resizing in snap apps

2022-05-14 Thread Matthew Gallagher
On askubuntu, someone else confirmed this bug. https://askubuntu.com/questions/1407810/22-04-file-chooser- automatically-resizing-in-snap-apps#comment2445603_1407810 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1973425] [NEW] 22.04 file chooser automatically resizing in snap apps

2022-05-14 Thread Matthew Gallagher
Public bug reported: The open and save file dialog popup in Firefox or Brave enlarge themselves in approximately 1 second intervals until they take up the entire screen and do not respond correctly to input, with the window automatically reopening. It is possible to close the misbehaving app from

[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 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 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 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
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 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 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
** 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
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 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 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 1954843] Re: amdgpu_bl0: Failed to write system 'brightness' attribute: Invalid argument

2022-04-30 Thread Matthew D. Mower
This issue is no longer present in Ubuntu 22.04. Wile using Ubuntu 21.10, the following workarounds also remedied the issue: - Run a mainline 5.15.x kernel from https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D - Run the Jammy Jellyfish kernel from https://packages.ubuntu.com/jammy/linux-i

[Bug 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-27 Thread Matthew M. Dean
>It looks like it may only happen at logout or during monitor config >rearrangement. and suspend and switching TTY's -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969422 Title: gnome-shell crashed

[Bug 1970559] [NEW] MacBook Air Mid-2013 not booting with iommu enabled

2022-04-27 Thread Matthew Stapleton
Public bug reported: I have a MacBook Air Mid-2013 which doesn't boot with iommu enabled due to the onboard SATA not working with it, and I see that with KUbuntu 22.04, the new 5.15 kernels have Intel IOMMU enabled by default. So at the moment I need to add kernel option: intel_iommu=off . The M

[Bug 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-27 Thread Matthew M. Dean
It doesn't freeze. The primary monitor is connected to the RX 580, and 2nd monitor is connected to the motherboard. If I unplug the 2nd monitor thats using i915 there is no crash. Suspend and switching to TTY's work if I unplug the 2nd monitor. -- You received this bug notification because you ar

[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 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 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-26 Thread Matthew M. Dean
I found this in my syslog for the crash this morning Apr 26 10:52:21 desktop whoopsie[]: [10:52:21] Parsing /var/crash/_usr_bin_gnome-shell.1000.crash. Apr 26 10:52:21 desktop whoopsie[]: [10:52:21] Uploading /var/crash/_usr_bin_gnome-shell.1000.crash. Apr 26 10:52:22 desktop whoopsie[66

[Bug 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-26 Thread Matthew M. Dean
Thread 1 "gnome-shell" received signal SIGSEGV, Segmentation fault. 0x7f50612a82e7 in gbm_surface_release_buffer () from /lib/x86_64-linux-gnu/libgbm.so.1 (gdb) bt full #0 0x7f50612a82e7 in gbm_surface_release_buffer () at /lib/x86_64-linux-gnu/libgbm.so.1 #1 0x7f5063665dbf in meta_

[Bug 1963834] Re: openssl 3.0 - SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED]

2022-04-26 Thread Matthew Geier
It's a bit of an 'own goal' if this gets marked as 'won't fix'. As students upgrade to 22.04 where I work they will find they can't connect to the institutions or research centre wireless network. They won't care that the SSL change is protecting them from an old SSL bug, they will just come bac

[Bug 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-26 Thread Matthew M. Dean
gnome-shell/jammy,now 42.0-2ubuntu1 amd64 [installed] graphical shell for the GNOME desktop As sure as when I opened the original bug. Are you sure your receiving reports? Are you talking about that popup that that says Ubuntu has encountered and error and do you want to send an error report or

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

2022-04-25 Thread Matthew Ruffell
ed a qcow2 image to be sure, and it works fine. Could you please elaborate on what you are trying to do, and maybe I can help debug what isn't working? Thanks, Matthew ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are

[Bug 1969422] Re: gnome-shell crashed with SIGSEGV in gbm_surface_release_buffer() from meta_drm_buffer_gbm_finalize() from g_object_unref() from g_object_unref() from g_set_object()

2022-04-22 Thread Matthew M. Dean
I'm still crashing with the exact same issue with 42.0-2ubuntu1. If i blacklist amdgpu at boot time and use the Intel monitor there is no crashing but obviously it isn't ideal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[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 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-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 1967702] Re: Enable speakup kernel modules to allow the speakup screen reader to function

2022-04-18 Thread Matthew Ruffell
into -proposed for verification. Thanks, Matthew ** Changed in: linux (Ubuntu Jammy) 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/1967702 Title: Ena

[Bug 1969351] [NEW] gnome-shell crashing after suspend or switching TTYs - libgbm.so.1

2022-04-18 Thread Matthew M. Dean
Public bug reported: When using Wayland on Ubuntu 22.04 gnome-shell is crashing anytime you leave the Desktop and return to the login screen. dmesg - [ 6522.928409] gnome-shell[20890]: segfault at 20 ip 0020 sp 7ffe402baef8 error 14 [ 6522.928414] Code: Unable to access opcode by

[Bug 1969243] Re: gdm 42.0-1ubuntu4 no longer shows Wayland option

2022-04-17 Thread Matthew M. Dean
Commenting out the Nvidia checks in 61-gdm.rules while only having an AMD card returned the wayland options in the login screen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969243 Title: gdm 42.0

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

2022-04-12 Thread Matthew Ruffell
Attached is a debdiff for ec2-hibinit-agent on Jammy which fixes this issue. ** Patch added: "debdiff for ec2-hibinit-agent for jammy" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5580294/+files/lp1968805_jammy.debdiff -- You received this bug notifica

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

2022-04-12 Thread Matthew Ruffell
Attached is a debdiff for ec2-hibinit-agent for impish which fixes this issue. ** Patch added: "debdiff for ec2-hibinit-agent for impish" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5580293/+files/lp1968805_impish.debdiff -- You received this bug noti

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

2022-04-12 Thread Matthew Ruffell
Attached is a debdiff for ec2-hibinit-agent on Focal which fixes this issue. ** Patch added: "debdiff for ec2-hibinit-agent for focal" https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1968805/+attachment/5580292/+files/lp1968805_focal.debdiff -- You received this bug notifica

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

2022-04-12 Thread Matthew Ruffell
.com/aws/amazon-ec2-hibinit-agent/pull/21 I'm not exactly on board with the environment variable, or the default magic number of 10, as we don't know how our users are setting up swapfiles, and what priorities they set them to. I think we should instead just set the priority to the maxim

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

2022-04-07 Thread Matthew Ruffell
found that the issue still persists. So it doesn't appear to be a kernel issue. Will have to try and keep narrowing it down. Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967843 Title: c

[Bug 1968219] [NEW] package lxd (not installed) failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2022-04-07 Thread BlueT - Matthew Lien - 練喆明
Public bug reported: fatal error during running `do-release-upgrade` from 18.04 to 20.04 ProblemType: Package DistroRelease: Ubuntu 20.04 ProcVersionSignature: Ubuntu 4.15.0-175.184-generic 4.15.18 Uname: Linux 4.15.0-175-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair

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

2022-04-05 Thread Matthew Ruffell
I have determined the root cause via git bisecting the master branch. The issue was introduced in: commit 58de82b3d463b69f4c0bef75667e47020924e28b Author: Jakub Adam Date: Tue Sep 3 13:00:30 2019 +0200 Subject: Support camera video formats with MJPEG output Link: https://gitlab.gnome.org/GNOM

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

2022-04-05 Thread Matthew Ruffell
Upstream bug: https://gitlab.gnome.org/GNOME/cheese/-/issues/126 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967843 Title: cheese display corrupted under Ubuntu 22.04 To manage notifications ab

[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/-/

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

2022-04-05 Thread Matthew Ruffell
, Matthew ** Attachment added: "Issue reproduced" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1967843/+attachment/5577402/+files/Screenshot%20from%202022-04-06%2011-30-47.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

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

2022-04-05 Thread Matthew Ruffell
/2022-April/129194.html Next step is for the kernel team to review the patches. Thanks, Matthew -- 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

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