[Bug 2091073] Re: SPD5118 DDR5 temperature sensor errors on ThinkPad resume from suspend

2024-12-04 Thread Kim Asplund
Bandaid fix. sudo nano /etc/systemd/system/fix-spd5118.service # Add these contents: [Unit] Description=Fix SPD5118 after resume After=suspend.target [Service] Type=oneshot ExecStart=/bin/sh -c 'modprobe -r spd5118; sleep 2; modprobe spd5118' [Install] WantedBy=suspend.target sudo systemctl

[Bug 2091073] [NEW] SPD5118 DDR5 temperature sensor errors on ThinkPad resume from suspend

2024-12-04 Thread Kim Asplund
Public bug reported: When resuming from suspend by opening the laptop lid, the following errors appear repeatedly: - "Failed to write b = 0: -6" - "PM: failed to resume async: error -6" - "PM: dpm_run_callback(): spd5118_resume [spd5118]" - "returns -6" The errors are related to the SPD5118 DDR5

[Bug 2090887] Re: apport hook source_apparmor.py shows only one word per line

2024-12-04 Thread Alex Murray
And if we add the same snippet to source_apparmor.py so we can run it directly then we also don't reproduce this: root@sec-noble-amd64:/usr/share/apport/package-hooks# tail source_apparmor.py -n6 if __name__ == '__main__': report = {} add_info(report, None) for key in report:

[Bug 2090994] Re: Seeing OS hang after running 300+ reboot loops on Turin with MI210 GPUs

2024-12-04 Thread Brahamaprakash Vardhaman
** Description changed: 1. Run a rebooter script on Turin blade with AMD GPU MI210 installed in Gdale Result: After 300+ reboots OS (Ubuntu) hangs (see image attached) Rebooting OS will fix an issue. Seen on multiple blade setups. No hangs observer with less than 300 loops so

[Bug 2059857] Re: logcheck report flooded with cron session lines

2024-12-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059857 Title: logcheck report flooded with cron session lines To manage notifications about this bug go to: https://bugs.launchpa

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "libblkid noble patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-m

[Bug 2091008] Re: Thunderbird 22.04 uses release channel, should use esr channel

2024-12-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091008 Title: Thunderbird 22.04 uses release channel, should use esr channel To manage notifications about this bug go to: https:

[Bug 2090998] Re: Can't use shortcut to move a window to another screen when a window is tiled left/right on secondary screen

2024-12-04 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 2088955] Re: [MIR][noble] oem-somerville-treecko-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-treecko-meta == apt policy oem-somerville-treecko-meta (before apt upgrade) == oem-somerville-treecko-meta: Installed: 24.

[Bug 2081940] Re: package shim-signed 1.51.3+15.7-0ubuntu1 failed to install/upgrade: 已安装 shim-signed 软件包 post-installation 脚本 子进程返回错误状态 127

2024-12-04 Thread Launchpad Bug Tracker
[Expired for shim-signed (Ubuntu) because there has been no activity for 60 days.] ** Changed in: shim-signed (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 2086250] Re: Adding support for Realtek sof-soundwire audio on Dell GhostRider platform

2024-12-04 Thread Anthony Wong
** Changed in: linux-firmware (Ubuntu Noble) Status: New => Invalid ** Changed in: linux-firmware (Ubuntu Plucky) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/208

[Bug 2086250] Re: Adding support for Realtek sof-soundwire audio on Dell GhostRider platform

2024-12-04 Thread Chris Chiu
** Also affects: alsa-ucm-conf (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-firmware (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2086250 Title: Adding

[Bug 1520609] Re: logcheck does not properly filter Unity noise on desktop systems

2024-12-04 Thread Bryce Harrington
Closing as out of date. If there are specific spurious messages not filtered out by logcheck, please file bug report(s) either here or in Debian, with examples of what you're seeing. ** Changed in: logcheck (Ubuntu) Status: New => Won't Fix -- You received this bug notification because y

[Bug 2090946] Re: Front panel microphone input not listed in Gnome sound settings

2024-12-04 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => alsa-driver (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2090946 Title: Front panel microphone input not listed in Gnome sound settings To manage notificatio

[Bug 1704631] Re: package logcheck 1.3.17 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2024-12-04 Thread Bryce Harrington
Xenial is no longer included in standard support. If this issue is reproduced in newer Ubuntu releases please file a new bug report. ** Changed in: logcheck (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 2089885] Re: Support for Cirrus codec on Tarako RPL platform

2024-12-04 Thread Chris Chiu
** Summary changed: - Support for Cirrus codec on Tarako RPL/ARL platform + Support for Cirrus codec on Tarako RPL platform -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089885 Title: Support for

[Bug 2090887] Re: apport hook source_apparmor.py shows only one word per line

2024-12-04 Thread Alex Murray
However if I just run the code from the apparmor apport hook on that system then it doesn't reproduce: root@sec-noble-amd64:/usr/share/apport/package-hooks# python3 Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more informati

[Bug 2059857] Re: logcheck report flooded with cron session lines

2024-12-04 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logcheck/+git/logcheck/+merge/477783 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059857 Title: logcheck report flood

[Bug 2089891] Re: [SRU] Add audio rt713 and rt718 support on ThinkPad TM2

2024-12-04 Thread Anthony Wong
** Also affects: firmware-sof (Ubuntu) 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/2089891 Title: [SRU] Add audio rt713 and rt718 support on ThinkPad TM

[Bug 2089891] Re: [SRU] Add audio rt713 and rt718 support on ThinkPad TM2

2024-12-04 Thread Anthony Wong
** Description changed: [Impact] There is no sound cards on Intel LNL platform of ThinkPad TM2. [Fix] Add soc-acpi table entry on LNL for ThinkPad TME laptop with rt713 and rt718. This kernel patch depends on new sof firmware: db771bf v2.11.x: add new 2.11.2 topology2 productio

[Bug 2084740] Re: [MIR][noble] oem-somerville-lapras-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-lapras-meta == apt policy oem-somerville-lapras-meta (before apt upgrade) == oem-somerville-lapras-meta: Installed: 24.04~

[Bug 2090887] Re: apport hook source_apparmor.py shows only one word per line

2024-12-04 Thread Alex Murray
In a fresh noble LXD VM I can reproduce this: apt install mysql-server apparmor ubuntu-bug mysql-server Then View the report and it has: == KernLog = apparmor AppArmor AppArmor audit( AppArmor AppArmor AppArmor AppArmor security selinux security security security

[Bug 2091056] Re: discover cannot view packages to install on plucky

2024-12-04 Thread Rik Mills
The reported plasma-discover version, installation media, and repositories in this report make no sense. InstallationMedia: Lubuntu 25.04 "Plucky Puffin" - Daily amd64 (20241126) The claimed version of plasma-discover is 6.1.5-0ubuntu2, yet by the date of that daily ISO plasma-discover in the plu

[Bug 2077011] Re: [SRU] Backport netplan.io 1.1.1-1 to 24.04

2024-12-04 Thread Pengpeng Sun
Hi Lukas, Will 1.1.1-1 be backported to Noble and Oracular soon? I see the status is In Progress. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077011 Title: [SRU] Backport netplan.io 1.1.

[Bug 2077011] Re: [SRU] Backport netplan.io 1.1.1-1 to 24.04

2024-12-04 Thread Pengpeng Sun
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077011 Title: [SRU] Backport netplan.io 1.1.1-1 to 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netpla

[Bug 2084743] Re: [MIR][noble] oem-somerville-lapras-13-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-lapras-13-meta == apt policy oem-somerville-lapras-13-meta (before apt upgrade) == oem-somerville-lapras-13-meta: Installe

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
Attached is a V2 debdiff for noble ** Patch added: "Debdiff for util-linux on noble V2" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2090972/+attachment/5842243/+files/lp2090972_noble_v2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2084752] Re: [MIR][noble] oem-somerville-oddish13-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-oddish13-meta == apt policy oem-somerville-oddish13-meta (before apt upgrade) == oem-somerville-oddish13-meta: Installed:

[Bug 2084754] Re: [MIR][noble] oem-somerville-torchic-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-torchic-meta == apt policy oem-somerville-torchic-meta (before apt upgrade) == oem-somerville-torchic-meta: Installed: 24.

[Bug 2084756] Re: [MIR][noble] oem-somerville-oricorio-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-oricorio-meta == apt policy oem-somerville-oricorio-meta (before apt upgrade) == oem-somerville-oricorio-meta: Installed:

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
** Patch removed: "Debdiff for util-linux on noble" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2090972/+attachment/5842238/+files/lp2090972_noble.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 2072612] Re: Lenovo touchpad intermittently stops working with i2c_designware errors

2024-12-04 Thread Bug Watch Updater
** Changed in: linux Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072612 Title: Lenovo touchpad intermittently stops working with i2c_designware errors To m

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
Attached is a debdiff for oracular that solves this problem ** Patch added: "Debdiff for util-linux on oracular" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2090972/+attachment/5842237/+files/lp2090972_oracular.debdiff -- You received this bug notification because you are a mem

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
Attached is a debdiff for noble which solves this issue. ** Patch added: "Debdiff for util-linux on noble" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2090972/+attachment/5842238/+files/lp2090972_noble.debdiff ** Changed in: util-linux (Ubuntu Noble) Status: New => In Pro

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
Attached is a debdiff for plucky that solves this issue. ** Patch added: "Debdff for util-linux on plucky" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2090972/+attachment/5842236/+files/lp2090972_plucky.debdiff -- You received this bug notification because you are a member of U

[Bug 2072612]

2024-12-04 Thread launchpad
Update: My original issue was likely faulty hardware. I replaced the trackpad and haven't been able to reproduce the problem since. (Though I won't feel totally confident for a few more weeks.) Thanks to all who looked into the kernel side of potential causes! -- You received this bug notificatio

[Bug 2072612]

2024-12-04 Thread mario.limonciello
Glad to hear, thanks for coming back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072612 Title: Lenovo touchpad intermittently stops working with i2c_designware errors To manage notifications

[Bug 2072612]

2024-12-04 Thread beamflash
(In reply to Mario Limonciello (AMD) from comment #9) > > Dell Precision 5470 > > Isn't this an Intel platform? Yes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072612 Title: Lenovo touchpad int

[Bug 2072612]

2024-12-04 Thread mario.limonciello
> Dell Precision 5470 Isn't this an Intel platform? > There is a question in the thread above about AGESA version, but I don't see > the AGESA string in the dmidecode output on my system. If it's an Intel system showing similar symptom then it shows this might not be an AMD specific issue. > I

[Bug 2084750] Re: [MIR][noble] oem-somerville-oddish-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-oddish-meta == apt policy oem-somerville-oddish-meta (before apt upgrade) == oem-somerville-oddish-meta: Installed: 24.04~

[Bug 2080498] Re: Default session type changed from Xorg to Wayland in some installs of 22.04 on Nvidia hybrids since kernel 6.8

2024-12-04 Thread Kai-Chuan Hsieh
** Tags added: jira-somerville-1270 oem-priority -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080498 Title: Default session type changed from Xorg to Wayland in some installs of 22.04 on Nvidia

[Bug 2084733] Re: [MIR][noble] oem-somerville-tentacool-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-tentacool-meta == apt policy oem-somerville-tentacool-meta (before apt upgrade) == oem-somerville-tentacool-meta: Installe

[Bug 2084737] Re: [MIR][noble] oem-somerville-tentacool-rpl-meta

2024-12-04 Thread Cyrus Lien
Follw the steps in testing. Do an offline install. Boot the system. Run update-manager. Everything works fine. == ubuntu-drivers list-oem == oem-somerville-tentacool-rpl-meta == apt policy oem-somerville-tentacool-rpl-meta (before apt upgrade) == oem-somerville-tentacool-rpl-meta

[Bug 2036256] Re: Mainline kernel causes extra output in `pro status`

2024-12-04 Thread Grant Orndorff
The fix was released last year. Updating status. ** Changed in: ubuntu-advantage-tools (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2036256 Title:

[Bug 2079893] Re: fix compilation of blender against ffmpeg 7

2024-12-04 Thread Bug Watch Updater
** Changed in: blender (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2079893 Title: fix compilation of blender against ffmpeg 7 To manage notifications a

[Bug 2059857] Re: logcheck report flooded with cron session lines

2024-12-04 Thread Bryce Harrington
I found a Debian bug about this issue with some discussion, and used that to make the attached patch. I've requested feedback from Debian about it. ** Patch added: "fix-cron-by-rules.patch" https://bugs.launchpad.net/debian/+source/logcheck/+bug/2059857/+attachment/5842228/+files/fix-cron-by-

[Bug 2091056] [NEW] discover cannot view packages to install on plucky

2024-12-04 Thread Lyn Perrine
Public bug reported: To reproduce install Lubuntu plucky and launch discover. I then expect to be able to install packages or at least see which packages I can install or even list my installed packages. Description:Ubuntu Plucky Puffin (development branch) Release:25.04 plasma-disco

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
** Description changed: + [Impact] + Starting on Noble, we see /boot fail to mount in approximately one out of every two thousand boots. The error looks like this: -Found device dev-disk-by\x2dlabel-BOOT.device - QEMU NVMe Ctrl BOOT. -Starting systemd-fsck@dev-disk-by… Check on /d

[Bug 2091053] [NEW] Performance degradation from Focal kernel 5.4.0-1087 to 5.4.0-1088

2024-12-04 Thread William Tu
Public bug reported: Summary: Customer is reporting performance degradation from Bluefield Focal 5.4.0-1087 to 5.4.0-1088 They run iperf3 based performance test, and see performance drop around 10-15%. Test scenarios: === 1. Baseline: BF - BFB 3.9.8 (OFED Driver 5.8, FW 35.4

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Matthew Ruffell
** Also affects: util-linux (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: util-linux (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: util-linux (Ubuntu Plucky) Importance: Undecided Status: Confirmed -- You received this bug

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Dave Jones
** Tags added: rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2090972 Title: /boot intermittently fails to mount on boot To manage notifications about this bug go to: https://bugs.la

[Bug 2085275] Re: Merge qemu from Debian unstable for plucky

2024-12-04 Thread Sergio Durigan Junior
This merge is on hold because it's affected by https://gitlab.com/qemu- project/qemu/-/issues/2704. ** Changed in: qemu (Ubuntu) Milestone: ubuntu-24.11 => ubuntu-25.01 ** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #2704 https://gitlab.com/qemu-project/qemu/-/issues/2704 -- Y

[Bug 2091049] [NEW] package linux-headers-6.8.0-49-generic 6.8.0-49.49 failed to install/upgrade: el subproceso instalado paquete linux-headers-6.8.0-49-generic script post-installation devolvió el có

2024-12-04 Thread JOSE GABRIEL MENDOZA
Public bug reported: can't update ubuntu ProblemType: Package DistroRelease: Ubuntu 24.04 Package: linux-headers-6.8.0-49-generic 6.8.0-49.49 ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12 Uname: Linux 6.8.0-41-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.28.1-0ubuntu3.1 Arch

[Bug 2089307] Re: llibxml-libxml-perl autopkgtest fails due to non-whitelisted output vs libxml 2.12.7+dfsg+really2.9.14-0.2build1

2024-12-04 Thread Vladimir Petko
hwloc requires a no-change rebuild due to [1] [1] https://launchpadlibrarian.net/761931974/buildlog_ubuntu-plucky- amd64.hypre_2.32.0-2build1_BUILDING.txt.gz ** Also affects: hwloc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a membe

[Bug 2091009] Re: [SRU] New upstream microrelease .NET 9.0.101/9.0.0

2024-12-04 Thread Dominik Viererbe
I had to create a new PPA, because I fixed two potential packaging conflicts: - binary packages that only contain SDK components had a version format error - binary packages that only contains runtime components would have had the same version number as the previous upstream release New PPA: http

[Bug 2079966] Re: tzdata 2024b release

2024-12-04 Thread Benjamin Drung
** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2079966 Title: tzdata 2024b release To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 2026757] Related fix merged to ironic (stable/2024.2)

2024-12-04 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/ironic/+/936205 Committed: https://opendev.org/openstack/ironic/commit/38d94ca3a07af5e1fd551cab23484abf87290492 Submitter: "Zuul (22348)" Branch:stable/2024.2 commit 38d94ca3a07af5e1fd551cab23484abf87290492 Author: Jay Faulkner Date: Tue No

[Bug 2091044] [NEW] I cant update to ubuntu 24.04

2024-12-04 Thread Carlos Reynaldo Portocarrero Tovar
Public bug reported: Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. If none of this applies, then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to investigate this yourself the log f

[Bug 2084524] Re: New upstream Lunar Lake PV release candidate

2024-12-04 Thread Anthony Wong
Since oem-6.11 is now taking the ipu7-drivers package in Plucky to build its linux-modules-ipu7, there's no longer any rush to SRU this to Oracular. Since Plucky is in development, we should be able to get it to the archive much quicker without the need of any SRU review. Besides, there is no need

Re: [Bug 1933186] Re: gnome-shell crashed with SIGSEGV in meta_window_place() from place_window_if_needed() from meta_window_constrain() from meta_window_move_resize_internal() from meta_window_force_

2024-12-04 Thread Alexandre Letourneau
I got really fed up with the GNOME related issues so I just switched to MX Linux and both xfce and KDE work flawlessly. On Wed, Dec 4, 2024 at 2:10 PM Ismo Aulaskari <1933...@bugs.launchpad.net> wrote: > I have this crash happening too when unplugging an external hdmi monitor > from my Thinkpad r

[Bug 2090841] Re: Please merge 0.52.24-4 into plucky

2024-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package newt - 0.52.24-4ubuntu1 --- newt (0.52.24-4ubuntu1) plucky; urgency=medium * Merge with Debian unstable (LP: #2090841). Remaining changes: + Remove libnewt0.52.preinst altogether, which contains destructive operations with none of the appr

[Bug 2091024] Re: excessive CPU usage of cups-browsed

2024-12-04 Thread Till Kamppeter
*** This bug is a duplicate of bug 2049315 *** https://bugs.launchpad.net/bugs/2049315 ** This bug has been marked a duplicate of bug 2049315 cups-browsed running non-stop on two cores -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 2091037] [NEW] SyntaxWarning: invalid escape sequence '\w'

2024-12-04 Thread ChrisCauser
Public bug reported: With the Python version supplied by Ubuntu Noble (3.12.3), the pgspecial module emits a warning whenever it is loaded. ``` /usr/lib/python3/dist-packages/pgspecial/main.py:238: SyntaxWarning: invalid escape sequence '\w' ``` The solution is fairly straightforward: cal

[Bug 2059852] Re: Invalid free called during libfreetype FT_Done_Glyph

2024-12-04 Thread Seth Arnold
I'm disinclined to unilaterally assign a CVE here: - ftgrid doesn't feel like it's useful beyond freetype developers -- try it out for yourself on a font on your system. (For me, quite a lot of the window space is filled with the previous contents of the screen, but perhaps if you're not running a

[Bug 2085251] Re: Merge mecab from Debian unstable for plucky

2024-12-04 Thread Lena Voytek
Already updated, marking fix-released ** Changed in: mecab (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085251 Title: Merge mecab from Debian u

[Bug 2085273] Re: Merge python-django from Debian unstable for plucky

2024-12-04 Thread Lena Voytek
** Changed in: python-django (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085273 Title: Merge python-django from Debian unstable for plucky To manage no

[Bug 2084524] Re: New upstream Lunar Lake PV release candidate

2024-12-04 Thread Anthony Wong
** Summary changed: - New uptream Lunar Lake PV release candidate + New upstream Lunar Lake PV release candidate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084524 Title: New upstream Lunar Lake

[Bug 1933186] Re: gnome-shell crashed with SIGSEGV in meta_window_place() from place_window_if_needed() from meta_window_constrain() from meta_window_move_resize_internal() from meta_window_force_plac

2024-12-04 Thread Ismo Aulaskari
I have this crash happening too when unplugging an external hdmi monitor from my Thinkpad running 22.04, but as a workaround I now press the Windows key and pull all my windows to the laptop monitor beforre unplugging. This prevents the session from crashing. -- You received this bug notification

[Bug 2070095] Re: apt_news.py download forced unsandboxed

2024-12-04 Thread Renan Rodrigo
** Changed in: ubuntu-advantage-tools (Ubuntu) Status: Triaged => 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/2070095 Title: apt_news.py download forced unsandboxed To manage

[Bug 2089307] Re: llibxml-libxml-perl autopkgtest fails due to non-whitelisted output vs libxml 2.12.7+dfsg+really2.9.14-0.2build1

2024-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libxml-libxml-perl - 2.0207+dfsg+really+2.0134-5build1 --- libxml-libxml-perl (2.0207+dfsg+really+2.0134-5build1) plucky; urgency=medium * No change rebuild against libxml 2.12.7+dfsg+really2.9.14-0.2build1 (LP: #2089307). -- Vladimir Petko

[Bug 2089307] Re: llibxml-libxml-perl autopkgtest fails due to non-whitelisted output vs libxml 2.12.7+dfsg+really2.9.14-0.2build1

2024-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libxml-libxslt-perl - 2.003000-2build1 --- libxml-libxslt-perl (2.003000-2build1) plucky; urgency=medium * No change rebuild against libxml 2.12.7+dfsg+really2.9.14-0.2build1 (LP: #2089307). -- Vladimir Petko Fri, 22 Nov 2024 15:53:00 +1300

[Bug 2084444] Re: juju can not parse new 50-cloud-init.yaml properly after netplan 0.107 under 22.04

2024-12-04 Thread Brett Holman
** Changed in: cloud-init (Ubuntu) Status: New => Won't Fix ** Changed in: juju (Ubuntu) Status: New => Won't Fix ** Changed in: cloud-init (Ubuntu) Status: Won't Fix => Invalid ** Changed in: juju (Ubuntu) Status: Won't Fix => Invalid -- You received this bug notif

[Bug 2091025] [NEW] network reachability

2024-12-04 Thread elinux
Public bug reported: I faced a weird issue after a ubuntu 20 to 22 os upgrade. The physical nodes have lxc containers on it. Both the hosts and the containers are upgraded from 20 to 22 ubuntu versions. After the upgrade, an internal endpoint is reachable using curl from the hosts nodes. but from

[Bug 2079777] Re: proposed-migration for vstream-client 1.2-7ubuntu1

2024-12-04 Thread Bug Watch Updater
** Changed in: vstream-client (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2079777 Title: proposed-migration for vstream-client 1.2-7ubuntu1 To manage n

[Bug 2085103] Re: pci hot plug get "retraining non-functional downstream link at 2.5GT/s]"

2024-12-04 Thread Manuel Diewald
I've created a test kernel for noble here: https://launchpad.net/~diewald/+archive/ubuntu/ppa-2085103 Please install the kernel and verify whether it solves the issue: sudo add-apt-repository ppa:diewald/ppa-2085103 sudo apt update sudo apt-get install linux-image-unsigned-6.8.0-51-generic -- Y

[Bug 2090972] Re: /boot intermittently fails to mount on boot

2024-12-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: util-linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2090972 Title:

[Bug 2073846] Re: [SRU] Fix the session workqueue thread priority setting issue for newer Linux kernels (>=6.x)

2024-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package open-iscsi - 2.1.9-3ubuntu5.2 --- open-iscsi (2.1.9-3ubuntu5.2) noble; urgency=medium * d/p/lp2073846-setpriority-fix-for-linux-6x-kernel.patch: fix setpriority issue for linux kernel version >=6. (LP: #2073846) -- Mustafa Kemal GILOR Mon, 0

[Bug 2073846] Update Released

2024-12-04 Thread Mauricio Faria de Oliveira
The verification of the Stable Release Update for open-iscsi has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounte

[Bug 2084524] Re: New uptream Lunar Lake PV release candidate

2024-12-04 Thread You-Sheng Yang
** Description changed: [SRU Justification] [Impact] To complete Intel MIPI IPU7 camera enablement, we need the PV release (Production Version) of ipu7-drivers. [Fix] * Upstream tag https://github.com/intel/ipu7-drivers/releases/tag/20240924_1600_1 [Test Case] I

[Bug 2084524] Re: New uptream Lunar Lake PV release candidate

2024-12-04 Thread You-Sheng Yang
Yes. As you can see, those changes are in the upstream sources, and that's what Intel did. It's not normally happened in any qualified software vendor, but that's what Intel did. And to make it worse, it was done in one huge code dump commit 5c64723("LNL PV release candidate on 2024-09-29") by Hao

[Bug 2091024] [NEW] excessive CPU usage of cups-browsed

2024-12-04 Thread brlewis
Public bug reported: Using 200% CPU. Reporting via `ubuntu-bug cups-browsed` so details should be attached. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: cups-browsed 2.0.0-0ubuntu10.2 ProcVersionSignature: Ubuntu 6.8.0-49.49-generic 6.8.12 Uname: Linux 6.8.0-49-generic x86_64 ApportVersi

[Bug 2061373] Re: [Lenovo Ubuntu 24.04 Bug] Print grub message before the uefi POST screen disappears in Ubuntu24.04 Beta

2024-12-04 Thread Manuel Diewald
Hi, I have a suspicion of what change in the kernel might have caused this. I've prepared a test kernel for noble to verify my theory here: https://launchpad.net/~diewald/+archive/ubuntu/ppa-2061373 It would be very helpful if you could install the kernel from that ppa and see if that solves the p

[Bug 2091022] [NEW] Please remove ruby3.1 and add to blocklist

2024-12-04 Thread Jeremy Bícha
Public bug reported: Ubuntu's default version of ruby is 3.3; therefore, there is no need to have ruby3.1 in Ubuntu. It was removed for oracular and was autosynced for plucky. Please remove ruby3.1 from plucky-proposed and add it to the sync blocklist. ** Affects: ruby3.1 (Ubuntu) Importanc

[Bug 2091023] [NEW] Please remove ruby3.1 and add to blocklist

2024-12-04 Thread Jeremy Bícha
Public bug reported: Ubuntu's default version of ruby is 3.3; therefore, there is no need to have ruby3.1 in Ubuntu. It was removed for oracular and was autosynced for plucky. Please remove ruby3.1 from plucky-proposed and add it to the sync blocklist. ** Affects: ruby3.1 (Ubuntu) Importanc

[Bug 2087740] Re: Sending CoA message to freeradius will start an endless loop of replies

2024-12-04 Thread John Chittum
** Changed in: freeradius (Ubuntu Plucky) Assignee: (unassigned) => John Chittum (jchittum) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2087740 Title: Sending CoA message to freeradius will s

[Bug 2067348] Re: ruby build-in readline gem do not handle utf-8 input

2024-12-04 Thread Miriam España Acebal
Hi Andrey, After some internal discussion, we thought this should be communicated to Debian, who might want to be aware; as far as I have found, they have not been informed of a bug in this regard [1]. Would you mind to submit one? The process to follow is here [2]. Thanks in advance. [1] https:

[Bug 2017806] Re: do-release-upgrade can not use apt socks5h proxy settings.

2024-12-04 Thread spatterlight
I have this issue as well, I think it would be awesome to be able to use socks5h with do-release-upgrade! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2017806 Title: do-release-upgrade can not use

[Bug 2091009] Re: New upstream microrelease .NET 9.0.101/9.0.0

2024-12-04 Thread Dominik Viererbe
I also had to add the dotnet/backports ppa for jammy and noble builds, but no dependencies from this ppa are used in oracular and plucky builds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091009 T

[Bug 2091009] Re: New upstream microrelease .NET 9.0.101/9.0.0

2024-12-04 Thread Dominik Viererbe
Filled out the SRU bug template. ** Description changed: - This is the tracking bug for the .NET 9.0.101/9.0.0 microrelease. + [Impact] + + * This correspond to an upstream microrelease released on December 3rd, + 2024. + + * It is beneficial for our users to have access to the latest .NET +

[Bug 1972043] Re: Please add -ftrivial-auto-var-init=zero to default build flags

2024-12-04 Thread Mark Esler
We are targeting fixing RELRO (LP#2078989) and possibly -mindirect- branch. These flags need to land early enough for the archive rebuild, so they will be prepped during 25.04 so they can land in 25.10. ** No longer affects: gcc-12 (Ubuntu) -- You received this bug notification because you are a

[Bug 2085246] Re: Merge libvirt from Debian unstable for plucky

2024-12-04 Thread Sergio Durigan Junior
** Changed in: libvirt (Ubuntu) Status: New => In Progress ** Changed in: libvirt (Ubuntu) Milestone: ubuntu-24.11 => ubuntu-24.12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085246 Tit

[Bug 2085251] Re: Merge mecab from Debian unstable for plucky

2024-12-04 Thread Lena Voytek
** Changed in: mecab (Ubuntu) Milestone: ubuntu-24.11 => ubuntu-24.12 ** Changed in: mecab (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085251 Title:

[Bug 2085306] Re: Merge vlan from Debian unstable for plucky

2024-12-04 Thread Lukas Märdian
** Changed in: vlan (Ubuntu) Assignee: (unassigned) => Lukas Märdian (slyon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085306 Title: Merge vlan from Debian unstable for plucky To manage n

[Bug 2089155] Re: [SRU] Do not restart keepalived on unattended-upgrades

2024-12-04 Thread Bryce Harrington
** Tags removed: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089155 Title: [SRU] Do not restart keepalived on unattended-upgrades To manage notifications about this bug go

[Bug 2088977] Re: Dtrace is disabled in PHP8.3 package(noble, oracular)

2024-12-04 Thread Bryce Harrington
** Tags removed: server-triage-discuss ** Tags added: server-todo ** Tags removed: amd64 apport-bug cloud-image server-todo ** Tags added: server-triage-discuss ** Tags removed: noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 2076191] Re: gpsmon crashes (segfault)

2024-12-04 Thread Christian Ehrhardt 
** Changed in: gpsd (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076191 Title: gpsmon crashes (segfault) To manage notificat

[Bug 2087957] Re: Endless loop of new thumbnails in /tmp

2024-12-04 Thread Rik Mills
*** This bug is a duplicate of bug 2087829 *** https://bugs.launchpad.net/bugs/2087829 ** This bug has been marked a duplicate of bug 2087829 thumbnails are recursively generated in /tmp, causing out of memory -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2091013] Re: Jammy : Please backport upstream fix to qmp timeouts

2024-12-04 Thread Louis Bouchard
** Description changed: Hello, Please backport the following upstream commit that fixes reccurent QMP timeouts : https://gitlab.com/qemu- project/qemu/-/commit/effd60c878176bcaf97fa7ce2b12d04bb8ead6f7 This has been fixed in Noble and newer releases. Here is a reproducer t

[Bug 2091009] Re: [SRU] New upstream microrelease .NET 9.0.101/9.0.0

2024-12-04 Thread Dominik Viererbe
** Summary changed: - New upstream microrelease .NET 9.0.101/9.0.0 + [SRU] New upstream microrelease .NET 9.0.101/9.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091009 Title: [SRU] New upstre

[Bug 2038663] Re: [SRU] no option to override the fixed_subnet when creating a new cluster

2024-12-04 Thread Felipe Reyes
The validation for Focal has been successful, here it's the log of the changes made to upgrade python3-magnum-ui and screenshots of reproducing the issue and the issue fixed. $ juju ssh magnum-dashboard/leader sudo -i root@juju-aa3bad-zaza-0ac9fbf43d8c-18:~# apt policy python3-magnum-ui python3-ma

  1   2   3   >