[Bug 2080393] [NEW] Package python3-neutron-vpnaas 24.0.1 is missing DB migrations

2024-09-11 Thread Simon Hensel
Public bug reported: We run Openstack Caracal on Ubuntu 22.04 and install the packages via the cloud archive. The package "python3-neutron-vpnaas" with version 24.0.1 does not contain the necessary database migration files to setup the MYSQL database correctly, which causes an error in the neutro

[Bug 2078936] Re: lxd-agent restarts during do-release-upgrade breaking the `lxc exec` connection

2024-09-11 Thread Simon Déziel
** Merge proposal unlinked: https://code.launchpad.net/~sdeziel/ubuntu/+source/lxd-agent-loader/+git/lxd-agent-loader/+merge/472928 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078936 Title: l

[Bug 2080346] Re: autopkg test timeouts on arm64

2024-09-11 Thread Simon Chopin
Note that while it's a bit curious that the infra suddenly started routing those IPs, here I think rust-reqwest is wrong in the end. If you want an IP that's not routed, you should use one from an IP range from RFC 5735, as those should be treated by reasonable admins as follow: > Network operator

[Bug 2080277] Re: FFe: lxd-installer should prompt before installing LXD

2024-09-10 Thread Simon Déziel
- #FIXME + $ dpkg-buildpackage --build=source --no-sign -sa + dpkg-buildpackage: info: source package lxd-installer + dpkg-buildpackage: info: source version 8 + dpkg-buildpackage: info: source distribution oracular + dpkg-buildpackage: info: source changed by Simon Deziel + dpkg-source --before-build . +

[Bug 2080277] [NEW] FFe: lxd-installer should prompt before installing LXD

2024-09-10 Thread Simon Déziel
Public bug reported: * Problem description: It is quite easy to accidentally trigger the on-demand installation of LXD's snap which takes a while. This is something that can, for example, happen inside a LXD instance where the operator didn't notice the instance was "entered". Something: $ lxc l

[Bug 2079406] Re: FFe: update lxd-agent-loader to avoid breaking the `lxc exec` session

2024-09-10 Thread Simon Déziel
-agent-loader dpkg-buildpackage: info: source version 0.8 dpkg-buildpackage: info: source distribution oracular dpkg-buildpackage: info: source changed by Simon Deziel  dpkg-source --before-build .  debian/rules clean dh clean    dh_clean  dpkg-source -b . dpkg-source: info:

[Bug 2078936] Re: lxd-agent restarts during do-release-upgrade breaking the `lxc exec` connection

2024-09-09 Thread Simon Déziel
** Description changed: + [ Impact ] + + Users running `do-release-upgrade` in a LXD VM through `lxc exec` have + their session disconnected abruptly as lxd-agent.service is restarted + during the upgrade from Jammy->Noble. + + The disconnected user will likely re-enter the VM using another `lxc

[Bug 2072532] Re: libc6(AMD64) refuses to install: "dpkg-divert: error: cannot divert directories"

2024-09-09 Thread Simon Engelsman
Thanks Benjamin! In my case - upgading 22.04 to 24.04 - `usrmerge` was already installed and finished a long time ago but i only had the /lib symlink not the /lib64 /lib32* symlinkg. Re-running the scripts by downloading the jammy package and then installing it following the instructions in #2 cre

[Bug 2079858] [NEW] Cannot change gedit preferences in 24.04

2024-09-06 Thread Simon Glass
Public bug reported: Fresh install of 24.04 Ran gedit and tried to change the colour scheme in Preferences->Fonts & Colors Every time I do, it presents this error on the terminal: (gedit:14504): dconf-WARNING **: 12:39:50.270: failed to commit changes to dconf: Failed to execute child process “

[Bug 2079406] Re: FFe: update lxd-agent-loader to avoid breaking the `lxc exec` session

2024-09-05 Thread Simon Déziel
d=source --no-sign -sa dpkg-buildpackage: info: source package lxd-agent-loader dpkg-buildpackage: info: source version 0.8 dpkg-buildpackage: info: source distribution oracular dpkg-buildpackage: info: source changed by Simon Deziel  dpkg-source --before-build .  debian/rules cle

[Bug 2079406] [NEW] FFe: update lxd-agent-loader to avoid breaking the `lxc exec` session

2024-09-05 Thread Simon Déziel
e version 0.8 dpkg-buildpackage: info: source distribution oracular dpkg-buildpackage: info: source changed by Simon Deziel  dpkg-source --before-build .  debian/rules clean dh clean    dh_clean  dpkg-source -b . dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: bu

[Bug 2078936] Re: lxd-agent restarts during do-release-upgrade breaking the `lxc exec` connection

2024-09-05 Thread Simon Déziel
** Summary changed: - lxd-agent restart during do-release-upgrade breaking the `lxc exec` connection + lxd-agent restarts during do-release-upgrade breaking the `lxc exec` connection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2044104] Re: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with zdev:early=0 set

2024-09-05 Thread Simon Chopin
** Changed in: systemd (Ubuntu Oracular) 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/2044104 Title: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with z

[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-09-05 Thread Simon Chopin
Can someone please modify the bug to adhere to the SRU template? https://canonical-sru-docs.readthedocs- hosted.com/en/latest/reference/bug-template/ It's a requisite condition for the fix to be uploaded and eventually released. -- You received this bug notification because you are a member of

[Bug 2078967] Re: Package reconfigure can break NSS for unrelated modules

2024-09-04 Thread Nate Simon
From package "libnss-ldapd" - postinst: nss_is_enabled() { name="$1" grep -q '^[[:space:]]*'$name'[[:space:]]*:.*ldap.*' /etc/nsswitch.conf } In the above regex, the * match on the first space will make this function incorrectly indicate that "group: mineldap" has the "ldap" module enabled.

[Bug 2078967] [NEW] Package reconfigure can break NSS for unrelated modules

2024-09-04 Thread Nate Simon
Public bug reported: I recently upgraded from 20.04 to 22.04 and as a part of the upgrade, the dpkg configuration for nss-pam-ldapd prompted to configure ldap in nsswitch.conf. I selected "passwd" only, which is correct for my use case. Upon rebooting, I discovered that dpkg had modified my nsswi

[Bug 2078936] [NEW] lxd-agent restart during do-release-upgrade breaking the `lxc exec` connection

2024-09-04 Thread Simon Déziel
``` Reported to LXD upstream in https://github.com/canonical/lxd/issues/14033 ** Affects: lxd-agent-loader (Ubuntu) Importance: Undecided Assignee: Simon Déziel (sdeziel) Status: New ** Changed in: lxd-agent-loader (Ubuntu) Assignee: (unassigned) => Simon Déziel (sdeziel) --

Re: [Bug 2078814] Re: [Lenovo LOQ 15ARP9] I cannot change or control backlight brightness

2024-09-03 Thread Jaison Simon
I think Im done trying to fix the issue. I would like to say thank you for being supportive and helpful through the entire situation. Im now looking to install another OS. Also tell your team that they are doing a great job helping Ubuntu OS users and Linux kernel services. Lots of love from Indi

Re: [Bug 2078814] Re: [Lenovo LOQ 15ARP9] I cannot change or control backlight brightness

2024-09-03 Thread Jaison Simon
I get it but Ubuntu is not opening. It isnt even loading because its still the same. I can't do anything with it On Wed, 4 Sept 2024, 10:45 am Daniel van Vugt, <2078...@bugs.launchpad.net> wrote: > Oh. I just realised it's a relatively new model AMD CPU but has no > integrated graphics. So the Nv

Re: [Bug 2078814] Re: [Lenovo LOQ 15ARP9] I cannot change or control backlight brightness

2024-09-03 Thread Jaison Simon
My laptop became again stuck when i did what you said ): Now i cant open Ubuntu. On Wed, 4 Sept 2024, 9:00 am Daniel van Vugt, <2078...@bugs.launchpad.net> wrote: > Thanks. Kernel 6.2.0.26 is not the latest version so it looks like the > update procedure isn't working. > > Please make sure the la

Re: [Bug 2078814] Re: [Lenovo LOQ 15ARP9] I cannot change or control backlight brightness

2024-09-03 Thread Jaison Simon
I did it sir. But the option for brightness isnt back,And The terminal said im running on the latest version. On Wed, 4 Sept 2024, 6:55 am Daniel van Vugt, <2078...@bugs.launchpad.net> wrote: > Thanks for the bug report. That kernel looks old and should have been > updated by now. Please try:

[Bug 2064176] Re: LXD fan bridge causes blocked tasks

2024-09-03 Thread Simon Déziel
This was also reproduced Noble's 6.8 kernel as seen in https://github.com/canonical/lxd/issues/14025 ** Bug watch added: github.com/canonical/lxd/issues #14025 https://github.com/canonical/lxd/issues/14025 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2078818] [NEW] My whole laptop got literally FREEZED and became stuck during restart/opening after my screen timeout happenend

2024-09-03 Thread Jaison Simon
Public bug reported: The first time it happened was within last/before the last week.I choose to not turn off my laptop and the screen goes blank as usual because of screen going blank after set time period in the settings.and after a 7-8 hours I tried to turn on my laptop and i couldn't open.My l

[Bug 2078814] [NEW] I cannot change or control display brightness

2024-09-03 Thread Jaison Simon
Public bug reported: My laptop is brand new and when i installed it first i could see the option to control brightness near to the sound control option.The option(sound bar option)was useless because my displays brightness wasnt changing.Now i cannot even see the option itself. ProblemType: Bug D

[Bug 2078811] [NEW] the font app crashed and a box showed me asking to terminate it or not

2024-09-03 Thread Jaison Simon
Public bug reported: It doesnt shows now but it did showed earlier when i installed it on my brand new laptop ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-font-viewer 41.0-2 ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13 Uname: Linux 6.2.0-26-generic x86_64 ApportV

[Bug 2077712] Re: lastlog does not capture all logins

2024-08-29 Thread Simon Chopin
See https://github.com/linux-pam/linux-pam/blob/master/NEWS -> release 1.5.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077712 Title: lastlog does not capture all logins To manage notifications

[Bug 2069821] Re: [VROC] [Ub 24.04] mdadm: buffer overflow detected

2024-08-29 Thread Simon Chopin
Hi Mauricio, While some of your remarks are expected for an SRU review (SRU template, DEP-3, versioning, arguably changelog formatting), I'm bumping hard on the points 3 and 5. AFAIK those are a matter of preference and tooling, and I have never come across any policy documentation mentioning e

[Bug 2078058] Re: Missing function implementations in libssl.so.3 and .a

2024-08-28 Thread Simon Chopin
Hi, Thanks for taking the time to report this issue. Presumably, your boost.asio was not built against the libssl-dev headers provided in Ubuntu, since in that version those function names aren't provided as symbols but rather as preprocessor aliases to the more modern TLS_* alternatives (see htt

[Bug 2077389] Re: package libc6 2.38-1ubuntu6.3 failed to install/upgrade: new libc6:amd64 package pre-installation script subprocess returned error exit status 1

2024-08-27 Thread Simon Chopin
Hi, thanks for taking the time to report this error. Are you able to reproduce it? If so, can you reproduce it after changing /var/lib/dpkg/info/libc6:amd64.preinst second line from `set -e` to `set -ex` so that we get some debug output? Cheers, Simon ** Changed in: glibc (Ubuntu

[Bug 2077055] Re: s390-tools v2.34.0 FTBFS on oracular/s390x

2024-08-27 Thread Simon Chopin
Uploaded (although re-reading the last comment I'm wondering if I uploaded the right debdiff -_-) ** Changed in: s390-tools (Ubuntu) Status: In Progress => Fix Committed ** Changed in: s390-tools-signed (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notific

[Bug 2077883] Re: usermod silently fails modifying group membership for extrausers

2024-08-26 Thread Simon Chopin
FWIW, it's not a regression as the behaviour is the same in Focal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077883 Title: usermod silently fails modifying group membership for extrausers To m

[Bug 2077862] Re: adduser autopkgtests failed due to shadow 1:4.15.3-3ubuntu2 in 24.10 proposed

2024-08-26 Thread Simon Chopin
** Bug watch added: Debian Bug tracker #1077804 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077804 ** Also affects: fink via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077804 Importance: Unknown Status: Unknown -- You received this bug notification because you are

[Bug 2076340] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-08-23 Thread Simon Chopin
I looked at the s390-tools build logs and have verified that the -fno- omit-frame-pointer flags that were present in the previous build are now gone on both ppc64el and s390x but not on amd64. In addition, -mbackchain is present on s390x. -- You received this bug notification because you are a me

[Bug 2074191] Re: Binary RM of 32-bit binaries on s390x

2024-08-22 Thread Simon Chopin
zlib has just migrate to the release pocket (along with glibc), closing this bug. ** Changed in: zlib (Ubuntu) Status: In Progress => Fix Released ** Changed in: glibc (Ubuntu) Status: Incomplete => Invalid ** Tags removed: update-excuse -- You received this bug notification beca

[Bug 2074191] Re: Binary RM of 32-bit binaries on s390x

2024-08-22 Thread Simon Chopin
I checked the gcc packages, and indeed the lib32z1-dev dependency has been fixed, including in the oracular release pocket. I think we're hitting a bug in reverse-depends, since it shows up even for riscv64: ❯ reverse-depends -b -a riscv64 lib32z1-dev Reverse-Build-Depends = *

[Bug 2059104] Re: Please remove dante armhf binaries from Noble

2024-08-21 Thread Simon Chopin
** Tags removed: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059104 Title: Please remove dante armhf binaries from Noble To manage notifications about this bug go to: https://bugs.

[Bug 2077414] Re: gap-guava autopkgtests fail on amd64 with glibc 2.40

2024-08-21 Thread Simon Chopin
I got to the bottom of it. It turns out not to be a race condition at all, but rather a case of uninitialized array on the stack. The stack layout changed a bit in our glibc version. The fix was simply to initialize the array. It has been posted in a PR upstream, as well as in a Debian bug (even t

[Bug 2077414] Re: gap-guava autopkgtests fail on amd64 with glibc 2.40

2024-08-21 Thread Simon Chopin
** Also affects: glibc (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/2077414 Title: gap-guava autopkgtests fail on amd64 with glibc 2.40 To mana

[Bug 2073941] Re: lxd-installer should prompt before installing LXD

2024-08-20 Thread Simon Déziel
** Description changed: As reported in https://discourse.ubuntu.com/t/when-an-lxc-command-is- used-on-a-system-without-lxc-lxd-lxd-is-immediately-installed-should-it- - be-that-way/46570, is is quite easy to accidentally trigger the on- + be-that-way/46570, it is quite easy to accidentally tri

[Bug 2076898] Re: Numeric name is accepted as valid username for useradd/groupadd

2024-08-20 Thread Simon Chopin
** Changed in: shadow (Ubuntu) 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/2076898 Title: Numeric name is accepted as valid username for useradd/groupad

[Bug 2077414] Re: gap-guava autopkgtests fail on amd64 with glibc 2.40

2024-08-20 Thread Simon Chopin
Upstream report: https://github.com/gap-packages/guava/issues/98 ** Bug watch added: github.com/gap-packages/guava/issues #98 https://github.com/gap-packages/guava/issues/98 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 2077414] [NEW] gap-guava autopkgtests fail on amd64 with glibc 2.40

2024-08-20 Thread Simon Chopin
Public bug reported: The tests fail with the following output: > Diff in /usr/share/gap/pkg/guava/tst/guava.tst:649 m # Input is: p := CodeIsomorphism( C1, C2 ); # Expected output: (2,13,7,10,8,3,5,4,14)(12,15) # But found: Syntax error: expression expected in /tmp/gaptempfile.XJJWPR:1 GU

[Bug 2077340] [NEW] systemd mkosi tests can fail to pull packages from -proposed

2024-08-19 Thread Simon Chopin
Public bug reported: In particular, testing against a version of glibc in -proposed will fail with the following error: 3784s libc6-dbg : Depends: libc6 (= 2.39-0ubuntu9) but 2.40-1ubuntu1 is to be installed (2.39-0ubuntu9 is the version in the release pocket, 2.40-1ubuntu1 is the one in -propo

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

2024-08-19 Thread Simon Chopin
I verified the glibc SRU for Noble: [before] root@glibc-noble:~# dpkg -l libc6 | tail -n 1 ii libc6:ppc64el 2.39-0ubuntu8.2 ppc64el GNU C Library: Shared libraries root@glibc-noble:~# ./dwprod.py /usr/lib/powerpc64le-linux-gnu/libc.so.6 | grep no-omit-frame-pointer | wc -l 1984 [after] r

[Bug 2077262] Re: package nginx 1.24.0-2ubuntu7 failed to install/upgrade: installed nginx package post-installation script subprocess returned error exit status 1

2024-08-19 Thread Simon Déziel
Another way to fix this is to remove the `ssl_dhparam` config option altogether, https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam: > By default no parameters are set, and therefore DHE ciphers will not be used. If you desire to offer DHE ciphers for older clients, you can easi

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

2024-08-19 Thread Simon Chopin
I verified the fix for glibc: root@glibc-fp-ibm:~# ./dwprod.py /usr/lib/s390x-linux-gnu/libc.so.6 | grep backchain | wc -l 1843 root@glibc-fp-ibm:~# ./dwprod.py /usr/lib/s390x-linux-gnu/libc.so.6 | grep no-omit-frame | wc -l 2 root@glibc-fp-ibm:~# dpkg -l libc6 Desired=Unknown/Install/Remove/Pur

[Bug 2077087] Re: CVE-2024-42472: Access to files outside sandbox for apps using persistent= (--persist)

2024-08-15 Thread Simon McVittie
> 3. Instead of using the bwrap package, build Flatpak with its vendored convenience copy If someone takes this approach in newer Ubuntu branches where bwrap needs a special AppArmor profile to be allowed to do its job, please note that the vendored convenience copy gets installed as /usr/libexec/

[Bug 2077087] [NEW] CVE-2024-42472: Access to files outside sandbox for apps using persistent= (--persist)

2024-08-15 Thread Simon McVittie
*** This bug is a security vulnerability *** Public security bug reported: "A malicious or compromised Flatpak app using persistent directories could read and write files in locations it would not normally have access to, which is an attack on integrity and confidentiality." —https://github.com/f

ubuntu-bugs@lists.ubuntu.com

2024-08-14 Thread Simon Chopin
Oh, right, actually not a duplicate, this one is about fixing the boost1.83 tests themselves. ** This bug is no longer a duplicate of bug 2076968 prime-phylo fails to build with mpi-defaults 1.17 on armhf -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2076968] Re: prime-phylo fails to build with mpi-defaults 1.17 on armhf

2024-08-14 Thread Simon Chopin
For future reference: The precise failure here is because libboost-mpi is built against the default MPI implementation, which used to be openmpi everywhere but has recently switched to mpich on 32-bit architectures. However, prime-phylo pulls in the openmpi headers at build time, which the libboos

ubuntu-bugs@lists.ubuntu.com

2024-08-14 Thread Simon Chopin
*** This bug is a duplicate of bug 2076968 *** https://bugs.launchpad.net/bugs/2076968 I couldn't find this bug on the prime-phylo page so I imported the debian bug directly. Closing this one as duplicate. ** This bug has been marked a duplicate of bug 2076968 prime-phylo fails to build wi

[Bug 2076968] Re: prime-phylo fails to build with mpi-defaults 1.17 on armhf

2024-08-14 Thread Simon Chopin
I tried simply replacing libopenmpi-dev by mpi-defaults-dev, but it failed pretty loudly. Since this is blocking boost1.83, I suggest removing the armhf binary package in oracular release pocket. ❯ reverse-depends -a armhf src:prime-phylo Reverse-Recommends == * med-bio

[Bug 2076968] [NEW] prime-phylo fails to build with mpi-defaults 1.17 on armhf

2024-08-14 Thread Simon Chopin
Public bug reported: Imported from Debian bug http://bugs.debian.org/1078584: Source: prime-phylo Version: 1.0.11-10ubuntu1 Severity: important Dear Maintainer, prime-phylo fails to build on armhf platform due to the disabled openmpi-bin and libopenmpi-dev in mpi-defaults 1.17: --- - libopenmp

[Bug 2076898] Re: Numeric name is accepted as valid username for useradd/groupadd

2024-08-14 Thread Simon Chopin
** Merge proposal linked: https://code.launchpad.net/~hectorcao/ubuntu/+source/shadow/+git/shadow/+merge/471145 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076898 Title: Numeric name is accep

[Bug 2076963] [NEW] meshlab-mardy snap unable to start

2024-08-13 Thread Simon Oosthoek
Public bug reported: It seems the meshlab-mardy snap has a missing Qt plugin, so the meshlab snap doesn't start (I tried this after the meshlab package version didn't start on my machine) $ LC_ALL=C.UTF-8 meshlab-mardy.meshlab This application failed to start because it could not find or load the

[Bug 2076962] [NEW] meshlab unable to start; GLEW initialization failed

2024-08-13 Thread Simon Oosthoek
Public bug reported: The package version of meshlab doesn't start on my system with ubuntu 24.04 It seems to be related to the graphics driver, so here's what inxi -G says: # inxi -G Graphics: Device-1: Intel Alder Lake-P GT2 [Iris Xe Graphics] driver: i915 v: kernel Device-2: Microdia USB C

[Bug 187191] Re: [needs-packaging] meshlab

2024-08-13 Thread Simon Oosthoek
I think this package is included for quite a few LTS releases already (I currently have an issue with it, but that's a different issue than this). Please close this bug... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 2064945] Re: Sync prime-phylo 1.0.11-11 (universe) from Debian unstable (main)

2024-08-13 Thread Simon Chopin
Marking as Fixed Released since it has since landed in the release pocket. ** Changed in: prime-phylo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 2073992] Re: Please merge zlib 1:1.3.dfsg+really1.3.1-1 into oracular

2024-08-13 Thread Simon Chopin
** Changed in: zlib (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/2073992 Title: Please merge zlib 1:1.3.dfsg+really1.3.1-1 into oracular To manage noti

[Bug 2073992] Re: Please merge zlib 1:1.3.dfsg+really1.3.1-1 into oracular

2024-08-13 Thread Simon Chopin
** Changed in: zlib (Ubuntu) Assignee: Ravi Kant Sharma (ravi-sharma) => Simon Chopin (schopin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073992 Title: Please merge zlib 1:1.3.d

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

2024-08-08 Thread Simon Chopin
Would running https://gist.githubusercontent.com/julian- klode/85e3f85c410a1b856a93dce77208/raw/488b8509e6f23fe48f917961fe711b285dcb2e28/dwprod.py on /usr/lib/libc.so.6 to find the relevant flag (or absence thereof) be enough as a test case? -- You received this bug notification because you a

[Bug 2075313] Re: zlib FTBFS on s390x due to 32-bit support removal

2024-08-08 Thread Simon Chopin
This is fixed by doko in 1:1.3.dfsg-3.1ubuntu3 but it's currently stuck in -proposed due to bug 2075567 ** Changed in: zlib (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.laun

[Bug 2075567] Re: zlib fails to build on s390x on oracular with gcc 14

2024-08-08 Thread Simon Chopin
** Also affects: gcc-14 (Ubuntu) Importance: Undecided Status: New ** Tags added: ftbfs update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075567 Title: zlib fails to build on s

[Bug 1982335] Re: [24.10 FEAT] Valgrind: Support for new IBM Z Hardware (IBM z16)

2024-08-08 Thread Simon Chopin
** Changed in: valgrind (Ubuntu) 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/1982335 Title: [24.10 FEAT] Valgrind: Support for new IBM Z Hardware (IBM z

[Bug 1982335] Re: [24.10 FEAT] Valgrind: Support for new IBM Z Hardware (IBM z16)

2024-08-08 Thread Simon Chopin
Uploaded :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1982335 Title: [24.10 FEAT] Valgrind: Support for new IBM Z Hardware (IBM z16) To manage notifications about this bug go to: https://bugs.l

[Bug 2075567] Re: zlib fails to build on s390x on oracular with gcc 14

2024-08-07 Thread Simon Chopin
Frank, can you confirm that you got in touch with the upstream author about it? I probably could "fix" it by sprinkling casts all over the place, which could be wildly unsafe depending on the exact properties of __int128, or by actually using a local __int128 variable and memcpy it or something li

[Bug 2075567] Re: zlib fails to build on s390x on oracular with gcc 14

2024-08-07 Thread Simon Chopin
** Changed in: zlib (Ubuntu) Importance: Undecided => Critical ** Changed in: zlib (Ubuntu) Assignee: (unassigned) => Simon Chopin (schopin) ** Changed in: zlib (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 2073787] Re: apport-retrace needs more than 1.5 GB memory (when using sandbox)

2024-08-05 Thread Simon Chopin
This feature should be postponed to the 2.31 version (i.e. the 25.04 cycle), as we don't fully understand the typical usage patterns of apport-retrace. We're talking about a substantial change, and having it targeted to 2.30 (which needs to be cut in the coming two weeks) would be rushing it, even

[Bug 1980848] Re: arc_summary doesn't work with HWE kernel 5.15

2024-08-05 Thread Simon Déziel
** Tags added: verification-done-focal ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1980848 Title: arc_summary doesn't work with HWE kernel 5.15 To manage notific

[Bug 1980848] Re: arc_summary doesn't work with HWE kernel 5.15

2024-08-05 Thread Simon Déziel
I first reproduced the initial issue with zfs-linux 0.8.3-1ubuntu12.17: $ arc_summary Traceback (most recent call last): File "/usr/sbin/arc_summary", line 875, in main() File "/usr/sbin/arc_summary", line 826, in main kstats = get_kstats() File "/usr/sbin/arc_summary", line 259, i

[Bug 2076090] Re: package libc6-i386 2.31-0ubuntu9.16 failed to install/upgrade: dpkg-deb --control subprocess returned error exit status 2

2024-08-05 Thread Simon Chopin
Hi, Your system had apt=2.0.10 and dpkg=1.19.8 which are versions that were never available in Ubuntu, and presumably come straight from Debian. Mixing packages from different distributions isn't supported exactly for this kind of reason: Debian didn't adopt zstd support until much later than Ubun

[Bug 2073372] Re: [UBUNTU 20.04] s390x: z13 wcsncmp implementation segfaults if n=1

2024-08-01 Thread Simon Chopin
** Changed in: glibc (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: glibc (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: glibc (Ubuntu Jammy) Importance: Undecided => Medium ** Changed in: glibc (Ubuntu Oracular) Status: New => In Progress ** Change

[Bug 2073372] Re: [UBUNTU 20.04] s390x: z13 wcsncmp implementation segfaults if n=1

2024-08-01 Thread Simon Chopin
** Tags added: rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073372 Title: [UBUNTU 20.04] s390x: z13 wcsncmp implementation segfaults if n=1 To manage notifications about this bug

[Bug 2075313] [NEW] zlib FTBFS on s390x due to 32-bit support removal

2024-07-31 Thread Simon Chopin
: package: sbuild-build-depends-main-dummy version: 0.invalid.0 architecture: s390x unsat-dependency: gcc-multilib:s390x ** Affects: zlib (Ubuntu) Importance: High Assignee: Simon Chopin (schopin) Status: New ** Tags: foundations-todo -- You received this bug

[Bug 2075204] [NEW] gdb on s390x chokes on divide-by-zero from chaos-marmosets

2024-07-30 Thread Simon Chopin
Public bug reported: To help in the development of apport we're using the chaos-marmosets set of binaries, which triggers various crashes. In particular, we're using /usr/bin/divide-by-zero which does as its name indicates, which naturally triggers a native crash. However, GDB fails on s390x. Not

[Bug 2073338] Re: Please merge shadow 1:4.15.3-2 into Oracular

2024-07-29 Thread Simon Chopin
** Merge proposal linked: https://code.launchpad.net/~hectorcao/ubuntu/+source/shadow/+git/shadow/+merge/469556 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073338 Title: Please merge shadow 1

[Bug 2069821] Re: [VROC] [Ub 24.04] mdadm: buffer overflow detected

2024-07-29 Thread Simon Chopin
** Also affects: mdadm (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: mdadm (Ubuntu Oracular) Importance: Undecided Assignee: Hector CAO (hectorcao) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 2074212] [NEW] libdmapsharing doesn't have frame pointers enabled

2024-07-26 Thread Simon Chopin
Public bug reported: Despite the distribution having enabled frame pointers globally, the binaries shipped by libdmapsharing don't have frame pointers. It is likely due to the build system being pretty screwed up: it builds the library once using the CFLAGS, then rebuilds it with custom flags for

[Bug 2068933] Re: all reports with LaunchpadPrivate in them are tagged need-$arch-retrace

2024-07-26 Thread Simon Chopin
** Changed in: apport 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/2068933 Title: all reports with LaunchpadPrivate in them are tagged need-$arch- retrace To

[Bug 2069040] Re: Compile glibc for Power9

2024-07-26 Thread Simon Chopin
** Changed in: glibc (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/2069040 Title: Compile glibc for Power9 To manage notifications about this bug go to:

[Bug 2074191] [NEW] Binary RM of 32-bit binaries on s390x

2024-07-26 Thread Simon Chopin
Public bug reported: Hi, Could you please do a binary removal of the following binary packages in the oracular release pocket? lib32z1 lib32z1-dev libc6-s390 libc6-dev-s390 oaklisp We have removed the support for 32-bit binaries on s390x (see bug 2067350), and these leftovers are preventing g

[Bug 2067350] Re: Removal of 31-bit (s390) glibc packages

2024-07-26 Thread Simon Chopin
** Changed in: glibc (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/2067350 Title: Removal of 31-bit (s390) glibc packages To manage notifications about

[Bug 1982335] Re: [24.10 FEAT] Valgrind: Support for new IBM Z Hardware (IBM z16)

2024-07-25 Thread Simon Chopin
** Tags added: foundations-todo ** Changed in: valgrind (Ubuntu) Assignee: Frank Heimes (fheimes) => Simon Chopin (schopin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1982335 Title: [24

[Bug 2073941] [NEW] lxd-installer should prompt before installing LXD

2024-07-23 Thread Simon Déziel
Public bug reported: As reported in https://discourse.ubuntu.com/t/when-an-lxc-command-is- used-on-a-system-without-lxc-lxd-lxd-is-immediately-installed-should-it- be-that-way/46570, is is quite easy to accidentally trigger the on- demand installation of LXD's snap which takes a while. A better b

[Bug 2073861] [NEW] boost1.83: no frame pointers on /usr/bin/b2

2024-07-23 Thread Simon Chopin
boost1.83 (Ubuntu) Importance: Undecided Assignee: Simon Chopin (schopin) Status: In Progress ** Changed in: boost1.83 (Ubuntu) Assignee: (unassigned) => Simon Chopin (schopin) ** Changed in: boost1.83 (Ubuntu) Status: New => In Progress -- You received this

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

2024-07-19 Thread Simon Chopin
You are misinterpreting the output. The process that fails to load the .so is during the man-db stage, the needrestart process happens a bit later (after the install-info triggers have been run). Without mockuname needrestart wouldn't have detected a kernel upgrade in the first place. It's somethi

[Bug 1995194] Re: lxd init fails with 'Address already in use'

2024-07-18 Thread Simon Déziel
https://bind9.readthedocs.io/en/v9.18.27/reference.html#namedconf- statement-automatic-interface-scan is the default enabled feature that causes bind9 to start the conflicting listener, or at least I think it is. I believe this is more a bug with how MAAS configures bind9 than something LXD could

[Bug 1995194] Re: lxd init fails with 'Address already in use'

2024-07-18 Thread Simon Déziel
If I'm reading the issue properly, that 10.37.129.1 address would be from the newly created `lxdbr0` bridge where LXD wants to setup a dnsmasq listener. Now presumably that fails because something in MAAS (bind9?) raced with it and started a listener on it before dnsmasq got a chance. IIRC, bind9

[Bug 2072929] Re: Ubuntu cloud image partition numbering

2024-07-17 Thread Simon Poirier
** Changed in: cloud-images/oracular Status: Confirmed => In Progress ** Changed in: cloud-images Status: Confirmed => In Progress ** Changed in: livecd-rootfs (Ubuntu) Assignee: (unassigned) => Simon Poirier (simpoir) ** Changed in: livecd-rootfs (Ubuntu) St

[Bug 2068933] Re: all reports with LaunchpadPrivate in them are tagged need-$arch-retrace

2024-07-17 Thread Simon Chopin
Ongoing work at https://github.com/canonical/apport/pull/367 ** Changed in: apport (Ubuntu) Status: Triaged => 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/2068933 Title: all re

[Bug 2068933] Re: all reports with LaunchpadPrivate in them are tagged need-$arch-retrace

2024-07-16 Thread Simon Chopin
I've looked a bit into it. It seems this has been going on for more than a decade, it might just be that so far most explicitly private reports we were getting were for crashes. Just so that I'm clear, adding `apport` as a subscriber is needed for the retrace/duplicate bit, but not for the generic

[Bug 2068933] Re: all reports with LaunchpadPrivate in them are tagged need-$arch-retrace

2024-07-16 Thread Simon Chopin
It's on my board for this pulse. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068933 Title: all reports with LaunchpadPrivate in them are tagged need-$arch- retrace To manage notifications abou

[Bug 2065537] Re: python3-pylxd broken and taken from wrong source

2024-07-15 Thread Simon Déziel
Corresponding upstream bug https://github.com/canonical/pylxd/issues/596. ** Bug watch added: github.com/canonical/pylxd/issues #596 https://github.com/canonical/pylxd/issues/596 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 2071609] Re: [SRU exception] backport 5.37 to Jammy and Noble

2024-07-15 Thread Simon Chopin
** Description changed: Please be advised that some part of the changes only apply to the Jammy SRU. Current versions: Jammy: 5.32ubuntu3~22.04.1 Noble: 5.34ubuntu2 + + This SRU follows the exception process as outlined at + https://wiki.ubuntu.com/StableReleaseUpdates#autopkgtest rather

[Bug 2072634] Re: TypeError exception when importing Unity

2024-07-15 Thread Simon Quigley
** Summary changed: - /usr/bin/update-manager:TypeError:/usr/bin/update-manager@40:/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py@52:/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py@32:_find_and_load:_find_and_load_unlocked:_load_unlocked:_load_backward_compatible:load_

[Bug 2062406] Re: CVE-2024-32462: Sandbox escape via RequestBackground portal and CWE-88

2024-07-15 Thread Simon McVittie
Jeremy (or other Ubuntu people), are you able to mark this as also affecting Ubuntu focal and bionic? I can't find where to do that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062406 Title: CVE-

[Bug 2063442] Re: needrestart on Ubuntu 24.04 is restarting google-guest-agent startup and shutdown scrips on reinstall but they should not be restarted

2024-07-15 Thread Simon Chopin
** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063442 Title: needrestart on Ub

[Bug 2069875] Re: [needs-packaging] cmocka-mocks

2024-07-12 Thread Simon Chopin
Hi Alexandre! I did a first review of the package. My first question is a bit global: what's the use case for this? Is it supposed to be used at build time? I think for now it would be easier to have just a -dev package that provides the headers and static libraries, and not bother with shared li

[Bug 2044104] Re: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with zdev:early=0 set

2024-07-11 Thread Simon Chopin
** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Simon Chopin (schopin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2044104 Title: [UBUNTU 20.04] chzdev -e is rebuilding initra

[Bug 2072766] [NEW] glibc: drop the nanosleep fallback delta

2024-07-11 Thread Simon Chopin
Public bug reported: We have shipped a patch for glibc since groovy that adds a fallback path for clock_nanosleep_time64 to use CLOCK_MONOTONIC, to work around a bug in WSL1 (see bug 1871240). This has since been fixed in the WSL1 implementation (WSL2 is out of scope as they use a full-blown Linux

  1   2   3   4   5   6   7   8   9   10   >