[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-07 Thread Andreas Hasenack
Sure. For any package in ubuntu, the git repository is in: https://code.launchpad.net/ubuntu/+source/ So, for apache2 for example, it would be: https://code.launchpad.net/ubuntu/+source/apache2 Then, the branches. Quick intro: ubuntu/devel: TIP. Currently this points at 24.04 noble

[Bug 2051199] Update Released

2024-03-07 Thread Andreas Hasenack
The verification of the Stable Release Update for alsa-ucm-conf 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

[Bug 2051199] Re: Add MediaTek Genio mt8370 support and update mt8390 and mt8395 configs

2024-03-07 Thread Andreas Hasenack
Ethan, thanks for the verification. In the future, please include the exact version of the package that you tested, and where it came from. I.e., the output of "apt-cache policy " shows all that information. There have been a few cases in the past where the verification was mistakenly done using

[Bug 2054741] Update Released

2024-03-07 Thread Andreas Hasenack
The verification of the Stable Release Update for dpkg 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

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Andreas Hasenack
Mantic verification Reproducing the bug with 1.22.0ubuntu1: $ apt-cache policy dpkg-dev dpkg-dev: Installed: 1.22.0ubuntu1 Candidate: 1.22.0ubuntu1 Version table: *** 1.22.0ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu mantic/main amd64 Packages 100

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Andreas Hasenack
Ah, my mistake. I installed only the new dpkg, and dpkg-dev stayed at the previous version. It doesn't upgrade together. With dpkg-dev also updated to 1.21.1ubuntu2.3, it worked: $ DEB_BUILD_PROFILES=foo dpkg-buildpackage -uc -us 2>&1 | grep -A 1 DEB_BUILD_PROFILES echo $DEB_BUILD_PROFILES

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Andreas Hasenack
So I launched a jammy container, grabbed the source of base-files (a quick build package), and applied this change: --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ VENDORFILE = ubuntu DESTDIR = debian/base-files %: + echo $$DEB_BUILD_PROFILES dh $@ locale-check: With

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Andreas Hasenack
The autopkgtests look good now, but the test plan execution is very vague: > Verified that the packages in proposed work and solve the bug. Thanks! Which versions? I would have to check what was in jammy and mantic proposed on the day of this comment, assuming the test and the comment were

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-07 Thread Andreas Hasenack
> Regarding the pkcs11-sign-provider: Did you upgrade it to the 1.0.1 release? Yes, I was using 1.0.1 from noble: openssl-pkcs11-sign-provider 1.0.1-0ubuntu1 And pkcs11-provider 0.3-1. > Note: I would NOT recommend to use 'openssl -provider ', but configure > the provider in the OpenSSL

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
And signing the request file now also works without a segfault (still using the pkcs11-provider, not pkcs11sign): # openssl x509 -provider pkcs11 -signkey "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;serial=148c784165ed428b;token=test-

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
This comment[1] suggested a quirk, and after I added it, it got rid of the segfault with the pkcs11-provider. 1. https://github.com/latchset/pkcs11-provider/issues/310#issuecomment-1821547394 ** Bug watch added: github.com/latchset/pkcs11-provider/issues #310

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
It's really trying to open the pkcs11 URI as a file... :/ newfstatat(AT_FDCWD, "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;serial=148c784165ed428b;token=test- token;id=%96%7F%20%F2%98%18%D7%15%3D%AF%87%AB%EC%09%25%C5%14%51%2E%E1;object=test- key;type=private;pin-value=1234",

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
I'm having difficulties with openssl-pkcs11-sign-provider. I'm getting a sequence of errors, a segfault, and it looks like it's trying to load the rdrand.so *engine*, which we are not shipping (might not even exist anymore?) # openssl req -provider pkcs11sign -new -key

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
let me also try with openssl-pkcs11-sign-provider -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2050017 Title: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
> (I'm curious about the autopkgtest results.) They passed for amd64 already: Results: (from http://autopkgtest.ubuntu.com/results/autopkgtest-noble-ahasenack-apache2-modssl-provider-support/?format=plain) apache2 @ amd64: 06.03.24 17:05:50Log ️ ✅ Triggers:

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
I may have hit a bug elsewhere first, though. I'm following what I did for a pkcs11 engine test[1], but with the pkcs11-provider package. I'm able to create the RSA key in the softhsm2 token, and even generate a certificate request with it using openssl -provider pkcs11. But when I sign the

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
> the pkcs11-provider from https://github.com/latchset/pkcs11-provider (must be > built from source I guess > since not available in Ubuntu distribution) That package is available in noble, btw: https://launchpad.net/ubuntu/+source/pkcs11-provider -- You received this bug notification because

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
I have builds going on in this ppa for amd64, arm64, and s390x: https://launchpad.net/~ahasenack/+archive/ubuntu/apache2-modssl- provider-support/ Completely untested. Once the builds are published, I'll trigger the autopkgtests. -- You received this bug notification because you are a member

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
I will also note that the main patch[1] has not yet been proposed for 2.4, according to the STATUS[2] file in the 2.4.x branch. 1. https://github.com/apache/httpd/commit/cc796e269d7c4f8d105fa46b590c9301c2a55329 2. https://github.com/apache/httpd/blob/2.4.x/STATUS -- You received this bug

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
The main patch[1] depends on these other two: - improve compatibility with openssl 3[2] - fix typo[3] With all three, the main[1] one appplies with some offset: Applying patch mod_ssl_support_pkcs11_provider_for_ossl3.patch patching file modules/ssl/ssl_engine_init.c Hunk #1 succeeded at 1411

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-03-06 Thread Andreas Hasenack
Working on this today. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2050017 Title: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11

[Bug 2040189] Re: landscape-config does not start landscape-client service

2024-03-05 Thread Andreas Hasenack
** Changed in: landscape-client (Ubuntu Mantic) Status: Invalid => In Progress ** Changed in: landscape-client (Ubuntu Lunar) Status: Invalid => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2040924] Re: /etc/update-motd.d/50-landscape-sysinfo: 24: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied

2024-03-05 Thread Andreas Hasenack
About the test plan: - it should also show the good case, i.e., what's expected to happen with the fixed package - it should include checking the autopkgtest failure that was the trigger for this bug to be opened, i.e., make sure that that autopkgtest now does not fail Also either [impact] or

[Bug 2040189] Re: landscape-config does not start landscape-client service

2024-03-05 Thread Andreas Hasenack
** Changed in: landscape-client (Ubuntu Lunar) Status: In Progress => Invalid ** Changed in: landscape-client (Ubuntu Mantic) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056051] Re: Rename libraries for 64-bit time_t transition

2024-03-04 Thread Andreas Hasenack
Uploaded. ** Changed in: rrdtool (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/2056051 Title: Rename libraries for 64-bit time_t transition To

[Bug 2056059] Re: Merge 1.0.12-22.1 from debian for 64-bit time_t transition

2024-03-04 Thread Andreas Hasenack
Uploaded. ** Changed in: cluster-glue (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/2056059 Title: Merge 1.0.12-22.1 from debian for 64-bit

[Bug 2056059] [NEW] Merge 1.0.12-22.1 from debian for 64-bit time_t transition

2024-03-04 Thread Andreas Hasenack
: Andreas Hasenack (ahasenack) Status: In Progress ** Tags: needs-merge -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056059 Title: Merge 1.0.12-22.1 from debian for 64-bit time_t transition

[Bug 2056051] [NEW] Rename libraries for 64-bit time_t transition

2024-03-04 Thread Andreas Hasenack
:46 + ** Affects: rrdtool (Ubuntu) Importance: High Assignee: Andreas Hasenack (ahasenack) Status: In Progress ** Tags: needs-merge -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 2055718] Re: Regression after update: timezone changed unexpectedly

2024-03-04 Thread Andreas Hasenack
** Changed in: tzdata (Ubuntu) Status: Incomplete => Confirmed ** Summary changed: - Regression after update: timezone changed unexpectedly + timezone changed unexpectedly ** Description changed: A user reported this regression on

[Bug 2052739] Re: tzdata 2024a release

2024-03-04 Thread Andreas Hasenack
Given https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2055718/comments/5, I don't think it's a regression in the update. Removing the regression- update tag. ** Tags removed: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2055718] Re: Regression after update: timezone changed unexpectedly

2024-03-04 Thread Andreas Hasenack
That happens also with the current version of tzdata. Starting with: $ dpkg -l tzdata|grep tzdata ii tzdata 2022a-0ubuntu1 all $ date Mon Mar 4 12:22:38 UTC 2024 # the current timezone (UTC) was configured via dpkg-reconfigure tzdata $ sudo apt reinstall tzdata=2022a-0ubuntu1

[Bug 2036761] Re: [mantic] ppa-purge no longer purges what add-apt-repository adds

2024-03-01 Thread Andreas Hasenack
Sponsored for noble. ** Changed in: ppa-purge (Ubuntu Noble) 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/2036761 Title: [mantic] ppa-purge no longer

[Bug 2054477] Re: Update ogre-next to 2.3.1 for Noble

2024-03-01 Thread Andreas Hasenack
Noble has entered feature freeze yesterday[1], and this bug now needs a feature freeze exception[2] approval to move forward. Please follow the process described in [2] and once the Ubuntu Release team has approved this exception, re-subscribe sponsors. 1.

[Bug 2047298] Re: Building ghdl fails if LLVM and Clang versions are not provided explicitly

2024-03-01 Thread Andreas Hasenack
This has been in noble-proposed since October of last year[1]. If we fix that now, this will trigger a mini transition because of the soname change of libghdl. It looks like the only reverse-dependency is yosys- plugin-ghdl, which would need rebuilding. Do we even know if it rebuilds correctly?

[Bug 2054151] Re: New http_relay package for Noble (for Robotics community)

2024-03-01 Thread Andreas Hasenack
Since this was synced from debian and is in noble-proposed, unsubscribing ubuntu-sponsors and marking the bug fix committed. ** Also affects: http-relay (Ubuntu) Importance: Undecided Status: New ** Changed in: http-relay (Ubuntu) Status: New => Fix Committed ** No longer

[Bug 2053256] Re: Update lcm to 1.5 for Noble

2024-03-01 Thread Andreas Hasenack
This now needs a feature freeze exception, as described in https://wiki.ubuntu.com/FreezeExceptionProcess. Please follow that process, and after the FFe is granted, subscribe ubuntu-sponsors again. Regarding how you are providing the package to be sponsored, I personally would prefer a git

[Bug 2049217] Re: requestsync fails with ModuleNotFoundError: No module named 'keyring' error

2024-03-01 Thread Andreas Hasenack
Asked some "procedure" questions in the MP. ** Changed in: ubuntu-dev-tools (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2049217 Title: requestsync

[Bug 2055088] Re: debian/control incorrectly installs gnome-session dependencies in ubuntu-budgie

2024-03-01 Thread Andreas Hasenack
> d/control is used on the official gtk desktops such as budgie. Excuse my unfamiliarity with desktop packages, but I don't understand the above statement. Until someone from desktop reviews this, my question would be very basic: what is the problem this is trying to solve? What is happening,

[Bug 2054681] Re: Merge console-setup (1.226) from Debian

2024-03-01 Thread Andreas Hasenack
Left comments in the MP. ** Changed in: console-setup (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/2054681 Title: Merge console-setup (1.226) from Debian

[Bug 2054832] Re: New upsteram v0.0.3 release

2024-03-01 Thread Andreas Hasenack
Looks like this was sponsored already: https://launchpad.net/ubuntu/+source/intel-lpmd/0.0.3-0ubuntu1 Removing ubuntu-sponsors, and marking bug as fix committed. ** Changed in: intel-lpmd (Ubuntu Noble) Status: In Progress => Fix Committed -- You received this bug notification because

[Bug 2055718] Re: Regression after update: timezone changed unexpectedly

2024-03-01 Thread Andreas Hasenack
I did a quick test in a jammy VM, and didn't observe this change: ubuntu@j:~$ date Fri Mar 1 13:29:18 EST 2024 ubuntu@j:~$ dpkg -l tzdata Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required

[Bug 2052739] Re: tzdata 2024a release

2024-03-01 Thread Andreas Hasenack
Hi Vladimir, I'm sorry to hear that. What was the previously timezone that you had set? Just EST? I filed https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2055718 about your report, if you could please amend it with more details. ** Tags added: regression-update -- You received this bug

[Bug 2055718] [NEW] Regression after update: timezone changed unexpectedly

2024-03-01 Thread Andreas Hasenack
Public bug reported: A user reported this regression on https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2052739: """ Hello. After automatic upgrade of tzdata from 2023c-0ubuntu0.22.04.2 to 2024a-0ubuntu0.22.04 the previously set EST time zone was automatically changed to "America/Adak" or

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
** Attachment added: "build-with-noble-proposed-crashed.log" https://bugs.launchpad.net/ubuntu/+source/isc-kea/+bug/2055151/+attachment/5751226/+files/build-with-noble-proposed-crashed.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
** Attachment added: "build-noble-release-worked.log" https://bugs.launchpad.net/ubuntu/+source/isc-kea/+bug/2055151/+attachment/5751225/+files/build-noble-release-worked.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
A rebuild of 2.4.1-1 with noble release produced binaries that worked. A rebuild of the same 2.4.1-1 with noble-proposed produced binaries that crashed on shutdown. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
We were able to reproduce this with the -2 build, but not the -1 one. A simple "dpkg-reconfigure kea-ctrl-agent" on ppc64el crashes with a segfault: [Fri Mar 1 13:34:41 2024] kea-ctrl-agent[6366]: segfault (11) at 0 nip 63821b5fbafc lr 63821b5fbad8 code 1 in

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
The other daemons are also crashin, and it's on shutdown. Either via systemctl stop, or even starting them in the foreground and just hitting ctrl-c, they segfault. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-03-01 Thread Andreas Hasenack
Maybe boost related? Anyway, caught this backtrace: (gdb) r -c /etc/kea/kea-ctrl-agent.conf Starting program: /usr/sbin/kea-ctrl-agent -c /etc/kea/kea-ctrl-agent.conf [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/powerpc64le-linux-gnu/libthread_db.so.1". [New

[Bug 2052739] Update Released

2024-02-29 Thread Andreas Hasenack
The verification of the Stable Release Update for tzdata 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

[Bug 2052739] Re: tzdata 2024a release

2024-02-29 Thread Andreas Hasenack
The 7 day aging period will be hit later today. Releasing it now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052739 Title: tzdata 2024a release To manage notifications about this bug go to:

[Bug 2052739] Re: tzdata 2024a release

2024-02-29 Thread Andreas Hasenack
@security, could you please sign off on this tzdata SRU, according to the SRU procedure[1] for this package? 1. https://wiki.ubuntu.com/StableReleaseUpdates#tzdata -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1978489] Re: libvirt / cgroups v2: cannot boot instance with more than 16 CPUs

2024-02-29 Thread Andreas Hasenack
> This behavior can be recovered by setting the quota:cpu_shares flavor extra spec. You are the openstack experts here, but I will point out that it looks like comment #10 already tried this. That comment also ends with: "Is there any workaround to rebuilding hundreds of instances like force

[Bug 2055081] Re: NoCloud SMBIOS seed broken in 23.4

2024-02-29 Thread Andreas Hasenack
Given the urgency on this hotfix, I'm releasing it early. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055081 Title: NoCloud SMBIOS seed broken in 23.4 To manage notifications about this bug go

[Bug 2055081] Update Released

2024-02-29 Thread Andreas Hasenack
The verification of the Stable Release Update for cloud-init 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

[Bug 2043336] Please test proposed package

2024-02-29 Thread Andreas Hasenack
Hello Christian, or anyone else affected, Accepted ceph into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ceph/17.2.7-0ubuntu0.22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 2043336] Re: [SRU] ceph 17.2.7 point release

2024-02-29 Thread Andreas Hasenack
Would have been good to have a bug reference for the fix-lvm- devices.patch. I think it's https://tracker.ceph.com/issues/63391 ? And for the patch as well, although once it has an Author, the Origin tag is not mandatory. ** Changed in: ceph (Ubuntu Jammy) Status: New => Fix Committed **

[Bug 2043336] Re: [SRU] ceph 17.2.7 point release

2024-02-29 Thread Andreas Hasenack
On it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2043336 Title: [SRU] ceph 17.2.7 point release To manage notifications about this bug go to:

[Bug 2055414] [NEW] Merge samba 4.19.5-2 from debian

2024-02-29 Thread Andreas Hasenack
ael Tokarev Wed, 28 Feb 2024 19:38:48 +0300 ** Affects: samba (Ubuntu) Importance: High Assignee: Andreas Hasenack (ahasenack) Status: In Progress ** Tags: needs-merge ** Tags added: needs-merge -- You received this bug notification because you are a member of Ubuntu B

[Bug 2055348] Re: Potential arbitrary execution in expandvars

2024-02-29 Thread Andreas Hasenack
** Changed in: landscape-client (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/2055348 Title: Potential arbitrary execution in expandvars To manage

[Bug 2050017] Re: [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-02-28 Thread Andreas Hasenack
Ok, so in essence this is about updating mod_ssl to support openssl 3 providers, since engines are deprecated in openssl 3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2050017 Title: [FFe] [24.04

[Bug 2040381] Re: Merge frr from Debian unstable for noble

2024-02-28 Thread Andreas Hasenack
No new debian upload yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2040381 Title: Merge frr from Debian unstable for noble To manage notifications about this bug go to:

[Bug 2040438] Re: Merge wireguard from Debian unstable for noble

2024-02-28 Thread Andreas Hasenack
Still incomplete, no new upload to debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2040438 Title: Merge wireguard from Debian unstable for noble To manage notifications about this bug go to:

[Bug 2055300] [NEW] DEP8 failures in noble/armhf with samba 4.19.5

2024-02-28 Thread Andreas Hasenack
Public bug reported: https://autopkgtest.ubuntu.com/packages/adsys/noble/armhf I did multiple retries already, but the failures look persistent. The tests passed in other architectures, but also needed one retry on arm64. In armhf, there have been 5 retries already. ** Affects: adsys (Ubuntu)

[Bug 2015420] Please test proposed package

2024-02-27 Thread Andreas Hasenack
Hello Grant, or anyone else affected, Accepted update-notifier into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- notifier/3.168.21 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 2015420] Please test proposed package

2024-02-27 Thread Andreas Hasenack
Hello Grant, or anyone else affected, Accepted update-notifier into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- notifier/3.192.1.20 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 2015420] Please test proposed package

2024-02-27 Thread Andreas Hasenack
Hello Grant, or anyone else affected, Accepted update-notifier into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- notifier/3.192.30.18 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 2015420] Re: motd: can't disable esm-related messages

2024-02-27 Thread Andreas Hasenack
Hello Grant, or anyone else affected, Accepted update-notifier into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- notifier/3.192.54.7 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 2015420] Re: motd: can't disable esm-related messages

2024-02-27 Thread Andreas Hasenack
** Description changed: [ Impact ] If ESM Infra/Apps is available for a system, users will always see messages related to those Ubuntu Pro services in their MOTDs. As stated in the original description, there have been complains on how hard it is to disable those messages - we have

[Bug 2040924] Re: /etc/update-motd.d/50-landscape-sysinfo: 24: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied

2024-02-27 Thread Andreas Hasenack
** Also affects: landscape-client (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: landscape-client (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: landscape-client (Ubuntu Mantic) Importance: Undecided Status: New -- You

[Bug 2040189] Re: landscape-config does not start landscape-client service

2024-02-27 Thread Andreas Hasenack
** Description changed: This bug was discovered during verification of the fix for LP: #2027613 [ Impact ] The new ExecCondition in landscape-client.service provided in the patch for LP: #2027613 prevents the final steps of the landscape-config Client configuration wizard from

[Bug 2055198] [NEW] RM: please remove libmail-dkim-perl 1.20240124-1 from noble-proposed

2024-02-27 Thread Andreas Hasenack
Public bug reported: Discussion: https://code.launchpad.net/~mirespace/ubuntu/+source/libmail-dkim- perl/+git/libmail-dkim-perl/+merge/460681 We want to ship noble with libmail-dkim-perl 1.20230212-1 which does not have Ed25519 support, and thus does not depend on libcryptx-perl which is in

[Bug 2055151] Re: kea-ctrl-agent segfault in ppc64el dep8 test

2024-02-27 Thread Andreas Hasenack
> which is maybe a side effect of the crash? Yeah, it's what I thought, who knows what jq got in stdin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055151 Title: kea-ctrl-agent segfault in

[Bug 2045063] Re: Demote glusterfs for noble

2024-02-27 Thread Andreas Hasenack
** Changed in: glusterfs (Ubuntu) Status: In Progress => 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/2045063 Title: Demote glusterfs for noble To manage notifications about

[Bug 1987992] Re: autofs: Missing support of SCRAM for SASL binds

2024-02-27 Thread Andreas Hasenack
** Merge proposal unlinked: https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/461238 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1987992 Title: autofs: Missing

[Bug 2055151] [NEW] kea-ctrl-agent segfault in ppc64el dep8 test

2024-02-27 Thread Andreas Hasenack
Public bug reported: https://autopkgtest.ubuntu.com/results/autopkgtest- noble/noble/ppc64el/i/isc-kea/20240227_095821_776a7@/log.gz 241s ## With no /etc/kea/kea-api-password, the service must not be running 241s × kea-ctrl-agent.service - Kea Control Agent 241s Loaded: loaded

[Bug 2045063] Re: Demote glusterfs for noble

2024-02-26 Thread Andreas Hasenack
-release-upgrader (Ubuntu) Status: Triaged => Opinion ** Also affects: ubuntu-release-notes Importance: Undecided Status: New ** Changed in: ubuntu-release-notes Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: ubuntu-release-notes Statu

[Bug 2055042] Re: Merge unbound 1.19.1-1 from debian

2024-02-26 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/unbound/+git/unbound/+merge/461244 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055042 Title: Merge unbound

[Bug 2055042] [NEW] Merge unbound 1.19.1-1 from debian

2024-02-26 Thread Andreas Hasenack
024 22:40:40 +0300 ** Affects: unbound (Ubuntu) Importance: Undecided Assignee: Andreas Hasenack (ahasenack) Status: In Progress ** Tags: needs-merge -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: Merge Opportunities Report - 2024-02-26

2024-02-26 Thread Andreas Hasenack
Hi, On Mon, Feb 26, 2024 at 5:48 AM Bryce Harrington wrote: > > New Mergeable Version in Debian Unstable > -- > high multipath-tools 0.9.7-4 0.9.4-5ubuntu3 > high samba

[Bug 2040368] Re: Merge autofs from Debian unstable for noble

2024-02-26 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/461238 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2040368 Title: Merge autofs from

[Bug 2054592] Re: Merge 2:4.19.5+dfsg-1 from debian

2024-02-26 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/samba/+git/samba/+merge/461236 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054592 Title: Merge 2:4.19.5+dfsg-1

[Bug 2040368] Re: Merge autofs from Debian unstable for noble

2024-02-25 Thread Andreas Hasenack
** Changed in: autofs (Ubuntu) Status: Confirmed => 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/2040368 Title: Merge autofs from Debian unstable for noble To manage

[Bug 2054592] Re: Merge 2:4.19.5+dfsg-1 from debian

2024-02-25 Thread Andreas Hasenack
** Changed in: samba (Ubuntu) Status: Confirmed => 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/2054592 Title: Merge 2:4.19.5+dfsg-1 from debian To manage notifications about

[Bug 1677512] Re: Backporting garbage-collection functionality

2024-02-25 Thread Andreas Schildbach
I think this can be closed. All supported versions of Ubuntu have docker-registry 2.6 or later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677512 Title: Backporting garbage-collection

+1 Maintenance report: week starting on 2024-02-19

2024-02-25 Thread Andreas Hasenack
My goal was to go through the python3-defaults transition and help to get it done. There was a lot of back and forth between attempt at fixes, triggers, re-runs,e tc. Here is just a summary. This is a report, not a diary :) # distutils deprecation I started going through the remaining python

[Bug 2054342] Re: FTBFS (test failure) with jupyter-client >= 8

2024-02-25 Thread Andreas Hasenack
** Changed in: jupyter-notebook (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/bugs/2054342 Title: FTBFS (test failure) with jupyter-client >= 8 To

Re: early +1 maintenance: jupyter-notebook FTBFS, jupyter-client update ahead of debian

2024-02-19 Thread Andreas Hasenack
Hi, On Mon, Feb 19, 2024 at 5:30 PM Andreas Hasenack wrote: > > Hi, > > On Mon, Feb 19, 2024 at 5:11 PM Steve Langasek > wrote: > > > > Hi Andreas, > > > > On Mon, Feb 19, 2024 at 05:05:00PM -0300, Andreas Hasenack wrote: > > > I started

Re: early +1 maintenance: jupyter-notebook FTBFS, jupyter-client update ahead of debian

2024-02-19 Thread Andreas Hasenack
Hi, On Mon, Feb 19, 2024 at 5:11 PM Steve Langasek wrote: > > Hi Andreas, > > On Mon, Feb 19, 2024 at 05:05:00PM -0300, Andreas Hasenack wrote: > > I started working on my +1 maintenance shift with the goal of > > trailblazing the python 3.12 migration. A few

early +1 maintenance: jupyter-notebook FTBFS, jupyter-client update ahead of debian

2024-02-19 Thread Andreas Hasenack
Hi, I started working on my +1 maintenance shift with the goal of trailblazing the python 3.12 migration. A few packages sorted already, but jupyter-notebook has me stumped, and I thought I would share this now instead of at the end of the shift. src:jupyter-notebook[1] is FTBFS[2] due to a test

Re: Merge Opportunities Report - 2024-02-12

2024-02-14 Thread Andreas Hasenack
Hi, On Mon, Feb 12, 2024 at 5:47 AM Bryce Harrington wrote: > gnokii 0.6.31+dfsg-2ubuntu10 0.6.31+dfsg-5 > Andreas Hasenack gnokii 0.6.31+dfsg-5ubuntu1 was published in noble/universe on 2024-02-07 (https://launchpad.net/ubuntu/+source/gnokii/0.6.3

Re: +1 maintenance report

2024-02-07 Thread Andreas Hasenack
Hi, On Wed, Feb 7, 2024 at 10:42 AM Andreas Hasenack wrote: > > Hi, > > On Tue, Feb 6, 2024 at 9:47 PM Pushkar Kulkarni > wrote: > > > > === freedombox/bootstrapform === > > The freedombox package depends on bootstrapform. Autopkgtests of the > > former fa

Re: Merge Opportunities Report - 2024-02-05

2024-02-07 Thread Andreas Hasenack
> Lucas Kanashiro > django-cte 1.3.0-1ubuntu11.3.2-1 > Lena Voytek > django-oauth-toolkit1.7.0-2ubuntu12.3.0-3 > Lena Voytek > elinks 0.16.1.1-4ubuntu1 0.16.1.1-4.1

Re: git-ubuntu import service temporarily halted

2024-02-07 Thread Andreas Hasenack
This is now sorted and the service is running again. On Wed, Feb 7, 2024 at 10:34 AM Andreas Hasenack wrote: > > Hi, > > the git-ubuntu import service has been impacted by the recent outage, > and is currently not running. The service controller VM in prodstack > is in an &qu

Re: git-ubuntu import service temporarily halted

2024-02-07 Thread Andreas Hasenack
This is now sorted and the service is running again. On Wed, Feb 7, 2024 at 10:34 AM Andreas Hasenack wrote: > > Hi, > > the git-ubuntu import service has been impacted by the recent outage, > and is currently not running. The service controller VM in prodstack > is in an &qu

Re: +1 maintenance report

2024-02-07 Thread Andreas Hasenack
Hi, On Tue, Feb 6, 2024 at 9:47 PM Pushkar Kulkarni wrote: > > === freedombox/bootstrapform === > The freedombox package depends on bootstrapform. Autopkgtests of the > former fail because the latter imports distutils. I did a Debian MR > [15] to replace distutils.StrictVersion with

git-ubuntu import service temporarily halted

2024-02-07 Thread Andreas Hasenack
Hi, the git-ubuntu import service has been impacted by the recent outage, and is currently not running. The service controller VM in prodstack is in an "ERROR" state, and we need admin help to further troubleshoot it. A ticket[1] has been filed to try to address this. 1.

git-ubuntu import service temporarily halted

2024-02-07 Thread Andreas Hasenack
Hi, the git-ubuntu import service has been impacted by the recent outage, and is currently not running. The service controller VM in prodstack is in an "ERROR" state, and we need admin help to further troubleshoot it. A ticket[1] has been filed to try to address this. 1.

Re: Dependency additions to OpenStack SRU exception

2024-01-25 Thread Andreas Hasenack
Hi, On Fri, Nov 17, 2023 at 6:36 PM Corey Bryant wrote: > > > On Fri, Nov 17, 2023 at 3:54 PM Andreas Hasenack > wrote: > >> Hi, >> >> On Fri, Nov 17, 2023 at 5:48 PM Corey Bryant >> wrote: >> >>> On Thu, Nov 16, 2023 at

Re: Is there a good solution for this: release-upgrade with dependency moved to universe

2024-01-16 Thread Andreas Hasenack
Hi, On Tue, Jan 16, 2024 at 3:02 AM Steve Langasek wrote: > On Fri, Jan 12, 2024 at 11:05:24AM -0500, Nick Rosbrook wrote: > > Hi, > > > > I guess something in do-release-upgrade could be run to, when > encountering such a situation, automatically select > bin:samba-vfs-modules-extra for the

<    5   6   7   8   9   10   11   12   13   14   >