[Bug 349469] Re: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable

2024-05-26 Thread Steve Langasek
** Changed in: aptdaemon
 Assignee: Yam budhathoki (yam-8138) => (unassigned)

** Changed in: aptdaemon (Ubuntu)
 Assignee: Yam budhathoki (yam-8138) => (unassigned)

** Changed in: debconf (Ubuntu)
 Assignee: Yam budhathoki (yam-8138) => (unassigned)

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

Title:
  debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by
  another process: Resource temporarily unavailable

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


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

[Bug 2058051] Re: [SRU] Backport 0.107.1-3 to Ubuntu 23.10

2024-05-24 Thread Steve Langasek
+  * debian/netplan.io.preinst:
+- This preinst script is intended to cleanup the .pyc files from
+  share/netplan/netplan. This directory is supposed to be removed after
+  the upgrade from netplan.io 0.106.1 to 0.107, as the Python code
+  was moved to it's own python3-netplan package, but it's left behind
+  due to Python cached files.

This warrants a separate test case.

Also, I have a system here which is upgraded to noble and I have an
orphaned /usr/share/netplan/netplan/cli/commands/ directory.  So it
appears this is not fixed in noble; it should be fixed in noble
before/at the same time as fixing in mantic.

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

Title:
  [SRU] Backport 0.107.1-3 to Ubuntu 23.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2058051/+subscriptions


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

[Bug 2058051] Re: [SRU] Backport 0.107.1-3 to Ubuntu 23.10

2024-05-24 Thread Steve Langasek
> The changes below though will cause backwards compatibility issues if the
> user upgrades to the new version of netplan.io, starts to use the new 
> features and
> then decides to downgrade for some reason:

That's not a backwards-compatibility issue, please omit this in the
future.

** Description changed:

  Stable Release Update for netplan.io 0.107.1-3 to Mantic. This version
  has many bug fixes and new features we want to make available to users
  of Ubuntu 23.10. netplan.io has an SRU exception for backporting new
  versions with new features https://wiki.ubuntu.com/NetplanUpdates
  
  Another SRU, for Jammy, was prepared in a separate LP bug:
  https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2058031. As
  the package is slightly different (due to backwards compatibility
  patches) and on Mantic we have the integration with Network Manager
  (which can cause different problems and requires more tests) I thought
  it would be more appropriate to work on the Mantic SRU in a different LP
  bug.
  
  [Impact]
  This release contains both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these improvements.
  The notable ones are:
- 
- In terms of new features there were not big changes.
- The changes below though will cause backwards compatibility issues if the
- user upgrades to the new version of netplan.io, starts to use the new 
features and
- then decides to downgrade for some reason:
  
  * wifi: add support for WPA3-Enterprise
    https://github.com/canonical/netplan/pull/402
    https://bugs.launchpad.net/netplan/+bug/2029876
  
  * wifi: make it possible to have a psk and an eap password simultaneously
    https://github.com/canonical/netplan/pull/416
  
  * parse: allow COMMON_LINK_HANDLERS for VRFs
    https://github.com/canonical/netplan/pull/401
  
  The change below generates a different backend configuration for
  wpa-supplicant. Although is will not cause major backwards compatibility
  problems:
  
  * wifi: support WPA2 and WPA3 Personal simultaneously
  https://github.com/canonical/netplan/pull/404
  
  In addition to all the changes from netplan.io 0.107.1-3, a couple of
  bug fixes were imported from netplan.io 1.0-1:
  
  * debian/patches/lp2041727: Check if ovsdb-server.service is active before 
displaying warning
    https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2041727
    https://github.com/canonical/netplan/pull/421
  
    This fixes an annoying warning message that many users were seeing
  when they call "netplan apply".
  
  * d/p/0004-tests-assert-generated-.service-files-in-assert_srio.patch, 
d/p/0005-tests-sriov-test-if-the-generated-netplan-rebind-ser.patch, 
d/p/0006-sriov-don-t-generate-duplicate-entries-in-the-rebind.patch: Don't 
generate duplicate entries in the netplan-sriov-rebind.service
    https://github.com/canonical/netplan/pull/437
  
    This fixes a duplication problem where "netplan rebind" could process
  the same SR-IOV interface multiple times.
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Plan]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/NetplanUpdates
  
  Netplan contains an extensive integration test suite that is ran using
  the SRU package for each releases. This test suite's results are available 
here:
  http://autopkgtest.ubuntu.com/packages/n/netplan.io
  
  A successful run is required before the proposed netplan package
  can be let into -updates.
  
  The netplan team will be in charge of attaching the artifacts and console
  output of the appropriate run to the bug.  Netplan team members will not
  mark ‘verification-done’ until this has happened.
  
  Testing netplan upgrade
  
  1) Launch a Mantic LXD VM
  
  lxc launch  ubuntu:mantic mantic-vm --vm
  lxc shell mantic-vm
  
  2) Check Netplan works
  netplan get
  netplan apply
  
  3) Install Network Manager so we can test the netplan-everywhere
  integration
  
  apt update
  apt install network-manager
  
  4) Change the default renderer to NetworkManager in
  /etc/netplan/50-cloud-init.yaml
  
  network:
    renderer: NetworkManager
    version: 2
    ethernets:
  enp5s0:
    dhcp4: true
  
  5) Apply the configuration
  
  netplan apply
  nmcli con show
  
  6) Add a new connection with nmcli
  
  nmcli con add type dummy ifname dummy0
  
  7) Check that a new 'dummy-device' is present in Netplan
  
  netplan get
  
  8) Add the PPA with the new package
  
  add-apt-repository ppa:danilogondolfo/netplan-sru
  
  apt update ; apt -y upgrade
  
  9) Restart Network Manager so it will load the new libnetplan
  
  systemctl restart NetworkManager
  
  10) Add a new interface using nmcli
  
  nmcli con add type dummy ifname dummy1
  
  11) Check it will show up in the Netplan configuration
  
  netplan get
  
  12) Delete both of the new connections
  
  nmcli con del dummy-dummy0
  nmcli con del dummy-dummy1
  
  13) 

[Bug 2061954] Re: filezilla crashed with SIGABRT in start_thread()

2024-05-24 Thread Steve Langasek
Hello Phil, or anyone else affected,

Accepted libfilezilla into noble-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libfilezilla/0.46.0-3.1ubuntu0.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: libfilezilla (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  filezilla crashed with SIGABRT in start_thread()

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-05-24 Thread Steve Langasek
The bug task for bubblewrap was marked 'wontfix' on the basis that John
said it will not get an unconfined profile. But this is wrong; that is
saying only that a particular solution is rejected, not that we will not
be making changes to this package.

bubblewrap is part of the desktop and having it not work is a
significant release regression, to the point where people are now
proposing SRUs to work around this breakage by bypassing the security
benefits of bubblewrap's sandboxing (LP: #2065708).  This needs to be
addressed.

** Changed in: bubblewrap (Ubuntu)
   Importance: Undecided => Critical

** Changed in: bubblewrap (Ubuntu)
   Status: Won't Fix => Triaged

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2065708] Re: Add Picture button in Background does not allow you to select wallpaper

2024-05-24 Thread Steve Langasek
The proposed solution here deals with bubblewrap being broken by
apparmor in noble by altogether eliminating the intended security
benefits of the bubblewrap sandboxing of the thumbnailer.

I do not think this is an appropriate resolution of this issue.  We need
to fix bubblewrap to work with current apparmor, not downgrade the
security of the desktop in noble.

I have reopened the bubblewrap task on LP: #2046844 and escalated to the
AppArmor team.

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

Title:
  Add Picture button in Background does not allow you to select
  wallpaper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-control-center/+bug/2065708/+subscriptions


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

[Bug 2063200] Re: useradd --extrausers --groups tries to lock /etc/group

2024-05-24 Thread Steve Langasek
Hello Valentin, or anyone else affected,

Accepted shadow into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/shadow/1:4.13+dfsg1-4ubuntu3.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Description changed:

  [ Impact ]
  
  On Ubuntu Core 24 calling the command line
  
  useradd --extrausers --groups somegroup somenewuser
  
  ... fails with:
  
  useradd: cannot lock /etc/group; try again later.
  
  It worked on 22.04. /etc is not writable. It also fails if somegroup is
  a group in extrausers.
  
  [ Test Plan ]
  
  Part of the upload is adding an autopkgtest script testing useradd and
  usermod in the extrausers+readonly-etc case.
  
  In addition, the following commands should be run as root in a fresh
  container:
  
  ```
  # Install prerequisites
  apt install libnss-extrausers
- vim /etc/nsswitch.conf # enable extrausers in group, passwd, shadow and 
gshadow
+ sed -i -r -e'/^(passwd|group|shadow|gshadow)/ s/$/ extrausers/' 
/etc/nsswitch.conf # enable extrausers in group, passwd, shadow and gshadow
  
  # Sanity checks of "normal" path
  groupadd etcgroup
  useradd --groups etcgroup etcuser
  id etcuser | grep etcgroup
  groupadd etcgroup2
  usermod --groups etcgroup2 etcuser
  id etcuser | grep etcgroup2
  useradd --groups nullgroup etcuser || echo Successfully rejected invalid group
  
  ls /var/lib/extrausers/ # should be empty
  
  # Sanity checks of "extrausers" path in rw context
  groupadd --extrausers extragroup
  useradd --extrausers --groups extragroup extrauser # currently fails
  id extrauser | grep extragroup
  useradd --extrausers extrauser2
  id extrauser2
  usermod --extrausers --groups extragroup extrauser2
  id extrauser2 | grep extragroup
  
  # Sanity checks of "extrausers" path in ro context
  mv /etc /etc-rw
  mkdir /etc
  mount -o bind,ro /etc-rw /etc
  groupadd --extrausers extragroup2
  useradd --extrausers --groups etcgroup extrauser3
  id extrauser4 | grep etcgroup
  usermod --extrausers --groups extragroup2 extrauser3
  id extrauser4 | grep extragroup2
  ```
  
- 
  Furthermore, validation from the Ubuntu Core team that this actually fixes
  their use case is required.
  
  [ Where problems could occur ]
  
  Regression potential is in the group validation stage of the `usermod` and
  `useradd` tools. Besides the usual risks related to C code, the various 
failure
  scenarios that come to mind are:
  
  * try to add the user to an non-existing local group, which would fail further
-   down with a different error message
+   down with a different error message
  * actually fail to identify a valid local group
  * Fail to either add the user to the system, or the user to the group
  * Update the wrong file (/var/lib/extrausers/* vs /etc/*)

** Changed in: shadow (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  useradd --extrausers --groups tries to lock /etc/group

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


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

[Bug 2054395] Re: [sru] sos upstream 4.7.0

2024-05-24 Thread Steve Langasek
+  * New patches:
+- d/p/0002-collect-refactor-_format_version.patch
+- d/p/0003-pacemaker-Use-pep440-formatted-version-on-comparison.patch
+- d/p/0004-cirrus-Run-tests-on-latest-daily-builds-for-ubuntu.patch
+- d/p/0005-processor-handle-msr-module-loading-via-predicate.patch

Why, when this is an upstream release for which Canonical is the
upstream, are there local Debian patches included here?

+  * d/control:
+- Add 'python3-packaging' as part of the runtime depends.
+- Add 'python3-packaging' as part of the build depends.
+- Add 'python3-yaml' as part of the build depends.

When making such packaging changes in an SRU, it should be documented in
the changelog why they are necessary and justified.  I can infer a
reason for the python3-packaging addition from the debdiff, but
shouldn't have to: the rationale should be documented so that there is
no misunderstanding.

And it is not at all obvious from the debdiff why python3-yaml is added
to the build-dependencies: it was already listed in setup.py before as a
requirement but apparently didn't cause a build failure.  So explanation
is needed here.

+- Add 'X-Python3-Version: >= 3.6' to ensure we use the python
+  revision that is supported. (LP #2038648)

Well this is pointless, since python3 is >= 3.6 in all releases after
bionic and we don't do SRUs for bionic anymore.

+- Add 'python3-boto3' to Suggests

This is also pretty pointless as nothing installs package Suggests: by
default and users almost never look at this.

** Changed in: sosreport (Ubuntu Noble)
   Status: In Progress => Incomplete

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

Title:
  [sru] sos upstream 4.7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-pro/+bug/2054395/+subscriptions


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

[Bug 2065867] Re: mgr: failed dependency - no module named distutils

2024-05-24 Thread Steve Langasek
The proposed test case here involves a snap, not the deb which is being
SRUed.  The test plan needs to provide a way for testing the .deb from
the noble-proposed pocket.

** Changed in: ceph (Ubuntu Oracular)
   Status: Triaged => Fix Committed

** Changed in: ceph (Ubuntu Noble)
   Status: Triaged => Incomplete

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

Title:
  mgr: failed dependency - no module named distutils

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


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

[Bug 2064717] Re: ceph-volume needs "packaging" and "ceph" modules

2024-05-24 Thread Steve Langasek
** Changed in: ceph (Ubuntu Oracular)
   Status: Triaged => Fix Committed

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

Title:
  ceph-volume needs "packaging" and "ceph" modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-osd/+bug/2064717/+subscriptions


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

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-05-24 Thread Steve Langasek
** Changed in: ceph (Ubuntu Oracular)
   Status: Triaged => Fix Committed

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

Title:
  package cephadm: dependency "cephadmlib" missing

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


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

[Bug 2060882] Re: [SRU] usrpctl fails to run

2024-05-24 Thread Steve Langasek
Hello Sudip, or anyone else affected,

Accepted uhd into mantic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/uhd/4.4.0.0+ds1-4ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: uhd (Ubuntu Mantic)
   Status: New => Fix Committed

** Tags added: verification-needed-mantic

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

Title:
  [SRU] usrpctl fails to run

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


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

[Bug 1921914] Proposed package upload rejected

2024-05-24 Thread Steve Langasek
An upload of quickml to mantic-proposed has been rejected from the
upload queue for the following reason: "includes changes rejected by
Debian maintainer".

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

Title:
  [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed
  quickml package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 1921914] Proposed package upload rejected

2024-05-24 Thread Steve Langasek
An upload of quickml to focal-proposed has been rejected from the upload
queue for the following reason: "includes changes rejected by Debian
maintainer".

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

Title:
  [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed
  quickml package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 1921914] Proposed package upload rejected

2024-05-24 Thread Steve Langasek
An upload of quickml to jammy-proposed has been rejected from the upload
queue for the following reason: "includes changes rejected by Debian
maintainer".

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

Title:
  [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed
  quickml package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 1921914] Proposed package upload rejected

2024-05-24 Thread Steve Langasek
An upload of quickml to noble-proposed has been rejected from the upload
queue for the following reason: "includes changes rejected by Debian
maintainer".

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

Title:
  [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed
  quickml package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 1921914] Re: [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed quickml package post-installation script subprocess returned error exit status 1

2024-05-24 Thread Steve Langasek
So effectively:

- the quickml package has been unusable out of the box for at least 4 years due 
to a missing dependency
- a bug was filed 3 years ago, but no one cared enough about the impact to 
escalate it before now
- the package also (apparently) depends on the existence of /etc/mailname at 
runtime; but rather than populating it with correct contents (an actual 
mailname), you are making it an empty file, which is incorrect and could 
interfere with the proper functioning of other packages which may be installed 
later and expect to prompt the user for the value to populate the file with if 
it does not exist
- the Debian maintainer has rejected the latter change.

I do not think this upload is suitable for SRU.  Rejecting.

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

Title:
  [SRU] package quickml 0.7-5.1 failed to install/upgrade: installed
  quickml package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 2060882] Re: [SRU] usrpctl fails to run

2024-05-24 Thread Steve Langasek
Hello Sudip, or anyone else affected,

Accepted uhd into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/uhd/4.6.0.0+ds1-5.1ubuntu0.24.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: uhd (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] usrpctl fails to run

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


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

[Bug 2015017] Please test proposed package

2024-05-24 Thread Steve Langasek
Hello David, or anyone else affected,

Accepted graphviz into jammy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/graphviz/2.42.2-6ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU] scaling is wrong in SVG output

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


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

[Bug 2015017] Re: [SRU] scaling is wrong in SVG output

2024-05-24 Thread Steve Langasek
Hello David, or anyone else affected,

Accepted graphviz into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/graphviz/2.42.2-9ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: graphviz (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

** Changed in: graphviz (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-mantic

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

Title:
  [SRU] scaling is wrong in SVG output

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


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

[Bug 2015017] Please test proposed package

2024-05-24 Thread Steve Langasek
Hello David, or anyone else affected,

Accepted graphviz into mantic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/graphviz/2.42.2-7ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: graphviz (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-jammy

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

Title:
  [SRU] scaling is wrong in SVG output

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


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

[Bug 2063895] Re: Multiple plymouth themes display wrong keyboard layout for decryption due to outdated keymap-render.png

2024-05-24 Thread Steve Langasek
Hello Aaron, or anyone else affected,

Accepted edubuntu-artwork into noble-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/edubuntu-
artwork/24.04.26.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: edubuntu-artwork (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags removed: verification-done verification-done-noble
** Tags added: verification-needed verification-needed-noble

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

Title:
  Multiple plymouth themes display wrong keyboard layout for decryption
  due to outdated keymap-render.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-artwork/+bug/2063895/+subscriptions


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

[Bug 2067013] Re: package libpam-modules 1.3.1-5ubuntu4.7 failed to install/upgrade: new libpam-modules:amd64 package pre-installation script subprocess returned error exit status 2

2024-05-24 Thread Steve Langasek
Your dpkg log shows the following prompt:

Configuring libpam-modules

you are using pam_tally or pam_tally2 in your configuration

The pam_tally and pam_tally2 modules have been removed from PAM. You are 
using one of these modules in
your PAM configuration in /etc/pam.d. You must remove the uses of these 
modules before PAM can be
upgraded; including these modules in your PAM configuration after the 
upgrade will stop users from
being able to log into the system.

Consider the pam_faillock module as a replacement for pam_tally.

This is not a bug. The pam package is saving you from making it
impossible to log into your system after upgrade.

If you were using the supported `do-release-upgrade` tool for upgrading
between releases, this would have notified you at the beginning of the
upgrade and not resulted in a package upgrade failure.

** Changed in: pam (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/2067013

Title:
  package libpam-modules 1.3.1-5ubuntu4.7 failed to install/upgrade: new
  libpam-modules:amd64 package pre-installation script subprocess
  returned error exit status 2

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


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

[Bug 2066995] Re: apport-gtk keeps prompting to report crashes in a loop

2024-05-24 Thread Steve Langasek
> Can you provide the journal log from during that time frame?

For what service? For whoopsie, I see:

May 23 13:58:13 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:58:13 homer whoopsie[147832]: [13:58:13] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:58:13 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:58:13 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:58:13 homer whoopsie[147855]: [13:58:13] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:58:13 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:58:20 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:58:20 homer whoopsie[148149]: [13:58:20] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:58:20 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:58:44 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:58:44 homer whoopsie[148216]: [13:58:44] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:58:44 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:58:48 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:58:48 homer whoopsie[148496]: [13:58:48] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:58:48 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:59:11 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:59:11 homer whoopsie[148522]: [13:59:11] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:59:11 homer whoopsie[148522]: [13:59:11] Parsing 
/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash.
May 23 13:59:11 homer whoopsie[148522]: [13:59:11] Unable to parse report 
(/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash): 
/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash 
could not be opened.
May 23 13:59:11 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:59:25 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:59:25 homer whoopsie[148594]: [13:59:25] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:59:25 homer whoopsie[148594]: [13:59:25] Parsing 
/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash.
May 23 13:59:25 homer whoopsie[148594]: [13:59:25] Unable to parse report 
(/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash): 
/var/crash/_usr_bin_python-argcomplete-check-easy-install-script.1000.crash 
could not be opened.
May 23 13:59:25 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:59:25 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:59:25 homer whoopsie[148608]: [13:59:25] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:59:25 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 13:59:29 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 13:59:29 homer whoopsie[148618]: [13:59:29] Using lock path: 
/var/lock/whoopsie/lock
May 23 13:59:29 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 14:01:44 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 14:01:44 homer whoopsie[148787]: [14:01:44] Using lock path: 
/var/lock/whoopsie/lock
May 23 14:01:44 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 14:01:44 homer systemd[1]: Started whoopsie.service - crash report 
submission.
May 23 14:01:44 homer whoopsie[148813]: [14:01:44] Using lock path: 
/var/lock/whoopsie/lock
May 23 14:01:44 homer systemd[1]: whoopsie.service: Deactivated successfully.
May 23 14:04:44 homer systemd[1]: Started whoopsie.service - crash report 
submission.
[...]

> Did that application crash multiple times?

No. It was a SINGLE crash.

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

Title:
  apport-gtk keeps prompting to report crashes in a loop

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


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

[Bug 2066995] Re: apport-gtk keeps prompting to report crashes in a loop

2024-05-24 Thread Steve Langasek
> Did you remove the content there?

I did not.

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

Title:
  apport-gtk keeps prompting to report crashes in a loop

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


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

[Bug 2067088] [NEW] gourmand generates SQL that is invalid for postgresql gourmand crashed with (Background on this error at in do_execute(): https://sqlalche.me/e/14/f405)

2024-05-24 Thread Steve Langasek
Public bug reported:

Running gourmand with a --database-url pointing to my postgres database
fails immediately with the following backtrace.  It is generating SQL
that may be valid for sqlite but is not valid for postgresql.

ProblemType: Crash
DistroRelease: Ubuntu 24.04
Package: gourmand 1.1.0+really1.1.0~rc3-3
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-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri May 24 08:48:52 2024
ExecutablePath: /usr/bin/gourmand
InstallationDate: Installed on 2019-12-23 (1614 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
InterpreterPath: /usr/bin/python3.12
JournalErrors: May 24 08:48:55 hostname NetworkManager[2893]:   
[1716565735.9215] device (veth01294ac0): Activation: failed for connection 
'Auto Ethernet'
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 /usr/bin/gourmand 
--database-url=postgresql://borges/recipes
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
PythonArgs: ['/usr/bin/gourmand', '--database-url=postgresql://borges/recipes']
PythonDetails: N/A
SourcePackage: gourmand
Title: gourmand crashed with (Background on this error at in do_execute(): 
https://sqlalche.me/e/14/f405)
UpgradeStatus: Upgraded to noble on 2024-05-22 (2 days ago)
UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild src sudo
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2024-05-23T16:12:43.275502

** Affects: gourmand (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash noble third-party-packages

** Information type changed from Private to Public

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

Title:
  gourmand generates SQL that is invalid for postgresql gourmand crashed
  with (Background on this error at in do_execute():
  https://sqlalche.me/e/14/f405)

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


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

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-24 Thread Steve Langasek
** Description changed:

- 
  [ Impact ]
  The extruct package is a python module that cannot be used in noble because 
it is incompatible with the lxml module that is shipped in noble.
  
  [ Test plan ]
  1. bad:
  $ python3 -c 'import extruct'
  Traceback (most recent call last):
-   File "", line 1, in 
-   File "/usr/lib/python3/dist-packages/extruct/__init__.py", line 1, in 

- from ._extruct import SYNTAXES, extract
-   File "/usr/lib/python3/dist-packages/extruct/_extruct.py", line 9, in 

- from extruct.dublincore import DublinCoreExtractor
-   File "/usr/lib/python3/dist-packages/extruct/dublincore.py", line 6, in 

- from extruct.utils import parse_html
-   File "/usr/lib/python3/dist-packages/extruct/utils.py", line 5, in 
- from extruct.xmldom import XmlDomHTMLParser
-   File "/usr/lib/python3/dist-packages/extruct/xmldom.py", line 9, in 
- from lxml.etree import (
+   File "", line 1, in 
+   File "/usr/lib/python3/dist-packages/extruct/__init__.py", line 1, in 

+ from ._extruct import SYNTAXES, extract
+   File "/usr/lib/python3/dist-packages/extruct/_extruct.py", line 9, in 

+ from extruct.dublincore import DublinCoreExtractor
+   File "/usr/lib/python3/dist-packages/extruct/dublincore.py", line 6, in 

+ from extruct.utils import parse_html
+   File "/usr/lib/python3/dist-packages/extruct/utils.py", line 5, in 
+ from extruct.xmldom import XmlDomHTMLParser
+   File "/usr/lib/python3/dist-packages/extruct/xmldom.py", line 9, in 
+ from lxml.etree import (
  ImportError: cannot import name '_ElementStringResult' from 'lxml.etree' 
(/usr/lib/python3/dist-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so). 
Did you mean: '_ElementUnicodeResult'?
  $
  
  2. good:
  $ python3 -c 'import extruct'
  $
  
  [ Where problems could occur ]
  The package as shipped is completely unusable so runtime regressions are not 
possible.
  
  The Debian fix for this includes introducing an additional dependency,
  so new install-time failures are possible but unlikely.  No analysis has
  been done to check for this.
  
- [Original description]
+ [ Original description ]
  Well, for the fourth Ubuntu release running, gourmand is completely unusable.
  
  Downgrading again to my local copy of gourmand 1.1.0+really1.0.0-3.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 24.04
  Package: gourmand 1.1.0+really1.1.0~rc3-3
  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-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 23 16:13:30 2024
  ExecutablePath: /usr/bin/gourmand
  InstallationDate: Installed on 2019-12-23 (1613 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterpreterPath: /usr/bin/python3.12
  JournalErrors: -- No entries --
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/gourmand 
--database-url=postgresql://borges/recipes
  Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
  PythonArgs: ['/usr/bin/gourmand', 
'--database-url=postgresql://borges/recipes']
  PythonDetails: N/A
  SourcePackage: gourmand
  Title: gourmand crashed with ImportError in 
/usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name 
'_ElementStringResult' from 'lxml.etree' 
(/usr/lib/python3/dist-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so)
  UpgradeStatus: Upgraded to noble on 2024-05-22 (1 days ago)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild src 
sudo
  modified.conffile..etc.apport.crashdb.conf: [modified]
  mtime.conffile..etc.apport.crashdb.conf: 2024-05-23T16:12:43.275502

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

Title:
  gourmand crashed with ImportError in /usr/lib/python3/dist-
  packages/extruct/xmldom.py: cannot import name '_ElementStringResult'
  from 'lxml.etree' (/usr/lib/python3/dist-
  packages/lxml/etree.cpython-312-x86_64-linux-gnu.so)

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


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

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-24 Thread Steve Langasek
** Description changed:

- Well, for the fourth Ubuntu release running, gourmand is completely
- unusable.
+ 
+ [ Impact ]
+ The extruct package is a python module that cannot be used in noble because 
it is incompatible with the lxml module that is shipped in noble.
+ 
+ [ Test plan ]
+ 1. bad:
+ $ python3 -c 'import extruct'
+ Traceback (most recent call last):
+   File "", line 1, in 
+   File "/usr/lib/python3/dist-packages/extruct/__init__.py", line 1, in 

+ from ._extruct import SYNTAXES, extract
+   File "/usr/lib/python3/dist-packages/extruct/_extruct.py", line 9, in 

+ from extruct.dublincore import DublinCoreExtractor
+   File "/usr/lib/python3/dist-packages/extruct/dublincore.py", line 6, in 

+ from extruct.utils import parse_html
+   File "/usr/lib/python3/dist-packages/extruct/utils.py", line 5, in 
+ from extruct.xmldom import XmlDomHTMLParser
+   File "/usr/lib/python3/dist-packages/extruct/xmldom.py", line 9, in 
+ from lxml.etree import (
+ ImportError: cannot import name '_ElementStringResult' from 'lxml.etree' 
(/usr/lib/python3/dist-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so). 
Did you mean: '_ElementUnicodeResult'?
+ $
+ 
+ 2. good:
+ $ python3 -c 'import extruct'
+ $
+ 
+ [ Where problems could occur ]
+ The package as shipped is completely unusable so runtime regressions are not 
possible.
+ 
+ The Debian fix for this includes introducing an additional dependency,
+ so new install-time failures are possible but unlikely.  No analysis has
+ been done to check for this.
+ 
+ [Original description]
+ Well, for the fourth Ubuntu release running, gourmand is completely unusable.
  
  Downgrading again to my local copy of gourmand 1.1.0+really1.0.0-3.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 24.04
  Package: gourmand 1.1.0+really1.1.0~rc3-3
  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-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 23 16:13:30 2024
  ExecutablePath: /usr/bin/gourmand
  InstallationDate: Installed on 2019-12-23 (1613 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterpreterPath: /usr/bin/python3.12
  JournalErrors: -- No entries --
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/gourmand 
--database-url=postgresql://borges/recipes
  Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
  PythonArgs: ['/usr/bin/gourmand', 
'--database-url=postgresql://borges/recipes']
  PythonDetails: N/A
  SourcePackage: gourmand
  Title: gourmand crashed with ImportError in 
/usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name 
'_ElementStringResult' from 'lxml.etree' 
(/usr/lib/python3/dist-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so)
  UpgradeStatus: Upgraded to noble on 2024-05-22 (1 days ago)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild src 
sudo
  modified.conffile..etc.apport.crashdb.conf: [modified]
  mtime.conffile..etc.apport.crashdb.conf: 2024-05-23T16:12:43.275502

** Changed in: extruct (Ubuntu Noble)
   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/2066997

Title:
  gourmand crashed with ImportError in /usr/lib/python3/dist-
  packages/extruct/xmldom.py: cannot import name '_ElementStringResult'
  from 'lxml.etree' (/usr/lib/python3/dist-
  packages/lxml/etree.cpython-312-x86_64-linux-gnu.so)

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


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

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-23 Thread Steve Langasek
Probably fixed by:

extruct (0.16.0-4) unstable; urgency=medium

  * Add upstream patch to add support for python3 lxml >= 5.2.0 and
python3-lxml-html-clean to Depends.

 -- Christian Marillat   Fri, 19 Apr 2024 11:44:13
+0200


** Information type changed from Private to Public

** Changed in: extruct (Ubuntu)
   Status: New => Fix Released

** Also affects: gourmand (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: extruct (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Changed in: extruct (Ubuntu Noble)
   Importance: Undecided => Critical

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

Title:
  gourmand crashed with ImportError in /usr/lib/python3/dist-
  packages/extruct/xmldom.py: cannot import name '_ElementStringResult'
  from 'lxml.etree' (/usr/lib/python3/dist-
  packages/lxml/etree.cpython-312-x86_64-linux-gnu.so)

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


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

[Bug 2066995] [NEW] apport-gtk keeps prompting to report crashes in a loop

2024-05-23 Thread Steve Langasek
Public bug reported:

/var/crash has the following contents:

-rw-r- 1 vorlon   vorlon   107490 May 23 16:05 _usr_bin_gourmand.1000.crash
-rw-rw-r-- 1 vorlon   vorlon0 May 23 16:06 _usr_bin_gourmand.1000.upload
-rw--- 1 whoopsie whoopsie  5 May 23 16:07 
_usr_bin_gourmand.1000.uploaded
-rw-r- 1 vorlon   vorlon23647 May 23 13:57 
_usr_bin_python-argcomplete-check-easy-install-script.1000.crash
-rw-rw-r-- 1 vorlon   vorlon0 May 23 13:59 
_usr_bin_python-argcomplete-check-easy-install-script.1000.upload
-rw--- 1 whoopsie whoopsie  5 May 23 13:59 
_usr_bin_python-argcomplete-check-easy-install-script.1000.uploaded

As seen, the .upload / .uploaded files were created within 2 minutes of
each of the crashes.

But after submitting the crash report for /usr/bin/python-argcomplete-
check-easy-install-script, I left my desktop for a while.  I came back
to find at least TWENTY dialogs prompting me to submit the same crash
report.

The only way to stop the system from creating more prompts is to remove
these files from disk.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: apport 2.28.1-0ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportLog:
 
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu May 23 16:06:43 2024
InstallationDate: Installed on 2019-12-23 (1613 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to noble on 2024-05-22 (1 days ago)

** Affects: apport (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug noble

** Changed in: apport (Ubuntu)
   Importance: Undecided => High

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

Title:
  apport-gtk keeps prompting to report crashes in a loop

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


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

[Bug 2066931] [NEW] gdm login screen in noble does not display on wayland

2024-05-23 Thread Steve Langasek
Public bug reported:

after upgrade from mantic to noble, my laptop booted to the firmware
splash screen with Ubuntu logo, plus a mouse cursor.  The gdm login
screen did not appear.

Switching to disable wayland (as in the attached modified config file)
fixed this so that the login screen appears.

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-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu May 23 08:06:45 2024
InstallationDate: Installed on 2019-12-23 (1613 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: gdm3
UpgradeStatus: Upgraded to noble on 2024-05-22 (1 days ago)
mtime.conffile..etc.gdm3.custom.conf: 2024-05-22T16:33:18.326823

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


** Tags: amd64 apport-bug noble

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

Title:
  gdm login screen in noble does not display on wayland

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


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

[Bug 2066503] [NEW] held packages cause release upgrade to be skipped silently

2024-05-22 Thread Steve Langasek
Public bug reported:

I have a held package on my system (because the newer upstream version
available in newer Ubuntu releases is unusably broken).  As a result,
update-manager presents me the option to upgrade:

  The software on this computer is up to date.
  However, Ubuntu 24.04 LTS is now available (you have 23.10).

If I choose to 'upgrade', the dialog disappears, and nothing else
happens.

If I run update-manager from a terminal, I see the following output:

  Checking for a new Ubuntu release
  Please install all available updates for your release before upgrading.

But update-manager is a graphical application.  This information should
be shown in the GUI, not on the terminal which is normally not visible
to the user.

** Affects: update-manager (Ubuntu)
 Importance: Medium
 Status: Triaged

** Changed in: update-manager (Ubuntu)
   Status: New => Triaged

** Changed in: update-manager (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  held packages cause release upgrade to be skipped silently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2066503/+subscriptions


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

[Bug 2065863] Re: needrestart causes kernel upgrade messages in motd

2024-05-16 Thread Steve Langasek
Simon, I don't know if this is a regression in noble, but for sure it
shouldn't be needrestart telling us about kernel updates - we already
have update-notifier for this which, crucially, is livepatch aware.

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

Title:
  needrestart causes kernel upgrade messages in motd

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


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

[Bug 2029427] Re: proposed migration for genx 3.6.21-1

2024-05-14 Thread Steve Langasek
Removing packages from oracular:
python3-genx 3.0.2-2 in oracular arm64
python3-genx 3.0.2-2 in oracular armhf
python3-genx 3.0.2-2 in oracular riscv64
python3-genx 3.0.2-2 in oracular s390x
Comment: ANAIS
4 packages successfully removed.


** Changed in: genx (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/2029427

Title:
  proposed migration for genx 3.6.21-1

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


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

[Bug 2029427] Re: proposed migration for genx 3.6.21-1

2024-05-14 Thread Steve Langasek
Debian has dropped genx binaries in unstable on all archs except for
amd64 and ppc64el, we should do the same.

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

Title:
  proposed migration for genx 3.6.21-1

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


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

[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-14 Thread Steve Langasek
Benjamin, do you have any ideas what's going wrong here?  Looking at the
test case in question, it uses subprocess.Popen() and
Popen.communicate() and poring over the subprocess documentation I can't
see any wrong assumptions.

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

Title:
  rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

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


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

[Bug 1998219] Re: Please remove roger-router from Ubuntu

2024-05-14 Thread Steve Langasek
Removing packages from oracular-proposed:
roger-router 2.4.2-3build1 in oracular
Comment: Depends on removed librm, needs significant source fixes; LP: #1998219
1 package successfully removed.

And added to extra-removals.

** Changed in: roger-router (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/1998219

Title:
  Please remove roger-router from Ubuntu

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


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

Re: [Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-05-11 Thread Steve Langasek
> First time I've experienced broken --> fixed --> broken (in exact manner
> as pre-fix) of a STANDARD package from OFFICIAL sources.

That is not an accurate description of the events here.  This was an issue
introduced in mutter 45.2-0ubuntu4 and 42.9-0ubuntu7.  The only subsequent
versions of this package in official sources are 42.9-0ubuntu7.1 (which was
just published by the security team), and 45.2-0ubuntu5 nd 42.9-0ubuntu8
which are the fixes that have just been accepted into the -proposed pocket.

A fix in a test ppa is not an "official" source.

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 2057716] Re: SRU of ubuntu-dev-tools 0.201ubuntu2

2024-05-10 Thread Steve Langasek
Well good thing we have a rigorous SRU process, since I'm failing quite
badly at backporting.

v-failed, uploading new versions again.

** Tags removed: verification-needed-mantic
** Tags added: verification-failed-mantic

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

Title:
  SRU of ubuntu-dev-tools 0.201ubuntu2

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


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

[Bug 2063895] Re: Multiple plymouth themes display wrong keyboard layout for decryption due to outdated keymap-render.png

2024-05-10 Thread Steve Langasek
Hello Aaron, or anyone else affected,

Accepted ubuntustudio-look into noble-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/ubuntustudio-look/24.04.9 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntustudio-look (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Multiple plymouth themes display wrong keyboard layout for decryption
  due to outdated keymap-render.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-artwork/+bug/2063895/+subscriptions


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-05-10 Thread Steve Langasek
Hello Marek, or anyone else affected,

Accepted mutter into mantic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mutter/45.2-0ubuntu5
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-mantic

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-05-10 Thread Steve Langasek
Hello Marek, or anyone else affected,

Accepted mutter into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mutter/42.9-0ubuntu8
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-jammy

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 2065066] Re: gnome-shell crashes in meta_wayland_popup_grab_get_top_popup

2024-05-10 Thread Steve Langasek
Hello Marco, or anyone else affected,

Accepted mutter into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mutter/42.9-0ubuntu8
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-jammy

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

Title:
  gnome-shell crashes in meta_wayland_popup_grab_get_top_popup

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


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

[Bug 2065373] Re: package ovmf 0~20191122.bd85bf54-2ubuntu3.4 failed to install/upgrade: trying to overwrite '/usr/share/qemu/firmware/50-edk2-x86_64-secure.json', which is also in package qemu 8.1.0

2024-05-10 Thread Steve Langasek
> which is also in package qemu 8.1.0

This is not an Ubuntu package.

** Changed in: edk2 (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/2065373

Title:
  package ovmf 0~20191122.bd85bf54-2ubuntu3.4 failed to install/upgrade:
  trying to overwrite
  '/usr/share/qemu/firmware/50-edk2-x86_64-secure.json', which is also
  in package qemu 8.1.0

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


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

[Bug 2065315] Re: NOBLE 24.04 Persistence is not enabled

2024-05-10 Thread Steve Langasek
Your report shows you booted with 'persistent' as the parameter, which
is correct and is still supported.  Why do you claim that it is "no
longer recognized"?

> LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64
(20240424)

This seems reasonable.

What media are you booting from, how did you prepare it?  Persistence
only works if the boot medium is writable and has room for the addition
of a persistence partition.


** Changed in: casper (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/2065315

Title:
  NOBLE 24.04 Persistence is not enabled

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


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

[Bug 2065060] Re: rsyslogd: file '/dev/console': open error: Permission denied

2024-05-07 Thread Steve Langasek
** Tags removed: regression-update
** Tags added: regression-release

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

Title:
  rsyslogd: file '/dev/console': open error: Permission denied

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


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

[Bug 2046084] Re: HID gamepad not working when paired with blueman on bluez 5.68-0ubuntu1.1

2024-05-06 Thread Steve Langasek
*** This bug is a duplicate of bug 2045931 ***
https://bugs.launchpad.net/bugs/2045931

I think the correct state for this bug is to keep the regression-updates
and regression-security tags, because it is a functional regression, and
to mark it wontfix - which is the state of the bug this is a duplicate
of.  And then any scripting you're doing on identifying regression-
security bugs should ignore bugs (that are duplicates of bugs) marked
wontfix.

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

Title:
  HID gamepad not working when paired with blueman on bluez
  5.68-0ubuntu1.1

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


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

[Bug 2045931] Re: ps3 sixasis controller request pin to connect to bt

2024-05-06 Thread Steve Langasek
** Tags added: regression-security regression-update

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

Title:
  ps3 sixasis controller request pin to connect to bt

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


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

[Bug 2063899] Proposed package upload rejected

2024-05-03 Thread Steve Langasek
An upload of ubuntustudio-default-settings to noble-proposed has been
rejected from the upload queue for the following reason: "packages must
not edit conffiles in maintainer scripts".

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

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-03 Thread Steve Langasek
So, I overlooked this earlier:

# There has got to be a better way to do this.
if [ "$(grep -Fx 'EXTRA_GROUPS="audio' /etc/adduser.conf)" = "" ]; then
echo -e "\n# Ubuntu Studio Configuration\n# Add other EXTRA_GROUPS 
before this line" >> /etc/adduser.conf
echo 'EXTRA_GROUPS="audio"' >> /etc/adduser.conf
fi
if [ "$(grep -Fx 'ADD_EXTRA_GROUPS=1' /etc/adduser.conf)" = "" ]; then
echo 'ADD_EXTRA_GROUPS=1' >> /etc/adduser.conf
fi

/etc/adduser.conf is a conffile owned by the adduser package.  Modifying
it from package maintainer scripts is not allowed.

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

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2063895] Re: Multiple plymouth themes display wrong keyboard layout for decryption due to outdated keymap-render.png

2024-05-03 Thread Steve Langasek
-_Title=Installing Updates...
-_SubTitle=Do not turn off your computer
+Title=Installing Updates...
+SubTitle=Do not turn off your computer

Can you explain the purpose of this change?  A leading _ is usually a
marker that a string is to be translated.  It doesn't seem like a change
we want to make these strings NOT be translated.

** Changed in: ubuntustudio-look (Ubuntu Noble)
   Status: In Progress => Incomplete

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

Title:
  Multiple plymouth themes display wrong keyboard layout for decryption
  due to outdated keymap-render.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-artwork/+bug/2063895/+subscriptions


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-03 Thread Steve Langasek
+# Now, let's make sure we have the audio memlimits file in place
+if ! [ -e /etc/security/limits.d/audio.conf ]; then
+cp /usr/share/ubuntustudio/audio.conf /etc/security/limits.d/
+fi

This results in an unowned file on the filesystem, and you don't remove
it again on package removal.  Is there a reason you aren't shipping this
as a conffile?

** Changed in: ubuntustudio-default-settings (Ubuntu Noble)
   Status: In Progress => Incomplete

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

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-03 Thread Steve Langasek
Hello Erich, or anyone else affected,

Accepted ubuntustudio-installer into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntustudio-installer/1.18.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntustudio-installer (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2064170] Re: [SRU] "Switch Configuration" menu selection inoperable

2024-05-03 Thread Steve Langasek
Hello Erich, or anyone else affected,

Accepted ubuntustudio-installer into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntustudio-installer/1.18.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntustudio-installer (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] "Switch Configuration" menu selection inoperable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-installer/+bug/2064170/+subscriptions


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-03 Thread Steve Langasek
** Changed in: ubuntustudio-installer (Ubuntu Oracular)
   Status: Incomplete => 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/2063899

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2064628] Re: openafs-modules-dkms FTBFS wrt Linux 6.8

2024-05-03 Thread Steve Langasek
Hello Paolo, or anyone else affected,

Accepted openafs into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/openafs/1.8.10-2.1ubuntu3.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: openafs (Ubuntu Oracular)
   Status: Confirmed => Fix Committed

** Changed in: openafs (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  openafs-modules-dkms FTBFS wrt Linux 6.8

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


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

[Bug 2064643] Re: 46.1 stable update

2024-05-03 Thread Steve Langasek
Hello Sebastien, or anyone else affected,

Accepted nautilus into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/nautilus/1:46.1-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nautilus (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  46.1 stable update

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


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-03 Thread Steve Langasek
this is marked 'fix committed' but there is no upload in oracular-
proposed. blocks SRU.

** Changed in: ubuntustudio-default-settings (Ubuntu Oracular)
   Status: Fix Committed => Incomplete

** Changed in: ubuntustudio-installer (Ubuntu Oracular)
   Status: Fix Committed => Incomplete

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

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2063344] Re: smifb2-dkms DKMS FTBFS wrt Linux 6.8

2024-05-03 Thread Steve Langasek
** Changed in: smifb2 (Ubuntu)
   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/2063344

Title:
  smifb2-dkms DKMS FTBFS wrt Linux 6.8

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


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

[Bug 2064170] Re: [SRU] "Switch Configuration" menu selection inoperable

2024-05-03 Thread Steve Langasek
missing corresponding oracular upload for SRU

** Changed in: ubuntustudio-installer (Ubuntu)
   Status: In Progress => Incomplete

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

Title:
  [SRU] "Switch Configuration" menu selection inoperable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-installer/+bug/2064170/+subscriptions


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

[Bug 2063344] Re: smifb2-dkms DKMS FTBFS wrt Linux 6.8

2024-05-03 Thread Steve Langasek
Hello Paolo, or anyone else affected,

Accepted smifb2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/smifb2/2.2.6.3.gbbd2e82-1ubuntu0.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: smifb2 (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  smifb2-dkms DKMS FTBFS wrt Linux 6.8

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


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

[Bug 2063895] Re: Multiple plymouth themes display wrong keyboard layout for decryption due to outdated keymap-render.png

2024-05-03 Thread Steve Langasek
The edubuntu-artwork upload to noble includes a change to conf/edubuntu-
goa-firstrun.service which appears to be unrelated and not covered by an
SRU bug.  If this is related to this bug, please explain how.  Otherwise
this will need to be reuploaded to either drop that change, or link it
to another SRU bug.

** Changed in: edubuntu-artwork (Ubuntu Noble)
   Status: In Progress => Incomplete

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

Title:
  Multiple plymouth themes display wrong keyboard layout for decryption
  due to outdated keymap-render.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-artwork/+bug/2063895/+subscriptions


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

[Bug 2062394] Re: Update xdg-desktop-portal to 1.18.4

2024-05-03 Thread Steve Langasek
Hello Jeremy, or anyone else affected,

Accepted xdg-desktop-portal into noble-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/xdg-
desktop-portal/1.18.4-1ubuntu2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: xdg-desktop-portal (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Update xdg-desktop-portal to 1.18.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/2062394/+subscriptions


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

[Bug 2063841] Re: [SRU] virtualbox crash on network traffic

2024-05-03 Thread Steve Langasek
In addition to Andreas's comments, this SRU bug references the MRE page,
but the SRU that's been uploaded (at least to noble) is not an upstream
microrelease, it's a patch added under debian/patches.  So the MRE
exception does not apply here.  How is this fix meant to be verified?

** Changed in: virtualbox (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/2063841

Title:
  [SRU] virtualbox crash on network traffic

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


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

[Bug 2022390] Please test proposed package

2024-05-03 Thread Steve Langasek
Hello Lucas, or anyone else affected,

Accepted runc-app into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~20.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Keep the -dev binary package in sync with Debian

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


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

[Bug 2022390] Re: Keep the -dev binary package in sync with Debian

2024-05-03 Thread Steve Langasek
Hello Lucas, or anyone else affected,

Accepted runc-app into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~22.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: runc-app (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Changed in: runc-app (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  Keep the -dev binary package in sync with Debian

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


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

[Bug 2040460] Re: MRE updates of container-stack for noble

2024-05-03 Thread Steve Langasek
Hello Bryce, or anyone else affected,

Accepted runc-app into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~22.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: runc-app (Ubuntu Jammy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-jammy

** Changed in: runc-app (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-focal

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

Title:
  MRE updates of container-stack for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd-app/+bug/2040460/+subscriptions


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

[Bug 2040460] Please test proposed package

2024-05-03 Thread Steve Langasek
Hello Bryce, or anyone else affected,

Accepted runc-app into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~20.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  MRE updates of container-stack for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd-app/+bug/2040460/+subscriptions


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

[Bug 2064136] Update Released

2024-05-02 Thread Steve Langasek
The verification of the Stable Release Update for distro-info-data has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Please add a new entry for Ubuntu 24.10 Oracular Oriole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2064136/+subscriptions


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

[Bug 2022390] Re: Keep the -dev binary package in sync with Debian

2024-05-02 Thread Steve Langasek
Hello Lucas, or anyone else affected,

Accepted runc-app into mantic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~23.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: runc-app (Ubuntu Mantic)
   Status: In Progress => Fix Committed

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

Title:
  Keep the -dev binary package in sync with Debian

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


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

[Bug 2040460] Re: MRE updates of container-stack for noble

2024-05-02 Thread Steve Langasek
Hello Bryce, or anyone else affected,

Accepted runc-app into mantic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu2~23.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: runc-app (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-mantic

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

Title:
  MRE updates of container-stack for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd-app/+bug/2040460/+subscriptions


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

[Bug 2063128] Re: Upgrade from mantic to noble shows a debconf prompt

2024-05-02 Thread Steve Langasek
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Won't Fix => Invalid

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

Title:
  Upgrade from mantic to noble shows a debconf prompt

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


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

[Bug 2063834] Re: openjdk-8-jre:i386 openjdk-8-jre-headless:i386 missing for noble to run existing proprietary i386 applications that link against openjdk

2024-05-02 Thread Steve Langasek
openjdk-8-jre is now seeded for noble and later.

** Changed in: openjdk-8 (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/2063834

Title:
  openjdk-8-jre:i386 openjdk-8-jre-headless:i386 missing for noble to
  run existing proprietary i386 applications that link against openjdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/2063834/+subscriptions


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

[Bug 2063834] Re: openjdk-8-jre:i386 openjdk-8-jre-headless:i386 missing for noble to run existing proprietary i386 applications that link against openjdk

2024-05-01 Thread Steve Langasek
The openjdk-8 i386 binaries have been restored in noble-updates.  I am
working through the necessary changes so that this is properly
documented as a whitelisted package and will not be inadvertently
dropped going forward.

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

Title:
  openjdk-8-jre:i386 openjdk-8-jre-headless:i386 missing for noble to
  run existing proprietary i386 applications that link against openjdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/2063834/+subscriptions


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

[Bug 2064539] Re: Revert back frame pointers for ppc64el (remove -fno-omit-framepointer)

2024-05-01 Thread Steve Langasek
** Also affects: dpkg (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/2064539

Title:
  Revert back frame pointers for ppc64el (remove -fno-omit-framepointer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2064539/+subscriptions


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

[Bug 2064538] Re: Revert back frame pointers for s390x (remove -fno-omit-framepointer but use -mbackchain)

2024-05-01 Thread Steve Langasek
** Also affects: dpkg (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/2064538

Title:
  Revert back frame pointers for s390x (remove -fno-omit-framepointer
  but use -mbackchain)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/2064538/+subscriptions


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

[Bug 2064136] Please test proposed package

2024-04-30 Thread Steve Langasek
Hello Chloé, or anyone else affected,

Accepted distro-info-data into jammy-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/distro-
info-data/0.52ubuntu0.7 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: distro-info-data (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed-focal

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

Title:
  Please add a new entry for Ubuntu 24.10 Oracular Oriole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2064136/+subscriptions


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

[Bug 2064136] Please test proposed package

2024-04-30 Thread Steve Langasek
Hello Chloé, or anyone else affected,

Accepted distro-info-data into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/distro-
info-data/0.43ubuntu1.16 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Please add a new entry for Ubuntu 24.10 Oracular Oriole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2064136/+subscriptions


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

[Bug 2064136] Re: Please add a new entry for Ubuntu 24.10 Oracular Oriole

2024-04-30 Thread Steve Langasek
Hello Chloé, or anyone else affected,

Accepted distro-info-data into noble-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/distro-
info-data/0.60ubuntu0.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: distro-info-data (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

** Changed in: distro-info-data (Ubuntu Mantic)
   Status: New => Fix Committed

** Tags added: verification-needed-mantic

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

Title:
  Please add a new entry for Ubuntu 24.10 Oracular Oriole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2064136/+subscriptions


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

[Bug 2064136] Please test proposed package

2024-04-30 Thread Steve Langasek
Hello Chloé, or anyone else affected,

Accepted distro-info-data into mantic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/distro-
info-data/0.58ubuntu0.3 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: distro-info-data (Ubuntu Jammy)
   Status: New => Fix Committed

** Tags added: verification-needed-jammy

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

Title:
  Please add a new entry for Ubuntu 24.10 Oracular Oriole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2064136/+subscriptions


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

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2024-04-30 Thread Steve Langasek
Hello Simon, or anyone else affected,

Accepted gnome-session into noble-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/gnome-
session/46.0-1ubuntu4.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: gnome-session (Ubuntu Noble)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] Ubuntu Unity takes 90 seconds to log out

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


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

[Bug 2055718] Proposed package upload rejected

2024-04-30 Thread Steve Langasek
An upload of tzdata to mantic-proposed has been rejected from the upload
queue for the following reason: "to be reuploaded with better patch".

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

Title:
  timezone changed unexpectedly from EST to America/Adak or
  America/Indiana/Indianapolis

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


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

[Bug 2056758] Re: ubuntu-bug doesn't let me file bugs for Snap thunderbird

2024-04-30 Thread Steve Langasek
Hello Helga, or anyone else affected,

Accepted apport into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/apport/2.28.1-0ubuntu3
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apport (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  ubuntu-bug doesn't let me file bugs for Snap thunderbird

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


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

[Bug 2063112] Please test proposed package

2024-04-30 Thread Steve Langasek
Hello Frode, or anyone else affected,

Accepted openvswitch into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/openvswitch/3.3.0-1ubuntu2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [arm64] autopkgtest - insufficient number of hugepages for all tests
  to succeed

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


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

[Bug 2063112] Re: [arm64] autopkgtest - insufficient number of hugepages for all tests to succeed

2024-04-30 Thread Steve Langasek
test-only fixes don't get promoted to -updates by themselves; marking
block-proposed.

** Tags added: block-proposed-noble

** Changed in: openvswitch (Ubuntu Noble)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [arm64] autopkgtest - insufficient number of hugepages for all tests
  to succeed

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


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

[Bug 2063152] Re: [arm64] autopkgtest - some DPDK tests do not fit within CI memory constraints

2024-04-30 Thread Steve Langasek
Hello Frode, or anyone else affected,

Accepted openvswitch into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/openvswitch/3.3.0-1ubuntu2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: block-proposed-noble

** Changed in: openvswitch (Ubuntu Noble)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [arm64] autopkgtest - some DPDK tests do not fit within CI memory
  constraints

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


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

[Bug 2056767] Proposed package upload rejected

2024-04-30 Thread Steve Langasek
An upload of gnome-software to noble-proposed has been rejected from the
upload queue for the following reason: "not an SRU, should be synced to
oracular".

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

Title:
  FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main)
  with gnome-software packaging split

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


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

[Bug 2019137] Proposed package upload rejected

2024-04-30 Thread Steve Langasek
An upload of gnome-software to noble-proposed has been rejected from the
upload queue for the following reason: "not an SRU, should be synced to
oracular".

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

Title:
  gnome-software should (?) be separated from the packagekit

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


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

[Bug 2062522] Re: std::chrono::locate_zone("Asia/Chungking") fails

2024-04-30 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted tzdata into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/tzdata/2024a-3ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: tzdata (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
   std::chrono::locate_zone("Asia/Chungking") fails

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


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

[Bug 2064350] Re: pam_userdb.so is missing

2024-04-30 Thread Steve Langasek
** Changed in: pam (Ubuntu)
   Status: New => Triaged

** Changed in: pam (Ubuntu)
   Importance: Undecided => High

** Changed in: pam (Ubuntu)
 Assignee: (unassigned) => Dan Bungert (dbungert)

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

Title:
  pam_userdb.so is missing

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


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

[Bug 2059819] Please test proposed package

2024-04-30 Thread Steve Langasek
Hello theofficialgman, or anyone else affected,

Accepted gnome-shell-extension-appindicator into noble-proposed. The
package will build now and be available at
https://launchpad.net/ubuntu/+source/gnome-shell-extension-
appindicator/58-1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Regression: Jammy to Noble, right clicking on some icons shows
  dropdown on left side of screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/2059819/+subscriptions


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

[Bug 2059819] Re: Regression: Jammy to Noble, right clicking on some icons shows dropdown on left side of screen

2024-04-30 Thread Steve Langasek
sorry, the template is there but I had loaded this page yesterday and
not refreshed!

** Changed in: gnome-shell-extension-appindicator (Ubuntu)
   Status: Incomplete => New

** Changed in: gnome-shell-extension-appindicator (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Regression: Jammy to Noble, right clicking on some icons shows
  dropdown on left side of screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/2059819/+subscriptions


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

[Bug 2059819] Re: Regression: Jammy to Noble, right clicking on some icons shows dropdown on left side of screen

2024-04-30 Thread Steve Langasek
An upload of gnome-shell-extension-appindicator has been uploaded to
noble for this issue, but this bug lacks an SRU test case.

** Changed in: gnome-shell-extension-appindicator (Ubuntu)
   Status: Fix Committed => Incomplete

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

Title:
  Regression: Jammy to Noble, right clicking on some icons shows
  dropdown on left side of screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/2059819/+subscriptions


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

[Bug 2042844] Re: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in AboutToShow

2024-04-30 Thread Steve Langasek
Hello iMac, or anyone else affected,

Accepted gnome-shell-extension-appindicator into noble-proposed. The
package will build now and be available at
https://launchpad.net/ubuntu/+source/gnome-shell-extension-
appindicator/58-1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-noble

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

Title:
  JS ERROR: Gio.DBusError:
  GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in
  AboutToShow

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


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

[Bug 2059818] Re: Regression: Jammy to Noble, set_label no longer functions

2024-04-30 Thread Steve Langasek
Hello theofficialgman, or anyone else affected,

Accepted gnome-shell-extension-appindicator into noble-proposed. The
package will build now and be available at
https://launchpad.net/ubuntu/+source/gnome-shell-extension-
appindicator/58-1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: gnome-shell-extension-appindicator (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Regression: Jammy to Noble, set_label no longer functions

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/2059818/+subscriptions


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

[Bug 2060721] Re: APT 2.8.0: Promote weak key warnings to errors

2024-04-29 Thread Steve Langasek
Hello Julian, or anyone else affected,

Accepted apt into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/apt/2.8.0 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apt (Ubuntu Noble)
   Status: Incomplete => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  APT 2.8.0: Promote weak key warnings to errors

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


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

[Bug 2063221] Re: Drop libglib2.0-0 transitional package

2024-04-29 Thread Steve Langasek
Hello Jeremy, or anyone else affected,

Accepted glib2.0 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.80.0-6ubuntu3 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Noble)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Drop libglib2.0-0 transitional package

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


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

[Bug 2061891] Re: Noble upgrade breaks iptables-persistent and netfilter-persistent usage

2024-04-29 Thread Steve Langasek
Hello Stefan, or anyone else affected,

Accepted ubuntu-release-upgrader into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:24.04.17
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-release-upgrader (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Noble upgrade breaks iptables-persistent and netfilter-persistent
  usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/2061891/+subscriptions


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

[Bug 2063464] Re: systemd-resolved wasn't installed on upgrade from Jammy to Noble

2024-04-29 Thread Steve Langasek
Hello Andreas, or anyone else affected,

Accepted ubuntu-release-upgrader into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:24.04.17
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-release-upgrader (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  systemd-resolved wasn't installed on upgrade from Jammy to Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2063464/+subscriptions


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

[Bug 2064090] Re: Automatically installed bit not transitioned to t64 libraries

2024-04-29 Thread Steve Langasek
Hello Julian, or anyone else affected,

Accepted ubuntu-release-upgrader into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:24.04.17
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-release-upgrader (Ubuntu Noble)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Automatically installed bit not transitioned to t64 libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064090/+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   >