[Bug 1882279] Re: PHP built from source performs much better than the Ubuntu packaged version

2022-05-03 Thread Athos Ribeiro
Debian salsa MR: https://salsa.debian.org/php- team/php/-/merge_requests/12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882279 Title: PHP built from source performs much better than the Ubuntu

[Bug 1882279] Re: PHP built from source performs much better than the Ubuntu packaged version

2022-05-03 Thread Athos Ribeiro
.git;a=commitdiff;h=df0894ad1a8195df67a52108b931e07d708cec9a but this has not been backported into the php embedded macro yet. Updating the macro and rebuilding the package generates PHP binaries with the improved performance perceived by the bug reporter. A PPA with the proposed change is avail

[Bug 1882279] Re: PHP built from source performs much better than the Ubuntu packaged version

2022-05-02 Thread Athos Ribeiro
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882279 Title: PHP built from source performs much better than the Ubuntu packaged version To manage notifications about

[Bug 1882279] Re: PHP built from source performs much better than the Ubuntu packaged version

2022-04-29 Thread Athos Ribeiro
** Changed in: php7.4 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed in: php8.1 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1970153] Re: python3-mako depends on pkg-resources

2022-04-27 Thread Athos Ribeiro
Actually, for - I could not find a straightforward real use case where we hit the "buggy" code path. AFAICT, this is triggered when non-registered plugin is loaded. https://github.com/mxe/mxe/commit/3b61050dabf8b3fb0fae9e373ebb88205758ced0 Pointed by Tony is a good example on how this could be

[Bug 1970153] Re: python3-mako depends on pkg-resources

2022-04-27 Thread Athos Ribeiro
reproducer (ONLY RUN THESE COMMANDS IN A DISPOSABLE ENVIRONMENT. It removes a few seeded packages): # apt remove -y python3-pkg-resources # python3 -c "from mako.util import PluginLoader as PL; PL('foo').load('bar')" Traceback (most recent call last): File "", line 1, in File

[Bug 1970153] Re: python3-mako depends on pkg-resources

2022-04-27 Thread Athos Ribeiro
** Changed in: mako (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970153 Title: python3-mako depends on pkg-resources To manage notifications about this

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2022-04-26 Thread Athos Ribeiro
I filed https://salsa.debian.org/php-team/php/-/merge_requests/11 to document the changed values in the ini files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772915 Title: Documentation on

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2022-04-25 Thread Athos Ribeiro
The following section is available in debian/php-common.README.Debian (currently shipped in /usr/share/doc/php8.1-common/README.Debian.gz by php8.1-common) in all supported Ubuntu releases: # BEGIN of README.Debian snippet Session storage

[Bug 827151] Re: Annoying log message "DIGEST-MD5 common mech free"

2022-04-25 Thread Athos Ribeiro
This was fixed in 2.1.28+dfsg-3 and should be picked up in the next merge for the kk development cycle. I am unsure if the priority here would make this eligible for an SRU though. ** Also affects: cyrus-sasl2 (Ubuntu Jammy) Importance: Low Status: Triaged ** Also affects: cyrus-sasl2

[Bug 1969342] Re: running dpdk-testpmd shows "Failed to execute command of OP_SET_RSS_HENA" in vm with intree driver on ubuntu-22.04

2022-04-25 Thread Athos Ribeiro
Hi Alex, thanks for taking the time to report the issue. Is this a local build of dpdk? Do you get the same results when using the Ubuntu packages? Finally, would you mind providing a minimal reproducer for the issue you are experiencing? Since there is not enough information in your report to

[Bug 1969454] Re: dpdk-testpmd test shows "init vf failed" with in-tree driver on ubuntu22.04

2022-04-25 Thread Athos Ribeiro
Hi Alex, thanks for taking the time to report the issue. Is this a local build of dpdk? Do you get the same results when using the Ubuntu packages? Finally, would you mind providing a minimal reproducer for the issue you are experiencing? Since there is not enough information in your report to

[Bug 1969534] Re: mounting nfs shares fails

2022-04-25 Thread Athos Ribeiro
Hi Thomas, Thanks for taking the time to report this issue. Do you mind providing a simple, minimal reproducer for the issue? This would help to validate the bug and get us into the right track to solve the issue. Since the issue was also found in Debian, it would be nice to report the bug

[Bug 1957924] Re: rpc-worker: debugfs access is restricted

2022-04-22 Thread Athos Ribeiro
** Also affects: qemu (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/1957924 Title: rpc-worker: debugfs access is restricted To manage

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-04-20 Thread Athos Ribeiro
As usual with non-security updates, we use the results of autopkgtest in order to perform the verification. In this case, all tests succeeded for postgresql-12 in Focal. Therefore, tagging as verification-done-focal. ** Tags removed: verification-needed verification-needed-focal ** Tags added:

[Bug 1968228] Re: RTD collision with opcache

2022-04-19 Thread Athos Ribeiro
Minimal reproducer: #!/bin/bash # prints information about the current php environment # php -d opcache.enable_cli=1 -d opcache.file_cache_only=1 -d opcache.file_cache="/root/php-cache" -i php -d opcache.enable_cli=1 -d opcache.file_cache_only=1 -d opcache.file_cache="/root/php-cache" file1.php

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-13 Thread Athos Ribeiro
I performed verification for bionic, impish, and focal in the following fashion: - Launched new lxd container - ran `ssh -o "ConnectTimeout=$(perl -e 'use POSIX; my $max = int(POSIX::INT_MAX/1000)+1; print "$max\n";')" localhost` to verify it triggers the bug. All containers returned "Aborted

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-04-13 Thread Athos Ribeiro
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1961127 Title: New upstream microreleases 10.20, 12.10, 13.6 and 14.2 To manage notifications about this bug go to:

[Bug 1968200] Re: squid (GnuTLS flavour) links with OpenSSL libs

2022-04-12 Thread Athos Ribeiro
A fix proposal is available at https://launchpad.net/~athos- ribeiro/+archive/ubuntu/squid-no-openssl-default/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968200 Title: squid (GnuTLS

[Bug 1968200] Re: squid (GnuTLS flavour) links with OpenSSL libs

2022-04-12 Thread Athos Ribeiro
/squid/pull/694/files#r793839271). ** Changed in: squid (Ubuntu) Status: New => In Progress ** Changed in: squid (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Tags added: server-todo -- You received this bug notification because you are a member of Ubunt

[Bug 1968594] Re: Debugger invoked when first cl+ssl shared object is not found

2022-04-12 Thread Athos Ribeiro
A proposed fix consists of forcing the reload of libcrypto in the pgloader hooks. This was forwarded upstream in https://github.com/dimitri/pgloader/pull/1372 A PPA with the attached fix is available at https://launchpad.net/~athos-ribeiro/+archive/ubuntu/pgloader-jammy- reload-libcrypto

[Bug 1968594] Re: Debugger invoked when first cl+ssl shared object is not found

2022-04-12 Thread Athos Ribeiro
** Tags added: transition-openssl3-jj ** Changed in: pgloader (Ubuntu) Status: New => In Progress ** Changed in: pgloader (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1968594] Re: Debugger invoked when first cl+ssl shared object is not found

2022-04-12 Thread Athos Ribeiro
** Changed in: pgloader (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968594 Title: Debug

[Bug 1960615] Re: [FFe] cl-plus-ssl does not support OpenSSL 3.0

2022-04-11 Thread Athos Ribeiro
Filed LP: #1968594 to follow-up on the pgloader issue where it invokes the debugger when ldopen fails for the first shared object in cl+ssl list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960615

[Bug 1968594] [NEW] Debugger invoked when first cl+ssl shared object is not found

2022-04-11 Thread Athos Ribeiro
Public bug reported: The pgloader package stopped working after it transitioned to OpenSSL 3. The issue lied in the fact that cl+ssl did not fully support OpenSSL 3. LP: #1960615 fixed the initial issue. With the above cl+ssl patch applied, when we run pgloader, it invokes the debugger as soon

[Bug 1968579] [NEW] Missing builds for ppc64el, riscv64, s390x

2022-04-11 Thread Athos Ribeiro
Public bug reported: From the builds that are currently missing, the Debian package supports at least the ppc64el one, which seems to need bootstrapping in Ubuntu. ** Affects: sbcl (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1960615] Re: [FFe] cl-plus-ssl does not support OpenSSL 3.0

2022-04-11 Thread Athos Ribeiro
** Changed in: pgloader (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960615 Title: [FFe] cl-plus-ssl does not support Open

[Bug 1960615] Re: [FFe] cl-plus-ssl does not support OpenSSL 3.0

2022-04-08 Thread Athos Ribeiro
Thanks for setting the status there. The package wasn't landed at that point AFAICT, so I set it to fix committed to wait for the migration to happen. There are unrelated patches with actual features that were pulled in, as described in https://launchpadlibrarian.net/595168316/cl-plus-

[Bug 1960615] Re: [FFe] cl-plus-ssl does not support OpenSSL 3.0

2022-04-08 Thread Athos Ribeiro
This bug was fixed in the package cl-plus-ssl - 20220328.git8b91648-3 --- cl-plus-ssl (20220328.git8b91648-3) unstable; urgency=medium * Team upload. * d/p/openssl3.patch: Improve support for OpenSSL 3. -- Athos Ribeiro Fri, 01 Apr 2022 15:14:25 -0300 cl-plus-ssl (20220328

[Bug 1960615] Re: [FFe] cl-plus-ssl does not support OpenSSL 3.0

2022-04-07 Thread Athos Ribeiro
Filed upstream issue for pgloader at https://github.com/dimitri/pgloader/issues/1370 ** Bug watch added: github.com/dimitri/pgloader/issues #1370 https://github.com/dimitri/pgloader/issues/1370 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1967829] Re: package tftpd-hpa 5.2+20150808-1.2build1 failed to install/upgrade: installed tftpd-hpa package post-installation script subprocess returned error exit status 1

2022-04-06 Thread Athos Ribeiro
Hi Ganesh, Thanks for reporting this issue! I could not reproduce the issue locally. Here is what I tried so far: From a clean focal VM, I installed tftpd tftp; then, I installed tftpd-hpa, which is what it seems you have done by looking at your logs. Also checking your logs, I see the

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-06 Thread Athos Ribeiro
The cl-plus-ssl issue seems to be fixed. for pgloader, we are now hitting https://github.com/dimitri/pgloader/issues/153: i.e., when trying to load the first option for the openssl libraries in cl-plus-ssl, the debugger gets invoked (and the tests fail). We can proceed with the cl-plus-ssl FFe

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-06 Thread Athos Ribeiro
** Attachment added: "cl-plus-ssl.changelog" https://bugs.launchpad.net/ubuntu/+source/cl-plus-ssl/+bug/1960615/+attachment/5577566/+files/cl-plus-ssl.changelog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-05 Thread Athos Ribeiro
+ * pgloader + * cl-simple-date (recursive) + Reverse dependencies + * cl-drakma + * cl-hunchentoot + * cl-zs3 (recursive) + + I built the proposed package in a PPA, available at: + https://launchpad.net/~athos-ribeiro/+archive/ubuntu/lp1960615-cl-plus- + ssl-jammy-ffe/+packages + + I also ran

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-05 Thread Athos Ribeiro
Thanks, Christoph :) I also forwarded the patch upstream in https://github.com/cl-plus- ssl/cl-plus-ssl/pull/154 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960615 Title: pgloader autopkgtests

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-04 Thread Athos Ribeiro
** Tags added: block-proposed-impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903516 Title: aborted (core dumped) when using ConnectTimeout > 2147483 To manage notifications about this bug

[Bug 1967796] Re: FTBFS - must be compatible with Psr\Log\AbstractLogger

2022-04-04 Thread Athos Ribeiro
** Changed in: php-klogger (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/1967796 Title: FTBFS - must be compatible with Psr\Log\AbstractLogger To

[Bug 1967796] Re: FTBFS - must be compatible with Psr\Log\AbstractLogger

2022-04-04 Thread Athos Ribeiro
Thanks Bryce! I just pushed this one. dput ubuntu php-klogger_1.2.1-4ubuntu1_source.changes D: Setting host argument. Checking signature on .changes gpg: $PKGPATH/php-klogger_1.2.1-4ubuntu1_source.changes: Valid signature from 033C4CA276024834 Checking signature on .dsc gpg:

[Bug 1967796] Re: FTBFS - must be compatible with Psr\Log\AbstractLogger

2022-04-04 Thread Athos Ribeiro
The attached patch fixes this package builds for the new php-psr-log package. A PPA with the package is available at https://launchpad.net/~athos- ribeiro/+archive/ubuntu/php-klogger-lp1967796/+packages I ran the autopkgtest suite locally (for the proposed pocket). Here is the result summary

[Bug 1967796] [NEW] FTBFS - must be compatible with Psr\Log\AbstractLogger

2022-04-04 Thread Athos Ribeiro
happens due to lack of compliance with psr/log 3, which is now in -proposed. Note that a fix here should also include changes to composer.json to ensure the final binary package depends on the correct version of php- psr-log. ** Affects: php-klogger (Ubuntu) Importance: Undecided Assignee: A

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-04 Thread Athos Ribeiro
** Changed in: openssh (Ubuntu Bionic) Status: Triaged => In Progress ** Changed in: openssh (Ubuntu Focal) Status: Triaged => In Progress ** Changed in: openssh (Ubuntu Impish) Status: Triaged => In Progress -- You received this bug notification because you are a member

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-04-01 Thread Athos Ribeiro
I filed https://salsa.debian.org/common-lisp-team/cl-plus- ssl/-/merge_requests/2 to fix the failing tests. If there are no issues with the patch, I will also forward that upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960615] Re: pgloader autopkgtests fail for lack of OpenSSL 3.0 support

2022-03-31 Thread Athos Ribeiro
the autopkgtest tests for the new cl-plus-ssl version in unstable is failing in jammy. src/reload.lisp fails to load the proper *.so files. When adding entries for the openssl 3 libraries, one test still fails: test/fingerprint.lisp calls EVP_MD_size, which has been renamed to EVP_MD_get_size. I

[Bug 1964928] Re: Consider dropping the -Bsymbolic-functions workarround

2022-03-30 Thread Athos Ribeiro
As per https://github.com/opensvc/multipath- tools/issues/26#issuecomment-1073987528, upstream decided to not apply the patch to force weak symbols not to be resolved at link time. Therefore, instead of carrying a patch, let's just keep compiling without the "-Bsymbolic-functions" flag to

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-30 Thread Athos Ribeiro
** Description changed: + [Impact] + + Setting ConnectTimeout to a value higher than INT_MAX/1000 causes the + ssh client to crash. This happens due to an integer overflow which was + fixed upstream with the patch being proposed for this SRU, which caps + the effective value for that option at

[Bug 1805115] Re: problem with (ubuntu/cosmic)mawk /^[[:space:]]*

2022-03-29 Thread Athos Ribeiro
** Also affects: mawk (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: mawk (Ubuntu Bionic) Status: New => Triaged ** Changed in: mawk (Ubuntu) Status: Triaged => Fix Released ** Changed in: mawk (Ubuntu Bionic) Importance: Undecided => Low -- You

[Bug 1845845] Re: follow gnome-terminal libexec migration

2022-03-29 Thread Athos Ribeiro
This is partially proposed as an upstream PR at [1]. [2] may also be relavant for anyone willing to take on this bug. Perhaps submitting the proposed patch upstream is the proper way forward here. [1] https://github.com/dustinkirkland/byobu/pull/53 [2]

[Bug 1952614] Re: nginx crashes with dump because of segfault

2022-03-28 Thread Athos Ribeiro
Hi Bernd, Are you still observing this crash? It seems you are still facing permission issues, as Christian pointed out in his comment above. It would be nice if you could work around those permission issues to get the proper debuginfo to proceed with this bug. Since this bug was automatically

[Bug 1965943] Re: php-pear : Depends: php-archive-tar (>= 1.4.9) but it is not installable

2022-03-28 Thread Athos Ribeiro
Hi, Thanks for reporting this issue. Could you provide some additional information on the bug? For instance, what version of Ubuntu are you using and what version of php-pear are you trying to install? Could you provide steps to reproduce the issue? Since your logs mention php 7.2, I assumed

[Bug 1946908] Re: Merge thin-provisioning-tools from Debian unstable for 22.04

2022-03-18 Thread Athos Ribeiro
Since this merge is a fix for the package build, no FFe should be needed here. ** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/thin-provisioning-tools/+git/thin-provisioning-tools/+merge/417096 -- You received this bug notification because you are a member

[Bug 1964514] Re: FTBFS - test failures due to disabled openssl 3 legacy providers

2022-03-17 Thread Athos Ribeiro
** Changed in: php-dapphp-radius (Ubuntu) Status: Confirmed => 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/1964514 Title: FTBFS - test failures due to disabled openssl 3

[Bug 1882279] Re: PHP built from source performs much better than the Ubuntu packaged version

2022-03-17 Thread Athos Ribeiro
This is still valid for php 8.1; Rafael's next steps seem to still be the path forward here. ** Also affects: php8.1 (Ubuntu) Importance: Undecided Status: New ** Changed in: php8.1 (Ubuntu) Status: New => Triaged ** Changed in: php8.1 (Ubuntu) Importance: Undecided =>

[Bug 1946908] Re: Merge thin-provisioning-tools from Debian unstable for 22.04

2022-03-17 Thread Athos Ribeiro
** Changed in: thin-provisioning-tools (Ubuntu) Milestone: ubuntu-22.02 => ubuntu-22.03 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946908 Title: Merge thin-provisioning-tools from Debian

[Bug 1964928] Re: Consider dropping the -Bsymbolic-functions workarround

2022-03-17 Thread Athos Ribeiro
** Changed in: multipath-tools (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964928 Title: Consider dropping the -Bsymbo

[Bug 1964400] Re: host crashes with SIGABRT in isc_assertion_failed()

2022-03-17 Thread Athos Ribeiro
** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964400 Title: host crashes with SIGA

[Bug 1964514] Re: FTBFS - test failures due to disabled openssl 3 legacy providers

2022-03-17 Thread Athos Ribeiro
Hi Simon, As discussed offline, I had been investigating the issue with the install vs cp change introduced in the autopkgtest tests here. I can no longer reproduce the issue locally, but I suspect this may have todo with the "rw-build-tree" restriction (I am using autopkgtest 5.20 in jammy).

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-03-16 Thread Athos Ribeiro
** Changed in: postgresql-12 (Ubuntu Focal) Status: Fix Committed => In Progress ** Changed in: postgresql-10 (Ubuntu Bionic) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1946908] Re: Merge thin-provisioning-tools from Debian unstable for 22.04

2022-03-15 Thread Athos Ribeiro
** Changed in: thin-provisioning-tools (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946908 Title: Merge thin-provisioning-tools from Debian unstable for

[Bug 1964928] [NEW] Consider dropping the -Bsymbolic-functions workarround

2022-03-15 Thread Athos Ribeiro
Public bug reported: 0.8.8-1ubuntu1 introduced a delta to drop the "-Bsymbolic-functions" parameter from LDFLAGS. The issue is explained and being dealt with upstream, in https://github.com/opensvc/multipath-tools/issues/26. This bug is a tracker for the upstream issue. As soon as it is fixed,

[Bug 1919965] Re: nginx-common nginx.service comments use wrong signal

2022-03-15 Thread Athos Ribeiro
The Debian MR has been merged and will be released in 1.18.0-7 [1]. Once that version is sync'd (or merged) into Ubuntu, we can close this issue and track any remaining ones in LP: #1957320. [1] https://salsa.debian.org/nginx-team/nginx/-/merge_requests/14 -- You received this bug notification

[Bug 1957320] Re: Cannot restart nginx when listening on UNIX domain sockets

2022-03-15 Thread Athos Ribeiro
Adding this to the Ubuntu Server backlog to match LP: #1919965 ** Changed in: nginx (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1957320 Title: Cannot

[Bug 1964813] Re: Script to generate Provides is broken

2022-03-14 Thread Athos Ribeiro
You are changing the indentation in the genprovides from tabs to spaces. Other than that, this LGTM :) ** Changed in: ruby3.0 (Ubuntu) Assignee: Athos Ribeiro (athos-ribeiro) => Lucas Kanashiro (lucaskanashiro) -- You received this bug notification because you are a member of Ubuntu B

[Bug 1964813] Re: Script to generate Provides is broken

2022-03-14 Thread Athos Ribeiro
** Changed in: ruby3.0 (Ubuntu) Status: New => In Progress ** Changed in: ruby3.0 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1897545] Re: Bind9: man file for rndc utility mentions wrong config file location

2022-03-14 Thread Athos Ribeiro
As per https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/5815, a fix is scheduled for the 9.18.1 upstream release, which should be out by the end of March, 2022. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1679377] Re: Missing dep8 tests

2022-03-14 Thread Athos Ribeiro
This package had been removed from the archive. If ever needed, This MP should get things going: https://salsa.debian.org/python-team/packages/python-oauth/-/merge_requests/2 ** Changed in: python-oauth (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you

[Bug 1964514] Re: FTBFS - test failures due to disabled openssl 3 legacy providers

2022-03-14 Thread Athos Ribeiro
Salsa MR (merged): https://salsa.debian.org/php-team/pear/php-dapphp- radius/-/merge_requests/2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964514 Title: FTBFS - test failures due to disabled

[Bug 1964709] Re: 1.24.0-1ubuntu1 FTBFS: PHP 8.1 and libicu changes

2022-03-13 Thread Athos Ribeiro
I also submitted this patch to Debian in https://salsa.debian.org/php- team/pear/php-symfony-polyfill/-/merge_requests/1 ** Bug watch added: Debian Bug tracker #1007203 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007203 ** Also affects: php-symfony-polyfill (Debian) via

[Bug 1964709] Re: 1.24.0-1ubuntu1 FTBFS: PHP 8.1 and libicu changes

2022-03-13 Thread Athos Ribeiro
The attached patch includes the fixes needed to build php-symfony- polyfill for the new php 8.1 stack with libicu70. The fix is available in a PPA at https://launchpad.net/~athos- ribeiro/+archive/ubuntu/lp1964709-php-symfony-polyfill/+packages I also ran the dep8 test suite locally. Here

[Bug 1964709] [NEW] 1.24.0-1ubuntu1 FTBFS: PHP 8.1 and libicu changes

2022-03-13 Thread Athos Ribeiro
Public bug reported: The upstream patch which was being dropped in our delta is now needed for the new PHP stack (see revert-update-intl-currencies-data.patch). Moreover, recent libicu changes are incompatible with the current upstream test suite. [1] has more details on these test failures and

[Bug 1964514] Re: FTBFS - test failures due to disabled openssl 3 legacy providers

2022-03-11 Thread Athos Ribeiro
** Bug watch added: Debian Bug tracker #1007132 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007132 ** Also affects: php-dapphp-radius (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007132 Importance: Unknown Status: Unknown -- You received this bug

[Bug 1964514] Re: FTBFS - test failures due to php 8 support missing

2022-03-11 Thread Athos Ribeiro
Hi Simon, I updated the patch (attached) to reflect your findings on the FTBFS issue. I also built the package with the changes in a PPA at https://launchpad.net/~athos-ribeiro/+archive/ubuntu/lp1964514-php- dapphp-radius-openssl3/+packages I will proceed to update this bug description

[Bug 1964514] Re: FTBFS - test failures due to php 8 support missing

2022-03-11 Thread Athos Ribeiro
Thanks, Simon. It is an unfortunate combination going on here: Debian has php 8.1 in unstable, but no openssl 3. Ubuntu has openssl 3 in jammy, but no php 8.1 (it is still in -proposed). Nice catch on that one, and yes, it was a good coincidence to have you reviewing this one :) I will address

[Bug 1964514] [NEW] FTBFS - test failures due to php 8 support missing

2022-03-10 Thread Athos Ribeiro
Public bug reported: php-dapphp-radius currently FTBFS [1]. The upstream patch included in the attached debdiff fixes the issue by improving PHP 8 support in the package. This was forwarded to Debian in https://salsa.debian.org/php- team/pear/php-dapphp-radius/-/merge_requests/1. However, the

[Bug 1964400] Re: host crashes with SIGABRT in isc_assertion_failed()

2022-03-09 Thread Athos Ribeiro
Upstream bug report: https://gitlab.isc.org/isc-projects/bind9/-/issues/3020 ** Bug watch added: Debian Bug tracker #1004054 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004054 ** Also affects: bind9 (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004054

[Bug 1964400] [NEW] host crashes with SIGABRT in isc_assertion_failed()

2022-03-09 Thread Athos Ribeiro
Public bug reported: LP: #1964264 reported `host` intermittent crashes when performing numeric lookups. I could reproduce the issue by running the command below a few times in a new jammy installation. I was also able to reproduce the issue in Debian. Since LP: #1964264 is private and contains

[Bug 1964141] Re: Wrong certificate returned if multiple certs have same label but different ID

2022-03-09 Thread Athos Ribeiro
Thanks for taking the time to report this bug here, Graham. As you already pointed out, the proper fix should go into the upstream project first. https://github.com/OpenSC/libp11/pull/433 seems to be reviewed and approved. Once it is merged, we should be able to backport the patch as needed. **

[Bug 1668474] Re: AH00526 when using long ProxyPass worker name

2022-03-09 Thread Athos Ribeiro
** Tags added: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668474 Title: AH00526 when using long ProxyPass worker name To manage notifications about this bug go to:

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2022-03-09 Thread Athos Ribeiro
** Changed in: php8.0 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed in: php8.1 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-09 Thread Athos Ribeiro
This seems to be a good case for a staged SRU given the low priority of the issue. ** Changed in: openssh (Ubuntu Impish) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed in: openssh (Ubuntu Focal) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** C

[Bug 1964125] Re: Please sync 2.5.1+2.4.0-15 from Debian to fix package dependencies

2022-03-09 Thread Athos Ribeiro
Thanks, Simon :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964125 Title: Please sync 2.5.1+2.4.0-15 from Debian to fix package dependencies To manage notifications about this bug go to:

[Bug 1964125] Re: Please sync 2.5.1+2.4.0-15 from Debian to fix package dependencies

2022-03-09 Thread Athos Ribeiro
Thanks for addressing this one, Simon. The package has landed in Debian unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964125 Title: Please sync 2.5.1+2.4.0-15 from Debian to fix package

[Bug 1964125] Re: Please rebuild php-solr to fix dummy dev package dependencies

2022-03-08 Thread Athos Ribeiro
Since https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006934 was addressed in Debian, this can be a sync from Debian for php-solr 2.5.1+2.4.0-15. This is a bug fix for this package and should require no FFe. I am changing the title of this bug and removing the proposed patch. ** Bug watch

[Bug 1964125] Re: Please rebuild php-solr to fix dummy dev package dependencies

2022-03-08 Thread Athos Ribeiro
Attaching this here for completeness. Feel free to ignore the patch. ** Patch added: "No changes rebuild" https://bugs.launchpad.net/ubuntu/+source/php-solr/+bug/1964125/+attachment/5567022/+files/1-2.5.1+2.4.0-14build1.debdiff -- You received this bug notification because you are a member

[Bug 1964125] [NEW] Please rebuild php-solr to fix dummy dev package dependencies

2022-03-08 Thread Athos Ribeiro
Public bug reported: php-solr currently fails to migrate in jammy due to a bogus dependency injected by dh-php (php-curl-all-dev does not exist and is being injected as a dependency). This was fixed in the most recent release of dh-php in jammy as per

[Bug 1963695] Re: [FFe] Please sync dh-php from Debian unstable

2022-03-08 Thread Athos Ribeiro
** Changed in: dh-php (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/1963695 Title: [FFe] Please sync dh-php from Debian unstable To manage

[Bug 1963695] [NEW] [FFe] Please sync dh-php from Debian unstable

2022-03-04 Thread Athos Ribeiro
Public bug reported: dh-php 4.8 fixes an issue with dh-php injecting a non-existing php-curl- all-dev package as a Dependency for packages depending on php-curl. This is the case for php-solr, which currently fails to migrate since it ships a dummy package that depends on php-curl-all-dev.

[Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2022-03-01 Thread Athos Ribeiro
Upstream seems to disagree with the IP_FREEBIND implementation, as per https://bugzilla.samba.org/show_bug.cgi?id=13463. The reason behind it is that the daemon should fail for invalid ip addresses. Adding After=network-online.target is frowned upon by systemd upstream. Following up with

[Bug 1796407] Re: pg_wrapper doesn't work when -p is used

2022-03-01 Thread Athos Ribeiro
This is still valid for bionic and focal. It is possibly reproducible in jammy as well, but since we do not have an official newer version in to test in jammy, we cannot easily get a higher version to get a simple reproducer. Steps to reproduce: From a bionic/focal vm: # apt update && apt

[Bug 1793932] Re: Deprecated conffile change causes release upgrade failure

2022-02-28 Thread Athos Ribeiro
** Tags removed: triage ** Tags added: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1793932 Title: Deprecated conffile change causes release upgrade failure To manage

[Bug 1609051] Re: File Manager crashes when Network is selected

2022-02-28 Thread Athos Ribeiro
I am targeting the proper samba package here. Is this still valid from bionic and on? Do we have a short reproducer fir this issue? I am marking this as incomplete for samba until we can get such reproducer. Feel free to move it back to new once we have one. ** Changed in: samba4 (Ubuntu)

[Bug 1462755] Re: qrunner crashes on invalid unicode sequence

2022-02-28 Thread Athos Ribeiro
This has been fixed upstream since 2.1.21rc1. bionic ships 2.1.26. I am closing this one. ** Changed in: mailman (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-02-28 Thread Athos Ribeiro
This was fixed upstream on http://anongit.mindrot.org/openssh.git/commit/?id=819b44e8b9af6ce18d3ec7505b9f461bf7991a1f which was released in 8.6p1. This affects impish, focal and bionic. ** Also affects: openssh (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects:

[Bug 1931104] Re: Test of dogtag-pki is failing on s390x due to LTO

2022-02-28 Thread Athos Ribeiro
We decided to stay in 3.68.x (which is an ESR release) for jammy because it is an LTS release. We could revisit this once we merge a newer NSS version next cycle, as suggested by Paride. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1904920] Re: multipathd should switch to socket-based activation

2022-02-28 Thread Athos Ribeiro
** Changed in: multipath-tools (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904920 Title: multipathd should switch to socket-based activation To

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2022-02-24 Thread Athos Ribeiro
** Tags added: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865900 Title: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken To manage notifications

[Bug 1960464] Re: mysql breaks apt, system, can't even be uninstalled

2022-02-23 Thread Athos Ribeiro
Hello whitis, We'd still need further information (such as error logs) on this one as pointed by Lena in https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1960464/comments/2. Keeping this as incomplete until we gather more information to proceed with further investigations. -- You

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-02-23 Thread Athos Ribeiro
** Changed in: postgresql-10 (Ubuntu Bionic) 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/1961127 Title: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-02-22 Thread Athos Ribeiro
** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/postgresql-10/+git/postgresql-10/+merge/415924 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1961127 Title

[Bug 1946891] Re: Merge python-oauth from Debian unstable for 22.04

2022-02-22 Thread Athos Ribeiro
This was removed from the archive as per LP: #1118815 ** Changed in: python-oauth (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946891 Title: Merge

[Bug 1747044] Re: kpartx 0.7.4-2ubuntu1 in bionic does not remove loop devices

2022-02-21 Thread Athos Ribeiro
As discussed on the MP for the latest multipath-tools merge at https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/multipath- tools/+git/multipath-tools/+merge/415814, we are keeping d/p/kpartx- Improve-finding-loopback-device-by-file.patch for now and assessing removal on https

<    1   2   3   4   5   6   7   8   >