[Bug 2075101] Re: perf unsupported tracepoint

2024-10-04 Thread Brett Holman
I also hit this issue on Noble, however, I have libtraceevent installed yet this does not resolve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075101 Title: perf unsupported tracepoint

[Bug 2032128] Re: README file in Boot Partition contains broken link to Cloud Init documentation.

2024-09-24 Thread Brett Holman
Looking at this again, I'd like to point out that this bug is invalid for the following reasons: 1. cloud-init didn't put the README in your boot partition - so you should file a bug against whatever tool put it there 2. The links that you mentioned do indeed work. The PR I linked above just upd

[Bug 2080892] Re: MAAS requires debconf for cloud-init preseed on Ubuntu

2024-09-24 Thread Brett Holman
** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium ** Description changed: MAAS uses curtin to create a cloud-init configuration using curtin's debconf_selections. Cloud-init's postinst script generates the p

[Bug 2032128] Re: README file in Boot Partition contains broken link to Cloud Init documentation.

2024-09-24 Thread Brett Holman
Thanks for reporting Evan! Here is the proposed fix https://github.com/canonical/cloud- init/pull/5741 Please note that Lunar Lobster is EOL, so will not receive future cloud- init updates. ** Changed in: cloud-init (Ubuntu) Status: New => In Progress -- You received this bug notificati

[Bug 1982780] Re: Missing dm-thin-pool Causes LXD LVM Failure

2024-09-17 Thread Brett Holman
This behavior is expected in ubuntu-minimal, but should not occur in non-minimal images. This is actually an issue in cloud-init on some versions of cloud-init. The fix was just committed[1] to upstream and should be available in the 24.4 release. [1] https://github.com/canonical/cloud-init/pull/5

[Bug 1982780] Re: Missing dm-thin-pool Causes LXD LVM Failure

2024-09-17 Thread Brett Holman
** Also affects: linux-kvm (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: linux-kvm (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-kvm (Ubuntu Oracular) Importance: Undecided Status: New ** Package changed: linux-kvm (Ubun

[Bug 2080892] Re: MAAS requires debconf for cloud-init preseed on Ubuntu

2024-09-16 Thread Brett Holman
** Description changed: MAAS uses curtin to create a cloud-init configuration using curtin's debconf_selections. Cloud-init's postinst script generates the preseed configuration based on debconf settings. This design is undesirable for several reasons: 1. this design unnecessarily

[Bug 2080892] [NEW] MAAS requires debconf for cloud-init preseed on Ubuntu

2024-09-16 Thread Brett Holman
Public bug reported: MAAS uses curtin to create a cloud-init configuration using curtin's debconf_selections. Cloud-init's postinst script generates the preseed configuration based on debconf settings. This design is undesirable for several reasons: 1. this design unnecessarily requires a distro

[Bug 1974061] Re: Fails on python3.10 (fix linked)

2024-08-12 Thread Brett Holman
Agreed, it looks like this is fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974061 Title: Fails on python3.10 (fix linked) To manage notifications about this bug go to: https://bugs.launchp

[Bug 2075968] Re: cloud-init locks out user `ubuntu` after upgrade from 22.04 to 24.04

2024-08-08 Thread Brett Holman
> By providing a quirk if cloud-init gets included in an image that doesn't > already contain cloud-init, we can prevent this pitfall by adding something > like the following across upgrade. > > cat > /etc/cloud/cloud-init.disabled < Disabled by do-release-upgrade because cloud-init was pulled in

[Bug 2055239] Re: Warning: The unit file, source configuration file or drop-ins of {apt-news, esm-cache}.service changed on disk. Run 'systemctl daemon-reload' to reload units.

2024-08-07 Thread Brett Nelson
ciate those who work on it. Brett -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055239 Title: Warning: The unit file, source configuration file or drop-ins of {apt- news,esm-cache}.service chang

[Bug 2070339] Re: [Lenovo Ubuntu 24.04 Bug] dmesg show "spi-nor: probe of spi0.0 failed with error -95"

2024-07-30 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => AaronMa (mapengyu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070339 Title: [Lenovo Ubuntu 24.04 Bug] dmesg show "spi-nor: probe of s

[Bug 1607345] Re: Collect all logs needed to debug curtin/cloud-init for each deployment

2024-07-29 Thread Brett Holman
Cloud-init now supports event reporting, so closing this item. If you believe this to be not completed please open a new bug against cloud- init on Github with more details. ** Changed in: cloud-init (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because

[Bug 1598522] Re: openvpn starts before network is up in 16.04 this breaks networking in clouds

2024-07-29 Thread Brett Holman
TUN devices do not have a mac address, and therefore this issue has been resolved[1] since 17.1. Closing [1] https://github.com/canonical/cloud- init/commit/ebc9ecbc8a76bdf511a456fb72339a7eb4c20568#diff-64cfbd59f8e1f952e493a0a0198ad52030d7f1809d46e84f1645515045f40270 ** Changed in: cloud-init (Ub

[Bug 1592684] Re: Add MODULES=dep initramfs configuration

2024-07-29 Thread Brett Holman
The benefit is in kernel boot time, so by the time cloud-init has started, it will be too late to benefit the first boot. If such a benefit is even wanted (given the compatibility concerns previously cited), I suspect that the initial proposal of making this part of image build would make more sens

[Bug 1677668] Re: no GARPs during ephemeral boot

2024-07-29 Thread Brett Holman
Cloud-init now prefers dhcpcd over dhclient, which includes RFC 5227 support. Closing. ** Changed in: cloud-init (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 961240] Re: cloud-init does not run grub on PV Xen and KVM has issues

2024-07-29 Thread Brett Holman
On 24.04 and later Ubuntu's grub packaging uses "cloud_style_initialization" and therefore cloud-init isn't required to select the grub install target anymore. ** Changed in: cloud-init (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of

[Bug 1703789] Re: Disk setup example text only lists MBR as valid table_type

2024-07-29 Thread Brett Holman
** Changed in: cloud-init (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/1703789 Title: Disk setup example text only lists MBR as valid table_type T

[Bug 2039441] Re: "System is booting up. Unprivileged users are not permitted to log in yet." causes wait subcommand to fail

2024-07-29 Thread Brett Holman
** Changed in: cloud-init (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: cloud-init (Ubuntu Focal) Status: Fix Committed => Fix Released ** Changed in: cloud-init (Ubuntu Jammy) Status: Fix Committed => Fix Released -- You received this bug notification becau

[Bug 1878066] Re: ds=nocloud and ds=nocloud-net for automated installs do not work on a machine booted via uefi+grub2

2024-07-29 Thread Brett Holman
> cloud-init docs are not clear that ';' in kernel cmdline is potentially missmarsed by bootloaders, and thus the values passed to ds= should be ideally escaped like ds='all the settings' because \; to separate key-value pairs can be eaten easily. see the below confusing where most of the cmdline a

[Bug 1675571] Re: Cloud-init update renders secondary addresses to be incompatible with standard tools

2024-07-29 Thread Brett Holman
** Changed in: cloud-init (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675571 Title: Cloud-init update renders secondary addresses to be incompatible

[Bug 1303934] Re: no error message to console when cloud-config-url fails to load

2024-07-29 Thread Brett Holman
** Changed in: cloud-init (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/1303934 Title: no error message to console when cloud-config-url fails to lo

[Bug 1958377] Re: cloud-init does not apply network configuration from NoCloud resource

2024-07-29 Thread Brett Holman
The problem that was initially reported was resolved in this bug report. Cloud-init was behaving as expected so setting to invalid. ** Changed in: cloud-init (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1861128] Re: getty.target starts before cloud-config is done

2024-07-29 Thread Brett Holman
** Changed in: cloud-init (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861128 Title: getty.target starts before cloud-config is done To manage notific

[Bug 2069391] Re: debsums reports file changed /usr/lib/systemd/system/cloud-init.service

2024-07-15 Thread Brett Holman
> [ Chad Smith ] > * Replace cloud-init.service on NetworkManager images to address an ordering >cycle interfering with autoinstall with ubuntu-desktop-installer. >(LP: #2008952) It sounds like you've correctly diagnosed the root cause. > Is there something to be fixed on either side?

[Bug 2064736] Re: gnome crashes

2024-06-26 Thread Brett Holman
see the following gnome-shell crash link: https://errors.ubuntu.com/oops/3aa89b1a-08f5-11ef-9dd2-fa163ec44ecd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064736 Title: gnome crashes To manage n

[Bug 2070804] Re: Gnome videos (Totem) cannot play mp4, snap store installer broken

2024-06-26 Thread Brett Holman
I just discovered https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/2021523. This bug might be a duplicate of that one, but I'm not sure whether the dialogue behavior is a gstreamer issue or due to another project (totem/snapd/etc). For now I'll add gstreamer to this issue and let someone

[Bug 2070804] [NEW] Gnome videos (Totem) cannot play mp4, snap store installer broken

2024-06-26 Thread Brett Holman
Public bug reported: My attempts to get it to work with gnome video (Totem) fail due to a missing decoder: When I start the video with `xdg-open some.mp4`, in a window over the first frame of the video player I get a popup that says: ``` Unable to play the file meta/x-gst-fourcc-mett decoder is

[Bug 1746426] Re: Totem is not associated with any mime types

2024-06-26 Thread Brett Holman
I believe that this can be closed. On noble, totem has the following mimetypes in /usr/share/applications/org.gnome.Totem.desktop MimeType=application/mxf;application/ram;application/sdp;application/vnd.apple.mpegurl;application/vnd.ms- asf;application/vnd.ms-wpl;application/vnd.rn- realmedia;appl

[Bug 2069391] Re: debsums reports file changed /usr/lib/systemd/system/cloud-init.service

2024-06-17 Thread Brett Holman
Thanks for reporting this issue! By the changed file it looks like something (subiquity?) is changing one of cloud-init's service files. Since it looks like this is an issue in an external project, I'm setting this issue to Invalid on the cloud-init project for now. ** Changed in: cloud-init (Ubu

[Bug 2068077] Re: initramfs-tools reports "can't identify type of root filesystem" when label is missing

2024-06-10 Thread Brett Holman
I haven't tested the diff, but this looks like an improvement to me. The new output message improves the messaging to the user with a clue that LABEL resolution is involved in fs type lookup and a possible source of the issue. +1 thanks @bdrung -- You received this bug notification because you a

[Bug 2068077] Re: initramfs-tools can't identify root filesystem type

2024-06-07 Thread Brett Holman
After digging in a little bit I noticed that this is just a case of a confusing error message. It turns out that the label was just missing from this filesystem. I'll update the bug title accordingly. ** Summary changed: - initramfs-tools can't identify root filesystem type + initramfs-tools rep

[Bug 2068077] [NEW] initramfs-tools can't identify root filesystem type

2024-06-04 Thread Brett Holman
Public bug reported: When I attempt to regenerate an initramfs for a new root filsystem, update-initramfs is unable to identify the filesystem type of this initramfs. ``` # update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.15.0-1059-kvm W: Couldn't identify type of root file sys

[Bug 2065869] Re: Noble tiling overlay broken

2024-06-04 Thread Brett Holman
This is a duplicate of https://bugs.launchpad.net/ubuntu/+source/gnome- shell-extension-tiling-assistant/+bug/2063970 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065869 Title: Noble tiling overla

[Bug 2067137] Re: package cloud-init 24.1.3-0ubuntu1~23.10.2 failed to install/upgrade: installed cloud-init package post-installation script subprocess was killed by signal (Broken pipe)

2024-05-27 Thread Brett Holman
> The desktop crashes after some time and a hard reboot is needed (going so far to unplug and re-plug). This happens while trying to upgrade cloud-init I assume? Does this reproduce for you? I just tried upgraded cloud-init from 23.3.1-0ubuntu2 to 24.1.3-0ubuntu1~23.10.2 without error. The journal

[Bug 2066027] Re: System Monitor Incorrectly Reports CPU

2024-05-17 Thread Brett Holman
** Attachment added: "added screenshot" https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+attachment/5779381/+files/Screenshot%20from%202024-05-17%2010-33-25.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 2066027] [NEW] System Monitor Incorrectly Reports CPU

2024-05-17 Thread Brett Holman
Public bug reported: Firefox is currently eating 100% CPU (firefox was nearly unusable, confirmed with htop), however the gnome system monitor reports 0.99%. This does not appear to be a simple multiplication error since a single process called Isolated Web Co is reported as much higher at 6.31 p

[Bug 2065869] [NEW] Noble tiling overlay broken

2024-05-16 Thread Brett Holman
Public bug reported: Sometimes when dragging a window on Gnome to an edge to arrange window tiling, the translucent orange overlay will cover the top half of the screen. This has been happening on Noble for a month or two now. Usually just resizing the tiled window will make this overlay disappear

[Bug 2064736] Re: gnome crashes

2024-05-14 Thread Brett Holman
Will do once I return. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064736 Title: gnome crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell

[Bug 2039083] Re: "optional: true" flag introduces problem it's meant to fix in certain circumstances

2024-05-04 Thread Brett Holman
Is this behavior supposed to be fixed in 24.04? I see a similar report here[1] based on 24.04 where the apparent fix involves removing optional: true to avoid blocking boot. [1] https://github.com/Joshua-Riek/ubuntu-rockchip/issues/757 ** Bug watch added: github.com/Joshua-Riek/ubuntu-rockchip/is

[Bug 2064736] [NEW] gnome crashes

2024-05-03 Thread Brett Holman
Public bug reported: second time that gnome crashed in two days while moving windows around ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gdm3 46.0-2ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1 Uname: Linux 6.8.0-31-generic x86_64 NonfreeKernelModules: zfs ApportVersion:

[Bug 2064529] [NEW] amdgpu crash

2024-05-01 Thread Brett Holman
Public bug reported: graphics crashes, requires reboot this has happened a few times recently - typically during periods of activity but not always. See the journal log from the last boot below: Apr 30 21:07:15 arc kernel: snd_hda_intel :1f:00.1: Unable to change power state from D3hot to

[Bug 2064300] [NEW] cli behavior changed

2024-04-30 Thread Brett Holman
Public bug reported: Originally reported on Github[1], cloud-init released a change in the cli[2] that broke former cloud-init cli commands. Previously `cloud-init -f init` was allowed, but after the 24.1 SRU release to Jammy, this broke and now the following invocation is required to accompli

[Bug 2063074] Re: Waydroid breaks nouveau

2024-04-22 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063074 Title: Waydroid breaks nouveau To manage notifications

[Bug 2063077] Re: Keyboard does not work after waking up from suspend with 5.15.0-105 (but works with 5.15.0-101)

2024-04-22 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063077 Title: Keyboard does not work after waking up from suspe

[Bug 2063143] Re: Frequent boot to black display

2024-04-22 Thread Brett Grandbois
** Changed in: linux-meta (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063143 Title: Frequent boot to black display

[Bug 2062951] Re: Random flickering with i915 on Linux 6.8

2024-04-21 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062951 Title: Random flickering with i915 on Linux 6.8 To mana

[Bug 2062966] Re: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/acpidbg', which is also in package linux-intel-iotg-tools-common 5.15.0-1055.61

2024-04-21 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062966 Title: package linux-tools-common (not ins

[Bug 2062977] Re: Please backport d02c357e5bfa7dfd618b7b3015624beb71f58f1f

2024-04-21 Thread Brett Grandbois
** Changed in: linux-azure (Ubuntu) Assignee: (unassigned) => Marcelo Cerri (mhcerri) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062977 Title: Please backport d02c357e5bfa7dfd618b7b3015624b

[Bug 2062985] Re: ALSA Fails to detect any devices with kernel 6.8.0

2024-04-21 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062985 Title: ALSA Fails to detect any devices wi

[Bug 2063002] Re: Add support for DCN 3.5

2024-04-21 Thread Brett Grandbois
** Changed in: linux-firmware (Ubuntu Noble) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063002 Title: Add support for DCN

[Bug 2062452] Re: package linux-headers-6.5.0-28-generic 6.5.0-28.29 failed to install/upgrade: installed linux-headers-6.5.0-28-generic package post-installation script subprocess returned error exit

2024-04-21 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062452 Title: package linux-headers-6.5.0-28-gene

[Bug 2062502] Re: linux-firmware package breaks iwlwifi

2024-04-21 Thread Brett Grandbois
** Changed in: linux-firmware (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062502 Title: linux-firmware package breaks iwlwifi T

[Bug 2062545] Re: Still, No keyboard after kernel update Linux t-l15 6.5.0-1020-oem

2024-04-21 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062545 Title: Still, No keyboard after kernel update Linux t-l1

[Bug 2062546] Re: Ubuntu 22.04 Lock Screen is changing the brightness level automatically - Asus Vivobook

2024-04-21 Thread Brett Grandbois
** Changed in: linux-signed-hwe-6.5 (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062546 Title: Ubuntu 22.04 Lock Screen is changi

[Bug 2062562] Re: Keyboard not working after resume from suspend on Dell XPS 13 laptop

2024-04-21 Thread Brett Grandbois
** Changed in: linux-signed (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062562 Title: Keyboard not working after resume from sus

[Bug 2062325] Re: Failed to read fan data for Asus Zenbook laptop

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062325 Title: Failed to read fan data for Asus Zenbook laptop

[Bug 2062386] Re: Maxlinear Ethernet GPY115B report gpy_config_aneg failed: -110 and Link UP is not visible

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062386 Title: Maxlinear Ethernet GPY115B report g

[Bug 2062120] Re: lenovo yt3 kernel support

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062120 Title: lenovo yt3 kernel support To manage notification

[Bug 2062412] Re: No input through internal microphone (Ryzen 6000)

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062412 Title: No input through internal microphone (Ryzen 6000)

[Bug 2051720] Re: Bluetooth Broken In Kernel Versions 6.5+ (Intel AX210)

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051720 Title: Bluetooth Broken In Kernel Versions 6.5+ (Intel A

[Bug 2062280] Re: Bluetooth Broken In Kernel Versions 6.5+ (Realtek)

2024-04-18 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062280 Title: Bluetooth Broken In Kernel Versions 6.5+ (Realtek

[Bug 1633453] Re: ssh is started before cloud-init completed

2024-04-18 Thread Brett Holman
This was resolved in upstream cloud-init in 23.3, which moved Before=systemd-user-sessions.service from cloud-init.service to cloud- config.service to resolve LP: #2013403. That change was temporarily reverted on Ubuntu due to a snap-related performance regression. On Noble and newer, the snap regr

[Bug 2039505] Re: Time To SSH Regression

2024-04-18 Thread Brett Holman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2039505 Title: Time To SSH Regression To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2039505/+s

[Bug 2061949] Re: nouveau error

2024-04-17 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061949 Title: nouveau error To manage notificati

[Bug 2062063] Re: ULTS 24 linux 6.8.0-22 SOF sound chips wrong name of fw package

2024-04-17 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062063 Title: ULTS 24 linux 6.8.0-22 SOF sound chips wrong name

[Bug 2061930] Re: linux-nvidia-6.5_6.5.0-1014.14 breaks with earlier BIOS release, and modeset/resolutions are wrong

2024-04-17 Thread Brett Grandbois
** Changed in: linux-nvidia-6.5 (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061930 Title: linux-nvidia-6.5_6.5.0-1014.14 bre

[Bug 2061713] Re: ASUS Battery Won't Charge if Plugged in While Suspended

2024-04-16 Thread Brett Grandbois
** Changed in: linux-signed-hwe-6.5 (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061713 Title: ASUS Battery Won't Charge if Plugg

[Bug 2061840] Re: Ubuntu 24.04 freezes after plug in power cable

2024-04-16 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061840 Title: Ubuntu 24.04 freezes after plug in

[Bug 2061912] Re: After a very recent update most browsers are not able to load webpages in Ubuntu 24.04

2024-04-16 Thread Brett Grandbois
** Changed in: linux-lowlatency (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061912 Title: After a very recent upda

[Bug 2061373] Re: Print kernel messages before the uefi POST screen disappears in Ubuntu24.04 Beta

2024-04-15 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061373 Title: Print kernel messages before the ue

[Bug 2061376] Re: Touchpad scroll bounces back 22.04.4 Thinkpad X1 Yoga Gen5

2024-04-15 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061376 Title: Touchpad scroll bounces back 22.04.4 Thinkpad X1

[Bug 2061378] Re: [24.04]: mpi3mr: Features and Bug Fixes

2024-04-15 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061378 Title: [24.04]: mpi3mr: Features and Bug F

[Bug 2061684] Re: ULTS 24 linux 6.8.0-22 modules misversioned

2024-04-15 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061684 Title: ULTS 24 linux 6.8.0-22 modules misv

[Bug 2061040] Re: I2C HID device sometimes fails to initialize causing touchpad to not work

2024-04-14 Thread Brett Grandbois
** Changed in: linux (Ubuntu Noble) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061040 Title: I2C HID device sometimes fails to initializ

[Bug 2061295] Re: No graphical boot with default Kubuntu 24.04

2024-04-14 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061295 Title: No graphical boot with default Kubu

[Bug 2061087] Re: Conflict with linux-laptop-tools-common

2024-04-14 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061087 Title: Conflict with linux-laptop-tools-co

[Bug 2061091] Re: Freezing user space processes failed after 20.008 seconds (1 tasks refusing to freeze, wq_busy=0)

2024-04-14 Thread Brett Grandbois
** Changed in: linux-signed-hwe-6.5 (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061091 Title: Freezing user space processes fail

[Bug 1990592] Re: [nouveau] Xorg desktop environment fails to start with QEMU GPU passthrough to NVIDIA

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990592 Title: [nouveau] Xorg desktop environment

[Bug 2060914] Re: kernel NULL pointer dereference in ipu6 driver

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060914 Title: kernel NULL pointer dereference in

[Bug 2060918] Re: [24.04]: mpt3sas: Feature and critical Bug fix

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060918 Title: [24.04]: mpt3sas: Feature and criti

[Bug 2060924] Re: [Lenovo Ubuntu 24.04 Bug] Can not detect iscsi disk storage and kernel show " detected conn error (1020)"

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060924 Title: [Lenovo Ubuntu 24.04 Bug] Can not d

[Bug 2060977] Re: gnome crashes when waking from lock

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060977 Title: gnome crashes when waking from lock

[Bug 2060981] Re: ACPI BIOS errors

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060981 Title: ACPI BIOS errors To manage notifications about t

[Bug 2060989] Re: package linux-headers-6.5.0-27-generic 6.5.0-27.28 failed to install/upgrade: installed linux-headers-6.5.0-27-generic package post-installation script subprocess returned error exit

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060989 Title: package linux-headers-6.5.0-27-generic 6.5.0-27.2

[Bug 2060919] Re: Remote filesystems mounted as CIFS not working after update to Kernel "6.5.0-27-generic #28-Ubuntu" (amd64) or Kernel "6.5.0-1014-raspi #17-Ubuntu" (aarch64).

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060919 Title: Remote filesystems mounted as CIFS not workin

[Bug 2060770] Re: NVMe drive fails at high write workload after kernel upgrades

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060770 Title: NVMe drive fails at high write workload after ker

[Bug 2060942] Re: Missing power LED on earlier models

2024-04-11 Thread Brett Grandbois
** Changed in: linux-raspi (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060942 Title: Missing power LED on earlier models To

[Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-11 Thread Brett Grandbois
** Changed in: linux (Ubuntu Noble) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060868 Title: Lenovo X13s fails to boot on

[Bug 2060977] [NEW] gnome crashes when waking from lock

2024-04-11 Thread Brett Holman
Public bug reported: When trying to log in from locked / sleeping desktop, gnome crashed. I have three monitors connected via displayport to this card. dmesg snip: [Thu Apr 11 08:12:57 2024] audit: type=1107 audit(1712844779.171:174815): pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unc

[Bug 2060880] Re: squid crashes after update to 4.10-1ubuntu1.10

2024-04-11 Thread Alex Brett
We also experienced the issue (it was readily reproducible in our case), and the proposed 4.10-1ubuntu1.11 package appears to have resolved it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060880 Ti

[Bug 2060894] [NEW] dialogue won't start, high cpu usage

2024-04-10 Thread Brett Holman
Public bug reported: I connected the system to wifi using gnome's settings. Stuck at the "Preparing Ubuntu..." screen burning 100% cpu on one core. The process burning CPU (currently at 27m runtime) is: python3 -m subiquity.cmd.server --use-os-prober --storage-version=2 --postinst-hooks-dir=/sn

[Bug 2060648] Re: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9

2024-04-09 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060648 Title: package linux-tools-common (not installed) fa

[Bug 2060709] Re: Kernel 6.8 and Gigabyte F2A88XM-D3H mainboard do not collaborate

2024-04-09 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060709 Title: Kernel 6.8 and Gigabyte F2A88XM-D3H

[Bug 2060716] Re: Screen flickering again

2024-04-09 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060716 Title: Screen flickering again To manage notifications

[Bug 2060655] Re: linux-signatures-nvidia-6.8.0-22-generic missing default nvidia 550 drivers

2024-04-09 Thread Brett Grandbois
** Changed in: linux-restricted-signatures (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060655 Title: linux-signatures-nvidia

[Bug 2060677] Re: Consistent (zfs?) errors at shutdown

2024-04-09 Thread Brett Grandbois
** Changed in: linux-raspi (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060677 Title: Consistent (zfs?) errors at shutdown T

[Bug 2060727] Re: The keyboard does not work after latest kernel update

2024-04-09 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060727 Title: The keyboard does not work after latest kernel up

[Bug 2060748] Re: iwlwifi error popping up every few minutes in Kubuntu 23.10 using Intel AX210 card

2024-04-09 Thread Brett Grandbois
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060748 Title: iwlwifi error popping up every few minutes in Kub

[Bug 2060685] Re: package linux-modules-nvidia-535-generic-hwe-22.04 6.5.0-27.28~22.04.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2024-04-09 Thread Brett Grandbois
** Changed in: linux-restricted-modules-hwe-6.5 (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060685 Title: package linux-modu

  1   2   3   4   5   6   7   8   9   10   >