[Bug 2068529] [NEW] Focal: Reverse proxy POST with with body length >1000 is missing body

2024-06-05 Thread Wesley Hershberger
Public bug reported: POST requests to an apache2 server with the below configuration do not forward the message body. Affected versions: apache2 2.4.41-4ubuntu3.17 in focal Steps to reproduce: sudo apt-get install apache2 sudo a2enmod proxy sudo a2enmod proxy_http Add /etc/apache2/sites-enable

[Bug 2068529] Re: Focal: Reverse proxy POST with with body length >1000 is missing body

2024-06-07 Thread Wesley Hershberger
Thanks for the note Mauricio. The bug is not present in Jammy. I've edited the bug description to include a reproducer that reflects the message length limit. ** Description changed: POST requests to an apache2 server with the below configuration do not - forward the message body. + forward t

[Bug 2064176] [NEW] LXD fan bridge causes blocked tasks

2024-04-29 Thread Wesley Hershberger
Public bug reported: Hi, cross posting this from https://github.com/canonical/lxd/issues/12161 I've got a lxd cluster running across 3 VMs using the fan bridge. I'm using a dev revision of LXD based on 6413a948. Creating a container causes the trace in the attached syslog snippet; this causes the

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

2024-04-29 Thread Wesley Hershberger
** Attachment added: "apport.linux-image-6.5.0-28-generic._9l2i4n1.apport" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064176/+attachment/5772647/+files/apport.linux-image-6.5.0-28-generic._9l2i4n1.apport -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1597017] Re: mount rules grant excessive permissions

2024-08-15 Thread Wesley Hershberger
Hi, gentle ping on this; is there an ETA for this to land in 22.04? Let me know if I can help with testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597017 Title: mount rules grant excessive p

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

2024-05-06 Thread Wesley Hershberger
This also affects ceph-volume 19.2.0~git20240301.4c76c50-0ubuntu6 in Noble. -- 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" module To manage notifications

[Bug 2052661] Re: numba 0.58 is not compatible with python 3.12

2024-11-01 Thread Wesley Hershberger
Hi friends, Since Numba 0.59 has been released with support for python 3.12, are there plans to include numba in noble-updates/universe? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052661 Title:

[Bug 2081231] [NEW] kernel 6.8.0-40: ext4 online resize on thin-provisioned storage gives 'invalid opcode'

2024-09-19 Thread Wesley Hershberger
Public bug reported: Hi, We're seeing failures of an ext4 resize on LVM and Ceph block devices in the LXD CI; the following call trace happens during resize2fs of an ext4 FS on an LVM lv. I'll also upload an apport report. Let me know if there's anything else I can provide! --- [ 54.268802] E

[Bug 2095203] Re: `netplan apply` fails in LXD container with physical NIC passthrough

2025-01-22 Thread Wesley Hershberger
** Description changed: Hello, When using physical NIC passthrough in LXD containers [1], netplan fails when trying to run `udevadm`. Using these LXD devices for the container, where enp6s0 is a spare physical NIC: ``` devices: - eth0: - name: eth0 - nictype: physical

[Bug 2095203] Re: `netplan apply` fails in LXD container with physical NIC passthrough

2025-01-24 Thread Wesley Hershberger
Hi Danilo, thanks for the note. I've updated the description with the netplan yaml and opened https://github.com/canonical/netplan/pull/539 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095203 Title:

[Bug 2095203] [NEW] `netplan apply` fails in LXD container with physical NIC passthrough

2025-01-17 Thread Wesley Hershberger
Public bug reported: Hello, When using physical NIC passthrough in LXD containers [1], netplan fails when trying to run `udevadm`. Using these LXD devices for the container, where enp6s0 is a spare physical NIC: ``` devices: eth0: name: eth0 nictype: physical parent: enp6s0 typ

[Bug 2083029] Re: Try does not recover network

2025-03-21 Thread Wesley Hershberger
I've done some more looking at this and the bug runs pretty deep. During `netplan try`, netplan backs up both its configuration in /etc/netplan and the backend configurations for systemd-networkd and NetworkManager [1]. The problem with this is that the restored config files aren't picked up by sys

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-04-05 Thread Wesley Hershberger
** Description changed: [ Impact ] Starting in OpenStack 2022.2 (Zed), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). This is done during the Horizon postinst and prevents the package from installing when the race occurs.

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-04-05 Thread Wesley Hershberger
** Summary changed: - Installation of openstack-dashboard fails because of command failure + Installation of openstack-dashboard fails during asset compression -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-05 Thread Wesley Hershberger
** Description changed: [ Impact ] Starting in OpenStack 2023.1 (Antelope), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). Hitting a parse error in sass: ``` Looking for 'dashboard/scss/serial_console.scss' in storage Trac

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-05 Thread Wesley Hershberger
** Description changed: + [ Impact ] + Starting in OpenStack 2023.1 (Antelope), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). Hitting a parse error in sass: + ``` + Looking for 'dashboard/scss/serial_console.scss' in storage + Trac

[Bug 2104201] [NEW] LXD installer attempts to install when LXD snap is installed & disabled

2025-03-25 Thread Wesley Hershberger
Public bug reported: Install and disable LXD in Ubuntu 24.04 ``` sudo snap install lxd sudo snap disable lxd ``` Then run a command with lxc: ``` $ lxc ls Installing LXD snap, please be patient. ``` ** Affects: lxd-installer (Ubuntu) Importance: Low Status: New -- You received

[Bug 2083029] Re: Try does not recover network

2025-03-25 Thread Wesley Hershberger
** Description changed: + [ Impact ] + + `netplan try` fails to roll back network changes after an edit to + /etc/netplan/50-cloud-init.yaml. This occurs using both networkd and + NetworkManager backends. + + A user makes changes to their netplan configuration over ssh, expecting + that if the s

[Bug 2083029] Re: Try does not recover network

2025-03-25 Thread Wesley Hershberger
** Changed in: netplan.io (Ubuntu Focal) Status: New => Confirmed ** Changed in: netplan.io (Ubuntu Jammy) Status: New => Confirmed ** Changed in: netplan.io (Ubuntu Noble) Status: New => Confirmed ** Changed in: netplan.io (Ubuntu Oracular) Status: New => Confirmed

[Bug 2104201] Re: LXD installer attempts to install when LXD snap is installed & disabled

2025-03-26 Thread Wesley Hershberger
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104201 Title: LXD installer attempts to install when LXD snap is installed & disabled To manage notifications about this bug go t

[Bug 2104201] Re: LXD installer attempts to install when LXD snap is installed & disabled

2025-03-26 Thread Wesley Hershberger
I ran into this with autopkgtest (man 1 autopkgtest-virt-lxd), so it hung for a while and then failed as the first lxc command it ran didn't do anything. I haven't looked at the code but an early return (with some kind of descriptive error message) when LXD is disabled would be great. :) -- You

[Bug 2104201] Re: LXD installer attempts to install when LXD snap is installed & disabled

2025-03-26 Thread Wesley Hershberger
Looks good to me, thanks for hopping on this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104201 Title: LXD installer attempts to install when LXD snap is installed & disabled To manage notifi

[Bug 2104201] Re: LXD installer attempts to install when LXD snap is installed & disabled

2025-03-26 Thread Wesley Hershberger
A reminder that the snap is disabled would be ideal, but "not found" is also appropriate here IMO. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104201 Title: LXD installer attempts to install when

[Bug 2104840] [NEW] sudo_logsrvd TLS log transport in Jammy

2025-03-27 Thread Wesley Hershberger
Public bug reported: [ Impact ] Users of sudo_logsrvd in Jammy are unable to configure TLS transport as sudo was built without OpenSSL in Jammy. This functionality is available in Noble and above as OpenSSL was inadvertantly included in sudo builds: 564d6d7f in cyrus-sasl2 introduced an indirec

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2025-03-27 Thread Wesley Hershberger
Hi, just checking in on the status of this since LP#2093164 is waiting on it. Is this still blocked? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056187 Title: fails to configure BOOTIF when using

[Bug 2104840] Re: sudo_logsrvd TLS log transport in Jammy

2025-03-27 Thread Wesley Hershberger
** Tags added: sts ** Also affects: sudo (Ubuntu Jammy) 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/2104840 Title: sudo_logsrvd TLS log transport in Ja

[Bug 2104948] Re: Security regression on focal for opensc

2025-04-10 Thread Wesley Hershberger
We released a temporary package 0.20.0-3ubuntu0.1~esm3 without the affected patches; this morning 0.20.0-3ubuntu0.1~esm4 was released [1]. I've verified that the new version does not fail with `pkcs11-tool -l -t`; I'll go ahead and close this as Fix Released. Please feel free to reopen if the esm v

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-09 Thread Wesley Hershberger
** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests: ``` $ sudo pkcs11-tool -l -t Using slot 0 with a present token (0x0) Logging in to "Users". Please enter User PIN: C_SeedRandom() and C_GenerateRandom():

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-09 Thread Wesley Hershberger
** Merge proposal linked: https://code.launchpad.net/~whershberger/ubuntu/+source/opensc/+git/opensc/+merge/484178 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106434 Title: pkcs11-tool 0.22.0

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-09 Thread Wesley Hershberger
** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests: ``` $ sudo pkcs11-tool -l -t Using slot 0 with a present token (0x0) Logging in to "Users". Please enter User PIN: C_SeedRandom() and C_GenerateRandom():

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-01 Thread Wesley Hershberger
** Changed in: cloud-archive/antelope Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394 Title: Installation of openstack-dashboard fails because of command failur

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-01 Thread Wesley Hershberger
** Changed in: cloud-archive/epoxy Status: New => Confirmed ** Changed in: horizon (Ubuntu Oracular) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394 Title

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-03-31 Thread Wesley Hershberger
: (unassigned) => Wesley Hershberger (whershberger) ** Changed in: cloud-archive/epoxy Assignee: (unassigned) => Wesley Hershberger (whershberger) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-01 Thread Wesley Hershberger
I've opened an issue upstream to discuss this [1]. [1] https://github.com/django-compressor/django-compressor/issues/1291 ** Bug watch added: github.com/django-compressor/django-compressor/issues #1291 https://github.com/django-compressor/django-compressor/issues/1291 -- You received this bu

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-01 Thread Wesley Hershberger
/pull/912 ** Also affects: python-django-compressor (Ubuntu) Importance: Undecided Status: New ** Changed in: horizon (Ubuntu Plucky) Status: New => Invalid ** Changed in: horizon (Ubuntu Plucky) Assignee: Wesley Hershberger (whershberger) => (unassigned) ** Changed in:

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-08 Thread Wesley Hershberger
** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests: ``` $ sudo pkcs11-tool -l -t Using slot 0 with a present token (0x0) Logging in to "Users". Please enter User PIN: C_SeedRandom() and C_GenerateRandom():

[Bug 2107225] [NEW] Disable cloud-init network config in Desktop ISO

2025-04-11 Thread Wesley Hershberger
Public bug reported: The Desktop ISO installer enables cloud-init to allow automation with Subiquity autoinstall. Currently, cloud-init probes & configures networking in the live environment. As described in cloud-init#6110, this does not appear to be necessary as NetworkManager should manage netw

[Bug 2107225] Re: Disable cloud-init network config in Desktop ISO

2025-04-11 Thread Wesley Hershberger
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107225 Title: Disable cloud-init network config in Desktop ISO To manage notifications about this bug go to: https://bugs.launchpad

[Bug 2083029] Re: Try does not recover network

2025-04-17 Thread Wesley Hershberger
** Patch added: "rm-nocheck.patch" https://bugs.launchpad.net/netplan/+bug/2083029/+attachment/5872546/+files/rm-nocheck.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083029 Title: Try do

[Bug 2083029] Re: Try does not recover network

2025-04-17 Thread Wesley Hershberger
I've reworked the patches using gbp and run the 'scenarios' autopkgtest for each series. The tests pass for all but Jammy; not clear why we have a missing builddep: ``` Program pytest-3 pytest3 found: NO ../meson.build:28:0: ERROR: Program 'pytest-3 pytest3' not found or not executable ``` It m

[Bug 2083029] Re: Try does not recover network

2025-04-16 Thread Wesley Hershberger
** Merge proposal linked: https://code.launchpad.net/~whershberger/ubuntu/+source/netplan.io/+git/netplan.io/+merge/484438 ** Merge proposal linked: https://code.launchpad.net/~whershberger/ubuntu/+source/netplan.io/+git/netplan.io/+merge/484440 -- You received this bug notification beca

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-18 Thread Wesley Hershberger
** Tags added: sts ** Changed in: dconf (Ubuntu) Assignee: (unassigned) => Wesley Hershberger (whershberger) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072586 Title: Running "dcon

[Bug 2104840] Re: sudo_logsrvd TLS log transport in Jammy

2025-04-22 Thread Wesley Hershberger
Discussed internally; this would likely require an SRU exception which is unlikely to be granted for a feature request. ** Changed in: sudo (Ubuntu) Status: New => Won't Fix ** Changed in: sudo (Ubuntu Jammy) Status: New => Won't Fix ** Changed in: sudo (Ubuntu) Status: Won'

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-28 Thread Wesley Hershberger
Thanks for the note; I've opened MRs against that repo: https://salsa.debian.org/gnome-team/glib/-/merge_requests/49 https://salsa.debian.org/gnome-team/glib/-/merge_requests/50 https://salsa.debian.org/gnome-team/glib/-/merge_requests/51 https://salsa.debian.org/gnome-team/glib/-/merge_requests/5

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-24 Thread Wesley Hershberger
Thanks for the review; I'll get the branch right in future :) I've added a section with a quick sign+verify; happy to add additional workflows if that isn't sufficient. ** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-30 Thread Wesley Hershberger
The autopkgtests look like an infra issue rather than a test failure. VM verification coming soon... ### Verification Done Jammy (Yubikey) ### $ apt-cache policy opensc opensc: Installed: 0.22.0-1ubuntu2.1 Candidate: 0.22.0-1ubuntu2.1 Version table: *** 0.22.0-1ubuntu2.1 500 500 ht

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-05-06 Thread Wesley Hershberger
I've been unable to work around the issue described above with the QEMU ccid-card-emulated; I'm going to mark verification complete as the test plan was completed using a Yubikey. ### Verification Done Jammy (ccid-card-emulated) ### $ apt-cache policy opensc opensc: Installed: 0.22.0-1ubuntu2.1

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-05-06 Thread Wesley Hershberger
** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests: ``` $ sudo pkcs11-tool -l -t Using slot 0 with a present token (0x0) Logging in to "Users". Please enter User PIN: C_SeedRandom() and C_GenerateRandom():

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-05-06 Thread Wesley Hershberger
** Description changed: [ Impact ] pkcs11-tool in Jammy (opensc=0.22.0-1ubuntu2) fails with `-t` while testing digests: ``` $ sudo pkcs11-tool -l -t Using slot 0 with a present token (0x0) Logging in to "Users". Please enter User PIN: C_SeedRandom() and C_GenerateRandom():

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-24 Thread Wesley Hershberger
[3] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4608 ** Changed in: glib2.0 (Ubuntu Oracular) Status: New => Triaged ** Changed in: glib2.0 (Ubuntu Oracular) Assignee: (unassigned) => Wesley Hershberger (whershberger) -- You received this bug notification because you are a m

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-24 Thread Wesley Hershberger
** Description changed: [ Test Plan ] ``` sudo apt-get install dconf-cli mkdir -p /etc/dconf/db/database.d cat >/etc/dconf/db/database.d/test

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-25 Thread Wesley Hershberger
** Description changed: + [ Impact ] + + This was originally reported by a user applying the DISA-STIG on Ubuntu + desktop [1], which requires a global umask of 077. The global dconf databases + in /etc/dconf/db are intended to be read by many users (mode 644). + + dconf uses g_file_set_contents

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-25 Thread Wesley Hershberger
** Changed in: glib2.0 (Ubuntu Jammy) Status: Triaged => In Progress ** Changed in: glib2.0 (Ubuntu Noble) Status: Triaged => In Progress ** Changed in: glib2.0 (Ubuntu Oracular) Status: Triaged => In Progress ** Changed in: glib2.0 (Ubuntu Plucky) Status: Triaged =>

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-25 Thread Wesley Hershberger
** Description changed: [ Impact ] This was originally reported by a user applying the DISA-STIG on Ubuntu desktop [1], which requires a global umask of 077. The global dconf databases in /etc/dconf/db are intended to be read by many users (mode 644). dconf uses g_file_set_contents

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-25 Thread Wesley Hershberger
** Description changed: [ Impact ] This was originally reported by a user applying the DISA-STIG on Ubuntu desktop [1], which requires a global umask of 077. The global dconf databases in /etc/dconf/db are intended to be read by many users (mode 644). dconf uses g_file_set_contents

[Bug 2083029] Re: Try does not recover network

2025-04-15 Thread Wesley Hershberger
** Changed in: netplan 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/2083029 Title: Try does not recover network To manage notifications about this bug g

[Bug 2106434] [NEW] pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-04-10 Thread Wesley Hershberger
(Ubuntu) Importance: Undecided Assignee: Wesley Hershberger (whershberger) Status: In Progress ** Affects: opensc (Ubuntu Jammy) Importance: Undecided Assignee: Wesley Hershberger (whershberger) Status: In Progress ** Tags: sts ** Tags added: sts ** Also

[Bug 2012261] Re: Timeout not correctly set inside requests session object

2025-04-29 Thread Wesley Hershberger
I've been asked to put the SRU on hold as the affected user has found an additional issue with the patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2012261 Title: Timeout not correctly set insid

[Bug 2012261] Re: Timeout not correctly set inside requests session object

2025-04-29 Thread Wesley Hershberger
Progress ** Changed in: python-etcd3gw (Ubuntu Oracular) Status: New => In Progress ** Changed in: python-etcd3gw (Ubuntu Jammy) Assignee: (unassigned) => Wesley Hershberger (whershberger) ** Changed in: python-etcd3gw (Ubuntu Noble) Assignee: (unassigned) =>

[Bug 2012261] Re: Timeout not correctly set inside requests session object

2025-05-01 Thread Wesley Hershberger
A few more details on the issue: Calico includes a workaround to this bug that ties our hands [1]. If I proceed with the SRU as it is currently proposed, it will break Calico on Ubuntu 22.04 and 24.04. If I don't, the bug will continue to exist in 22.04 and 24.04. For clarity, I will be referring

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-04-21 Thread Wesley Hershberger
I've opened 3 merge proposals upstream to begin to address this. [1] https://gitlab.gnome.org/GNOME/gvdb/-/merge_requests/27 [2] https://gitlab.gnome.org/GNOME/gvdb/-/merge_requests/28 [3] https://gitlab.gnome.org/GNOME/dconf/-/merge_requests/89 -- You received this bug notification because you

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-19 Thread Wesley Hershberger
** Tags removed: verification-needed-oracular-linux ** Tags added: verification-failed-oracular-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089411 Title: python perf module missing in realt

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-19 Thread Wesley Hershberger
Hi, I'm still seeing this bug with 6.11.0-1006-realtime, which should contain the patch [1] (thanks for the help Juerg) ``` wesley@oracular2:~$ uname -a Linux oracular2 6.11.0-1006-realtime #6-Ubuntu SMP PREEMPT_RT Mon Feb 17 15:51:31 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux wesley@oracular2:~$ py

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-20 Thread Wesley Hershberger
All set, thanks. ``` wesley@oracular2:~$ uname -a Linux oracular2 6.11.0-1006-realtime #6-Ubuntu SMP PREEMPT_RT Mon Feb 17 15:51:31 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux wesley@oracular2:~$ python3 -c 'import perf; [print(c) for c in perf.cpu_map()]' 0 ``` ** Tags removed: verification-failed-

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-26 Thread Wesley Hershberger
Thanks Manuel; unfortunately the generic kernel is not affected by this bug, only the variants (aws, azure, realtime, etc), so we can't verify with linux-generic. I don't have permission to access the packages for the RT kernel in the Noble ppa [1] (linked from [2]) but this bug/fix applies to all

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-26 Thread Wesley Hershberger
** Tags removed: verification-done-noble-linux ** Tags added: verification-failed-noble-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089411 Title: python perf module missing in realtime kern

[Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-26 Thread Wesley Hershberger
Looks like the symlink described in 1ecc312721 (/usr/lib/linux- tools/6.8.0-1023-azure/lib -> /usr/lib/linux-azure-tools-6.8.0-1023/lib) doesn't exist with package linux-tools-6.8.0-1023-azure, likely because the link's target doesn't exist. I checked the corresponding links in linux-realtime-tools

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-04-04 Thread Wesley Hershberger
** Description changed: [ Impact ] Starting in OpenStack 2023.1 (Antelope), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). This is done during the Horizon postinst and prevents the package from installing when the race occurs.

[Bug 2104948] Re: Security regression on focal for opensc

2025-04-04 Thread Wesley Hershberger
** Changed in: opensc (Ubuntu) Assignee: (unassigned) => Wesley Hershberger (whershberger) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104948 Title: Security regression on focal for ope

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-04-04 Thread Wesley Hershberger
** Description changed: [ Impact ] - Starting in OpenStack 2022.2 (Zed), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). This is done during the Horizon postinst and prevents the package from installing when the race occurs. - -

[Bug 2083029] Re: Try does not recover network

2025-03-22 Thread Wesley Hershberger
Opened a PR: https://github.com/canonical/netplan/pull/548 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083029 Title: Try does not recover network To manage notifications about this bug go to: ht

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-02 Thread Wesley Hershberger
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394 Title: Installation of openstack-dashboard fails because of command failure To manage notifications about this bug go to: ht

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-03 Thread Wesley Hershberger
This looks like an issue in pyscss which is no longer in use in Horizon; see the bug report in django-compressor for more details. Preparing the Debian workaround for SRU. ** Description changed: [ Impact ] - Starting in OpenStack 2023.1 (Antelope), compressing static assets with django-compre

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-03 Thread Wesley Hershberger
** Changed in: cloud-archive/epoxy Status: Invalid => Triaged ** Changed in: horizon (Ubuntu Oracular) Status: Confirmed => In Progress ** Changed in: horizon (Ubuntu Noble) Status: Triaged => In Progress ** Changed in: cloud-archive/antelope Status: Confirmed => In P

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-03 Thread Wesley Hershberger
** Description changed: [ Impact ] Starting in OpenStack 2022.2 (Zed), compressing static assets with django-compressor fails around 5-10% of the time (see also the Debian bug [1]). This is done during the Horizon postinst and prevents the package from installing when the race occurs.

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-03 Thread Wesley Hershberger
** No longer affects: python-django-compressor (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394 Title: Installation of openstack-dashboard fails because of command failure To manage n

[Bug 1768802] Re: netplan try: ethernet device not reverted

2025-04-03 Thread Wesley Hershberger
I missed this when working on #2083029; I'm fairly certain this is the same issue. Marking as a dup. [1] https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2083029 ** Tags added: duplicate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2045394] Re: Installation of openstack-dashboard fails because of command failure

2025-04-03 Thread Wesley Hershberger
** Changed in: horizon (Ubuntu Oracular) Status: Invalid => Confirmed ** Changed in: horizon (Ubuntu Noble) Status: Invalid => Triaged ** Changed in: cloud-archive/dalmatian Status: Invalid => Triaged ** Changed in: cloud-archive/caracal Status: Invalid => Triaged **

[Bug 2078599] Re: unbound-resolvconf.service fails in LXD

2025-05-09 Thread Wesley Hershberger
Hi Hadmut, are you seeing the same behavior as in LP#2092779? [1] https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/2092779 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078599 Title: unbound

[Bug 2106434] Re: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR

2025-05-06 Thread Wesley Hershberger
** Tags removed: verification-needed ** 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/2106434 Title: pkcs11-tool 0.22.0 fails in C_DigestInit with CKR_GENERAL_ERROR To

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-05-19 Thread Wesley Hershberger
I had a few conversations with Heitor, Matthew & Jeremy last week regarding this SRU. Heitor and Matthew (SRU Sponsors for Sustaining Engineering) are both hesitant to sponsor this due to the potential blast radius of a change of semantics in g_file_set_contents (see debian codesearch at [1][2]; th

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-05-21 Thread Wesley Hershberger
** Description changed: [ Impact ] This was originally reported by a user applying the DISA-STIG on Ubuntu desktop [1], which requires a global umask of 077. The global dconf databases in /etc/dconf/db are intended to be read by many users (mode 644). dconf uses g_file_set_contents

[Bug 2072586] Re: Running "dconf update" with different umask affects the permissions of dconf databases in /etc/dconf/db/

2025-05-21 Thread Wesley Hershberger
ortance: Undecided => Medium ** Changed in: dconf (Ubuntu Jammy) Assignee: (unassigned) => Wesley Hershberger (whershberger) ** Changed in: dconf (Ubuntu Noble) Assignee: (unassigned) => Wesley Hershberger (whershberger) ** Changed in: dconf (Ubuntu Oracular) Importance: Undeci

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-05-23 Thread Wesley Hershberger
### Verification Done Noble ### I started horizon-reconfigure.sh on 11 machines and let them run overnight: no failures. $ ./do.sh noble ps -aux | grep horizon-reconfigure + series=noble + args=("$@") + for inst in "${series}"{0..10} + lxc exec noble0 -- ps -aux root4298 0.0 0.1 7740

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-05-23 Thread Wesley Hershberger
### Verification Done Oracular ### I started horizon-reconfigure.sh on 11 machines and let them run overnight (14 hrs): no failures. $ ./do.sh oracular ps -aux | grep horizon-reconfigure + series=oracular + args=("$@") + for inst in "${series}"{0..10} + lxc exec oracular0 -- ps -aux root5

[Bug 2078599] Re: unbound-resolvconf.service fails in LXD

2025-05-21 Thread Wesley Hershberger
** Bug watch added: Debian Bug tracker #1106186 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106186 ** Also affects: unbound via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106186 Importance: Unknown Status: Unknown -- You received this bug notification because you a

[Bug 2078599] Re: unbound-resolvconf.service fails in LXD

2025-05-21 Thread Wesley Hershberger
Added the Debian bug I filed yesterday for reference [1]. @Lukas I'm wondering if "No DNS servers specified" is a result of [2] not coping well with the "@5003" in your unbound config. Using this instead gives the same error as the Debian bug: # cat >> /etc/unbound/unbound.conf<< EOF server:

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-06-02 Thread Wesley Hershberger
### Verification Done Caracal ### I started horizon-reconfigure.sh on 11 machines and let them run all day (7 hrs): no failures. $ ./do.sh jammy apt-cache policy openstack-dashboard | grep "Installed: 4:24.0.0-0ubuntu1.3~cloud0" + series=jammy + args=("$@") + for inst in "${series}"{0..10} + lxc

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-06-02 Thread Wesley Hershberger
For whoever sponsors the Antelope/Bobcat uploads, please be aware that the git repo for Bobcat is missing/has additional xstatic changes that aren't present in the UCA. The source package should be built based on the `apt-get source` of the package. -- You received this bug notification because y

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-06-02 Thread Wesley Hershberger
### Verification Done Dalmatian ### I started horizon-reconfigure.sh on 11 machines and let them run all day (7 hrs): no failures. $ ./do.sh noble apt-cache policy openstack-dashboard | grep "Installed: 4:25.1.0-0ubuntu1.1~cloud0" + series=noble + args=("$@") + for inst in "${series}"{0..10} + l

[Bug 2072492] Re: watcher silently fails when receiving huge data

2025-06-18 Thread Wesley Hershberger
** Changed in: python-etcd3gw (Ubuntu Jammy) Assignee: Wesley Hershberger (whershberger) => (unassigned) ** Changed in: python-etcd3gw (Ubuntu Oracular) Assignee: Wesley Hershberger (whershberger) => (unassigned) ** Changed in: python-etcd3gw (Ubuntu Oracular) Stat

[Bug 2012261] Re: Timeout not correctly set inside requests session object

2025-06-18 Thread Wesley Hershberger
** Changed in: python-etcd3gw (Ubuntu Jammy) Assignee: Wesley Hershberger (whershberger) => (unassigned) ** Changed in: python-etcd3gw (Ubuntu Noble) Assignee: Wesley Hershberger (whershberger) => (unassigned) ** Changed in: python-etcd3gw (Ubuntu Oracular) Assignee:

[Bug 2112657] Re: Poor write performance of LXD storage volume with cephfs driver

2025-06-06 Thread Wesley Hershberger
** Changed in: lxd (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/2112657 Title: Poor write performance of LXD storage volume with cephfs driver To manage noti

[Bug 2072492] Re: watcher silently fails when receiving huge data

2025-06-05 Thread Wesley Hershberger
ecided => Medium ** Changed in: python-etcd3gw (Ubuntu Jammy) Assignee: (unassigned) => Wesley Hershberger (whershberger) ** Changed in: python-etcd3gw (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: python-etcd3gw (Ubuntu Noble) Assignee: (unassigned) =>

[Bug 2071891] Re: tcpdump segv if -Z and -w is specified

2025-06-26 Thread Wesley Hershberger
** Also affects: tcpdump (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: tcpdump (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: tcpdump (Ubuntu Plucky) Importance: Undecided Status: New ** Also affects: tcpdump (Ubuntu Questin

[Bug 2115467] [NEW] Merge tcpdump=4.99.5-2 from Debian unstable for Questing

2025-06-26 Thread Wesley Hershberger
omepage no longer lists the .tar.gz.   * Mark latest patch as "Forwarded: not-needed".   * Bump Standards-Version to 4.7.0.  -- Romain Francoise Sun, 28 Apr 2024 17:07:15 +0200 ** Affects: tcpdump (Ubuntu) Importance: Undecided Assignee: Wesley Hershberger (whershberger)

[Bug 2045394] Re: Installation of openstack-dashboard fails during asset compression

2025-05-30 Thread Wesley Hershberger
** Changed in: cloud-archive/epoxy Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045394 Title: Installation of openstack-dashboard fails during asset compressi

[Bug 2112657] Re: Poor write performance of LXD storage volume with cephfs driver

2025-06-06 Thread Wesley Hershberger
Hi Bartosz, the LXD team tracks issues on Github; could you file this over there? (this package hasn't been in Ubuntu since 18.04) [1] https://github.com/canonical/lxd/issues -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2083029] Re: Try does not recover network

2025-06-09 Thread Wesley Hershberger
** Tags removed: fr-920 ** Tags added: fr-9207 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083029 Title: Try does not recover network To manage notifications about this bug go to: https://bugs.l

[Bug 2115467] Re: Merge tcpdump=4.99.5-2 from Debian unstable for Questing

2025-07-15 Thread Wesley Hershberger
Thanks Nick for bumping those tests. It's apparmor: Jul 16 02:32:44 autopkgtest-lxd-wchruq kernel: audit: type=1400 audit(1752633164.469:182): apparmor="DENIED" operation="open" class="file" profile="curl" name="/etc/stenographer/certs/client_127.0.0.1_client_cert.pem" pid=3360 comm="curl" reques

  1   2   >