[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtraceevent/+bug/2075101/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 updates any existing references to the newer
URI.

** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2032128

Title:
  README file in Boot Partition contains broken link to Cloud Init
  documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2032128/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 preseed
  configuration based on debconf settings.
  
  This design is undesirable for several reasons:
  
  1. this design unnecessarily requires a distro-specific dependency: debconf
  2. this design unnecessarily requires that a duplicate implementation exist 
in MAAS for Ubuntu core[1][2] and other distros
  3. this design obscures project boundaries by hiding MAAS / curtin 
functionality in cloud-init's packaging shell scripts[3][4]
  
  It would be preferable to use the same (distro-agnostic) method
  everywhere. This code path already exists for non-Ubuntu distros and (if
  it works) would be much preferable to use everywhere.
  
  This would reduce maintenance burden:
  
- 1. it will eliminate duplicate code paths: which may diverge over time
+ 1. it will eliminate duplicate code paths[5]: which may diverge over time
  2. it will eliminate hacky shell postinst logic : this would be better 
implemented in a more maintainable repo/language
- 3. it will clarify project boundaries and ownership of functionality: this 
functionality cannot currently be verified by the cloud-init team[5] - a 
cloud-init devel release is required, followed by MAAS CI runs
+ 3. it will clarify project boundaries and ownership of functionality: this 
functionality cannot currently be verified by the cloud-init team[6] - a 
cloud-init devel release is required, followed by MAAS CI runs
  
  [1] 
https://github.com/canonical/maas/blob/5f6f9d61ae3638c8fa89d0c73e0368a55145667c/src/maasserver/preseed.py#L154
  [2] 
https://github.com/canonical/curtin/blob/a5e8e4ad5c600af9f95e2cecf644d824ca0489e2/curtin/commands/curthooks.py#L1858
  [3] 
https://github.com/canonical/cloud-init/blob/ubuntu/devel/debian/cloud-init.postinst#L54
  [4] https://github.com/canonical/cloud-init/issues/5685
- [5] https://github.com/canonical/cloud-init/issues/5688
- [6] 
https://github.com/canonical/cloud-init/issues/5685#issuecomment-2342036576
+ [5] 
https://github.com/canonical/cloud-init/issues/5685#issuecomment-2342036576
+ [6] https://github.com/canonical/cloud-init/issues/5688

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080892

Title:
  MAAS requires debconf for cloud-init preseed on Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/2080892/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2032128

Title:
  README file in Boot Partition contains broken link to Cloud Init
  documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2032128/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

** Changed in: cloud-init (Ubuntu Jammy)
   Status: New => Fix Committed

** Changed in: cloud-init (Ubuntu Noble)
   Status: New => Fix Committed

** Changed in: cloud-init (Ubuntu Oracular)
   Status: New => 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/1982780

Title:
  Missing dm-thin-pool Causes LXD LVM Failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1982780/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (Ubuntu Jammy) => cloud-init (Ubuntu
Jammy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1982780

Title:
  Missing dm-thin-pool Causes LXD LVM Failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1982780/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 requires a distro-specific dependency: debconf
  2. this design unnecessarily requires that a duplicate implementation exist 
in MAAS for Ubuntu core[1][2] and other distros
  3. this design obscures project boundaries by hiding MAAS / curtin 
functionality in cloud-init's packaging shell scripts[3][4]
-  
- It would be preferable to use the same method everywhere. This would reduce 
maintenance burden:
+ 
+ It would be preferable to use the same (distro-agnostic) method
+ everywhere. This code path already exists for non-Ubuntu distros and (if
+ it works) would be much preferable to use everywhere.
+ 
+ This would reduce maintenance burden:
  
  1. it will eliminate duplicate code paths: which may diverge over time
  2. it will eliminate hacky shell postinst logic : this would be better 
implemented in a more maintainable repo/language
  3. it will clarify project boundaries and ownership of functionality: this 
functionality cannot currently be verified by the cloud-init team[5] - a 
cloud-init devel release is required, followed by MAAS CI runs
  
  [1] 
https://github.com/canonical/maas/blob/5f6f9d61ae3638c8fa89d0c73e0368a55145667c/src/maasserver/preseed.py#L154
  [2] 
https://github.com/canonical/curtin/blob/a5e8e4ad5c600af9f95e2cecf644d824ca0489e2/curtin/commands/curthooks.py#L1858
  [3] 
https://github.com/canonical/cloud-init/blob/ubuntu/devel/debian/cloud-init.postinst#L54
  [4] https://github.com/canonical/cloud-init/issues/5685
  [5] https://github.com/canonical/cloud-init/issues/5688
+ [6] 
https://github.com/canonical/cloud-init/issues/5685#issuecomment-2342036576

** Also affects: maas
   Importance: Undecided
   Status: New

** Also affects: curtin
   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/2080892

Title:
  MAAS requires debconf for cloud-init preseed on Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/2080892/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-specific dependency: debconf
2. this design unnecessarily requires that a duplicate implementation exist in 
MAAS for Ubuntu core[1][2] and other distros
3. this design obscures project boundaries by hiding MAAS / curtin 
functionality in cloud-init's packaging shell scripts[3][4]
 
It would be preferable to use the same method everywhere. This would reduce 
maintenance burden:

1. it will eliminate duplicate code paths: which may diverge over time
2. it will eliminate hacky shell postinst logic : this would be better 
implemented in a more maintainable repo/language
3. it will clarify project boundaries and ownership of functionality: this 
functionality cannot currently be verified by the cloud-init team[5] - a 
cloud-init devel release is required, followed by MAAS CI runs

[1] 
https://github.com/canonical/maas/blob/5f6f9d61ae3638c8fa89d0c73e0368a55145667c/src/maasserver/preseed.py#L154
[2] 
https://github.com/canonical/curtin/blob/a5e8e4ad5c600af9f95e2cecf644d824ca0489e2/curtin/commands/curthooks.py#L1858
[3] 
https://github.com/canonical/cloud-init/blob/ubuntu/devel/debian/cloud-init.postinst#L54
[4] https://github.com/canonical/cloud-init/issues/5685
[5] https://github.com/canonical/cloud-init/issues/5688

** Affects: cloud-init (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/2080892

Title:
  MAAS requires debconf for cloud-init preseed on Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2080892/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/lptools/+bug/1974061/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 as a 
> `Recommends:` dependency during upgrade and should not be enabled by default
> EOF

Agreed, it seems like this is something that should be fixed external to
cloud-init. Part of cloud-init's job is identifying if an instance is
fresh (i.e. hasn't ran before on this instance), so it seems to be doing
what it is supposed to do. It's just running in an environment where
cloud-init wasn't supposed to do that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2075968

Title:
  cloud-init locks out user `ubuntu` after upgrade from 22.04 to 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2075968/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Put a fresh Noble on a few days ago and so far had only installed one
program besides what you get during standard during the standard install
(offline app option + non-free boxes checked).

Ran into the problem being described here with the warning messages
during sudo apt update.

Per Brian Murray's suggestion I enabled -proposed and rebooted (had
tried rebooting before to no effect).

Problem appears to be solved, no more warnings.

One additional note, when I went through the OS install I enabled Ubuntu
Pro with my Ubuntu One account but didn't get any feedback like it
hadn't finished doing it so opened a terminal and ran the Ubuntu Pro
enable from the command line.  It said already had been enabled.  Sorry
if wording is not precise but just posting this feedback.  Thanks for
fixing these things, Ubuntu has been my favorite OS for more than a
decade and really appreciate 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 changed on disk. Run 'systemctl daemon-reload'
  to reload units.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/2055239/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 spi0.0 failed
  with error -95"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2070339/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607345

Title:
  Collect all logs needed to debug curtin/cloud-init for each deployment

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1607345/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

Title:
  openvpn starts before network is up in 16.04 this breaks networking in
  clouds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1598522/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 sense.

** 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/1592684

Title:
  Add MODULES=dep initramfs configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1592684/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.net/bugs/1677668

Title:
  no GARPs during ephemeral boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1677668/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961240

Title:
  cloud-init does not run grub on PV Xen and KVM has issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/961240/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1703789/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2039441

Title:
  "System is booting up. Unprivileged users are not permitted to log in
  yet." causes wait subcommand to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/uvtool/+bug/2039441/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 after and including ';' got discarded

This has been documented[1] for some time now.

[1] https://docs.cloud-
init.io/en/latest/reference/datasources/nocloud.html

** Changed in: cloud-init (Ubuntu)
   Status: Triaged => 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/1878066

Title:
  ds=nocloud and ds=nocloud-net for automated installs do not work on a
  machine booted via uefi+grub2

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1878066/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 with
  standard tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1675571/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1303934/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958377

Title:
  cloud-init does not apply network configuration from NoCloud resource

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1958377/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1861128/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

The change was to fix an issue in the installer - but the fix rewrites
the .service file provided by a different package. I'm not sure if
debian packaging handles this in a safe (ordered) way, but assuming it
doesn't (as evidenced by the debsums error) then yes - this should
probably be fixed.

To fix this packaging issue,  livecd-rootfs could instead provide a
drop-in config in, for example, /lib/systemd/system/cloud-
init.service.d/10-override.conf, which modifies the cloud-init.service's
boot order.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069391

Title:
  debsums reports file changed /usr/lib/systemd/system/cloud-
  init.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2069391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064736/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 who knows the components better decide whether this bug report
should be marked duplicate.

** Also affects: gstreamer1.0 (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/2070804

Title:
  Gnome videos (Totem) cannot play mp4, snap store installer broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/2070804/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 required to play the file, but is not 
installed.

Cancel | Find in Ubuntu Software
```

When I click "Find in Ubuntu Software",  another window is opened with a 
spinning circle which runs indefinitely without finding anything. The process 
that is spawns is this:
```
/usr/bin/gstreamer-codec-install --interaction=hide-confirm-search 
--desktop-id=org.gnome.Totem.desktop --startup-notification-id=_TIME1227877508 
gstreamer|1.0|totem|meta/x-gst-fourcc-mett 
decoder|decoder-meta/x-gst-fourcc-mett
```
This process, by the way, does not get cleaned up when the parent windows are 
closed - manual cleanup is required.

It appears that gstreamer shouldn't even require installing codecs,
since gst-play-1.0 is fully capable of playing the mp4:

```
gst-play-1.0 some.mp4
```

Other details:
- all of the totem's `Recommends` and `Suggests` packages installed.
- ffplay can play this mp4
- vlc can play this mp4


```
$ lsb_release -rd 
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04
$ apt-cache policy totem
totem:
  Installed: 43.0-2ubuntu4
  Candidate: 43.0-2ubuntu4
  Version table:
 *** 43.0-2ubuntu4 500
500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

```

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: snapd (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/2070804

Title:
  Gnome videos (Totem) cannot play mp4, snap store installer broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2070804/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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;application/vnd.rn-realmedia-
vbr;application/x-extension-m4a;application/x-extension-
mp4;application/x-flash-
video;application/x-matroska;application/x-netshow-
channel;application/x-quicktimeplayer;application/x-shorten;image/vnd.rn-
realpix;image/x-pict;misc/ultravox;text/x-google-video-
pointer;video/3gp;video/3gpp;video/3gpp2;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/mpeg-
system;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-
realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mjpeg;video/x-mpeg;video/x-mpeg2;video/x-ms-
asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-msvideo;video/x-ms-
wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-
wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora;video/x-theora+ogg;video/x-totem-
stream;audio/x-pn-
realaudio;application/smil;application/smil+xml;application/x-quicktime-
media-link;application/x-smil;text/google-video-pointer;x-content/video-
dvd;x-scheme-handler/pnm;x-scheme-handler/mms;x-scheme-
handler/net;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-
handler/rtsp;x-scheme-handler/mmsh;x-scheme-handler/uvox;x-scheme-
handler/icy;x-scheme-handler/icyx;


** Changed in: totem (Ubuntu)
   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/1746426

Title:
  Totem is not associated with any mime types

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1746426/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (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.net/bugs/2069391

Title:
  debsums reports file changed /usr/lib/systemd/system/cloud-
  init.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2069391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068077

Title:
  initramfs-tools reports "can't identify type of root filesystem" when
  label is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 reports "can't identify type of root filesystem" when label 
is missing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068077

Title:
  initramfs-tools reports "can't identify type of root filesystem" when
  label is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 system for fsck hook
W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
W: mdadm: failed to auto-generate temporary mdadm.conf file.
```

the mounted filesystem:
```
# cat /proc/mounts | grep xfs
/dev/sda1 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
```

fstab:
```
# cat /etc/fstab | grep xfs
LABEL=cloudimg-rootfs   /xfsdefaults0 1
```

cmdline:
```
BOOT_IMAGE=/boot/vmlinuz-5.15.0-1059-kvm 
root=PARTUUID=575c9681-fb9d-457c-a3b5-407dda61a919 ro console=tty1 
console=ttyS0 panic=-1
```


The failure is in hooks/fsck when it calls resolve_device(). The function 
returns 1 and echos nothing because it has a LABEL, not a UUID or PARTUUID.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: initramfs-tools 0.140ubuntu13.4
ProcVersionSignature: Ubuntu 5.15.0-1059.64-kvm 5.15.149
Uname: Linux 5.15.0-1059-kvm x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed Jun  5 01:25:29 2024
PackageArchitecture: all
ProcEnviron:
 TERM=vt220
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy uec-images

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068077

Title:
  initramfs-tools can't identify root filesystem type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 overlay broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2065869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 log included is
from a different boot than the one where you had this issue. Can you
please share the journal log from the boot you did on 05/24?

To do that please run:

journalctl -b -N

where N is 0 for current boot, -1 for previous, -2 for boot before
previous, etc.

Please not that a signal which kills cloud-init during postinst doesn't
necessarily mean that there is an issue with cloud-init.


** Changed in: cloud-init (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067137

Title:
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2067137/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu.
https://bugs.launchpad.net/bugs/2066027

Title:
  System Monitor Incorrectly Reports CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
percent.

See the attached picture which displays process htop alongside gnome
system monitor.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-system-monitor 46.0-1build1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri May 17 11:35:03 2024
InstallationDate: Installed on 2024-05-02 (15 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066027

Title:
  System Monitor Incorrectly Reports CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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, but in
some cases when this happens, it will cause glitchy tiling behaviors
while resizing (looks like a bug in tiling, not graphics)  and I will
have to move the window from one monitor to another to work around the
issue.

version
```
$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04
```

deb gnome packages
```
$ dpkg -l | grep -e gnome-shell -e 
gnome-shell-extension-ubuntu-tiling-assistant 
ii  chrome-gnome-shell42.1-4
 all  GNOME Shell integration for browsers - transitional 
package
ii  gnome-shell   46.0-0ubuntu5.1   
 amd64graphical shell for the GNOME desktop
ii  gnome-shell-common46.0-0ubuntu5.1   
 all  common files for the GNOME graphical shell
ii  gnome-shell-extension-appindicator57-2  
 all  AppIndicator, KStatusNotifierItem and tray support 
for GNOME Shell
ii  gnome-shell-extension-desktop-icons-ng46+really47.0.9-1 
 all  desktop icon support for GNOME Shell
ii  gnome-shell-extension-prefs   46.0-0ubuntu5.1   
 amd64tool to enable / disable GNOME Shell extensions
ii  gnome-shell-extension-ubuntu-dock 90ubuntu1 
 all  Ubuntu Dock for GNOME Shell
ii  gnome-shell-extension-ubuntu-tiling-assistant 46-1ubuntu1   
 all  extension which adds a Windows-like snap assist to 
GNOME Shell
ii  yaru-theme-gnome-shell24.04.2-0ubuntu1  
 all  Yaru GNOME Shell desktop theme from the Ubuntu 
Community
```

snap gnome packages
```
$ snap list 
Name   VersionRevTracking
Publisher  Notes
bare   1.05  latest/stable   
canonical✓ base
core   16-2.61.2  16928  latest/stable   
canonical✓ core
core18 20240416   2823   latest/stable   
canonical✓ base
core20 20240416   2318   latest/stable   
canonical✓ base
core22 20240408   1380   latest/stable   
canonical✓ base
gnome-3-34-18040+git.3556cb3  93 latest/stable   
canonical✓ -
gnome-3-38-20040+git.efb213a  143latest/stable   
canonical✓ -
gnome-42-2204  0+git.510a601  176latest/stable/… 
canonical✓ -
gtk-common-themes  0.1-81-g442e5111535   latest/stable/… 
canonical✓ -
lxd5.21.1-2d13beb 28463  latest/candidate
canonical✓ -
snap-store 41.3-77-g7dc86c8   1113   latest/stable   
canonical✓ -
snapd  2.62   21465  latest/stable   
canonical✓ snapd
snapd-desktop-integration  0.9157latest/stable/… 
canonical✓ -
```

** Affects: gnome-shell-extension-tiling-assistant (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/2065869

Title:
  Noble tiling overlay broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2065869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/2064736/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/issues #757
   https://github.com/Joshua-Riek/ubuntu-rockchip/issues/757

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2039083

Title:
  "optional: true" flag introduces problem it's meant to fix in certain
  circumstances

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2039083/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri May  3 08:33:23 2024
InstallationDate: Installed on 2021-10-20 (926 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
SourcePackage: gdm3
UpgradeStatus: Upgraded to noble on 2024-01-30 (94 days ago)

** Affects: gdm3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble third-party-packages wayland-session

-- 
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/gdm3/+bug/2064736/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 D0, device inaccessible
Apr 30 21:07:16 arc kernel: snd_hda_intel :1f:00.1: CORB reset timeout#2, 
CORBRP = 65535
Apr 30 21:07:25 arc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring 
gfx_low timeout, signaled seq=155368, emitted seq=155370
Apr 30 21:07:25 arc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process 
information: process spotify pid 11047 thread spotify:cs0 pid 11105
Apr 30 21:07:25 arc kernel: amdgpu :1f:00.0: amdgpu: GPU reset begin!
Apr 30 21:07:33 arc kernel: amdgpu :1f:00.0: amdgpu: failed to write reg 
28b4 wait reg 28c6
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x24, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x9, input 
parameter: 0xf4, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0xa, input 
parameter: 0x103000, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0xe, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x42, input 
parameter: 0x1, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x24, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:54 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:07:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E18E (len 824, WS 0, PS 0) @ 0xE30E
Apr 30 21:07:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E048 (len 326, WS 0, PS 0) @ 0xE138
Apr 30 21:07:54 arc kernel: amdgpu :1f:00.0: [drm] *ERROR* 
dce110_link_encoder_disable_output: Failed to execute VBIOS command table!
Apr 30 21:08:14 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:14 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing C30A (len 62, WS 0, PS 0) @ 0xC326
Apr 30 21:08:34 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:34 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing B802 (len 1359, WS 12, PS 8) @ 0xBB17
Apr 30 21:08:34 arc kernel: amdgpu :1f:00.0: [drm] REG_WAIT timeout 10us * 
3000 tries - dce110_stream_encoder_dp_blank line:936
Apr 30 21:08:54 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E18E (len 824, WS 0, PS 0) @ 0xE30E
Apr 30 21:08:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E048 (len 326, WS 0, PS 0) @ 0xE138
Apr 30 21:08:54 arc kernel: amdgpu :1f:00.0: [drm] *ERROR* 
dce110_link_encoder_disable_output: Failed to execute VBIOS command table!
Apr 30 21:09:14 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:09:14 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing C30A (len 62, WS 0, PS 0) @ 0xC326
Apr 30 21:09:14 arc kernel: amdgpu :1f:00.0: [drm] REG_WAIT timeout 10us * 
3000 tries - dce110_stream_encoder_dp_blank line:936

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-31-generic 6.8.0-31.31
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed May  1 11:09:48 2024
InstallationDate: Installed on 2021-10-20 (924 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: Micro-Star International Co., Ltd. MS-7B79
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-31-generic N/A
 linux-backports-modules-6.8.0-31-generic  N/A
 linux-firmware20240318.git3b128b60-0ubuntu2
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to noble on 2024-01-30 (92 days ago)
dmi.bios.date: 06/28/2018
dmi.bios.release: 5.13
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A.40
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X470 GAMING PLUS (MS-7B79)
dmi.board.vendor: Micro-Star Inte

[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 accomplish the same thing: 
`cloud-init init -f foo.cfg`. There is apparently no syntax that is compatible 
with both versions.

This is a change in behavior that was released under SRU back to stable
releases.

[1] https://github.com/canonical/cloud-init/pull/4559#issuecomment-2084860007
[2] https://github.com/canonical/cloud-init/pull/4559

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Jammy)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Also affects: cloud-init (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (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/2064300

Title:
  cli behavior changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2064300/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 suspend with 5.15.0-105
  (but works with 5.15.0-101)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/2063143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062951/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2062977/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 with kernel 6.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062985/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2063002/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-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 status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062452/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2062502/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-l15 6.5.0-1020-oem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062545/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 changing the brightness level
  automatically - Asus Vivobook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2062546/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 suspend on Dell XPS 13 laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/2062562/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062325/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 gpy_config_aneg failed: -110 and
  Link UP is not visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062386/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062120/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062412/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 AX210)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/2051720/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062280/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 regression has been resolved, and with that
resolution the fix for this problem has been re-introduced.

Closing.

** Changed in: cloud-init (Ubuntu)
   Status: Triaged => 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/1633453

Title:
  ssh is started before cloud-init completed

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1633453/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061949/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 of fw package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062063/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 breaks with earlier BIOS release, and
  modeset/resolutions are wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-6.5/+bug/2061930/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Plugged in While Suspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2061713/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 power cable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061840/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 update most browsers are not able to load webpages
  in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lowlatency/+bug/2061912/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 uefi POST screen disappears in
  Ubuntu24.04 Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061373/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Yoga Gen5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061376/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061378/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061684/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 initialize causing touchpad to not
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061040/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Kubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061295/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2061087/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 failed after 20.008 seconds (1 tasks
  refusing to freeze, wq_busy=0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2061091/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 fails to start with QEMU GPU
  passthrough to NVIDIA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1990592/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 ipu6 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060914/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 critical Bug fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060918/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 detect iscsi disk storage and kernel
  show " detected conn error (1020)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060977/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060981/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.28 failed to
  install/upgrade: installed linux-headers-6.5.0-27-generic package
  post-installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060989/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 working after update to Kernel
  "6.5.0-27-generic #28-Ubuntu" (amd64) or Kernel "6.5.0-1014-raspi
  #17-Ubuntu" (aarch64).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060919/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 kernel upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060770/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2060942/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 6.8.0-20-generic and 6.8.0-22-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060868/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" 
member="PropertiesChanged" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:57 2024] rfkill: input handler enabled
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.588:174816): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="SessionRemoved" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.698:174817): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="UserNew" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:58 2024] audit: type=1400 audit(1712844779.700:174818): 
apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" 
name="/proc/10350/environ" pid=553296 comm="firefox" requested_mask="r" 
denied_mask="r" fsuid=1000 ouid=1000
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.710:174819): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="SessionNew" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/compat1995007933/lower1' 
does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/metacopy-check1285164697/l1'
 does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/opaque-bug-check3491611924/l2'
 does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD 
version 0
[Thu Apr 11 08:13:01 2024] rfkill: input handler disabled
[Thu Apr 11 08:13:02 2024] [drm:retrieve_link_cap [amdgpu]] *ERROR* 
retrieve_link_cap: Read receiver caps dpcd data failed.
[Thu Apr 11 08:13:07 2024] rfkill: input handler enabled
[Thu Apr 11 08:13:08 2024] rfkill: input handler disabled
[Thu Apr 11 08:13:10 2024] audit: type=1107 audit(1712844791.998:174820): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" 
path="/org/freedesktop/PolicyKit1/Authority" 
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" 
name=":1.14" pid=555445 label="snap.snap-store.snap-store" peer_pid=1820 
peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:13:10 2024] audit: type=1107 audit(1712844791.999:174821): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" 
path="/org/freedesktop/PolicyKit1/Authority" 
interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" 
mask="send" name=":1.14" pid=555445 label="snap.snap-store.snap-store" 
peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'


journalctl -u gdm

-- Boot f2ce6f5ac44d413f8e6a1ba80a0bee53 --
Apr 08 09:11:10 arc systemd[1]: Starting gdm.service - GNOME Display Manager...
Apr 08 09:11:10 arc systemd[1]: Started gdm.service - GNOME Display Manager.
Apr 08 09:11:10 arc gdm-launch-environment][7305]: 
pam_env(gdm-launch-environment:session): deprecated reading of user environment 
enabled
Apr 08 09:11:10 arc gdm-launch-environment][7305]: 
pam_unix(gdm-launch-environment:session): session opened for user gdm(uid=126) 
by (uid

[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

Title:
  squid crashes after update to 4.10-1ubuntu1.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/2060880/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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=/snap/ubuntu-desktop-
bootstrap/107/etc/subiquity/postinst.d

strace shows no output when run for several seconds, so no syscalls in
the hot loop

I generated a core dump of the running process using GDB, but at 627M I
don't think it is going anywhere. When I attach with gdb I see:

0x7f23d27ce5bb in nl80211_get_ie (ie=0 '\000', ies_len=, ies=) at probert/_nl80211module.c


warning: 378  probert/_nl80211module.c: No such file or directory

** Affects: subiquity
 Importance: Undecided
 Status: New

** Affects: ubuntu-desktop-provision
 Importance: Undecided
 Status: New

** Affects: subiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: subiquity (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: subiquity
   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/2060894

Title:
  dialogue won't start, high cpu usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060894/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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) failed to install/upgrade:
  trying to overwrite '/usr/bin/cpupower', which is also in package
  linux-laptop-tools-common 6.5.0-1006.9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060648/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 mainboard do not collaborate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060709/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060716/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-6.8.0-22-generic missing default nvidia 550
  drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-signatures/+bug/2060655/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2060677/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060727/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Kubuntu 23.10 using
  Intel AX210 card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060748/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-hwe-6.5/+bug/2060685/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >