Bug#1004861: marked as done (libc6: dist-upgrade to stable fails kernel version checks on LXC guests)
Your message dated Fri, 18 Mar 2022 20:15:40 + with message-id and subject line Bug#1004861: fixed in glibc 2.28-10+deb10u1 has caused the Debian Bug report #1004861, regarding libc6: dist-upgrade to stable fails kernel version checks on LXC guests to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1004861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004861 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libc6 Version: 2.31-13 Severity: normal Dear Maintainer, I tried to upgrade from old-stable to stable on an LXC guest running on an ASUS NAS (underlying "ADM" OS) and got blocked during preinst : Preparing to unpack .../libc6_2.31-13+deb11u2_amd64.deb ... /var/lib/dpkg/tmp.ci/preinst: 105: [: Illegal number: /var/lib/dpkg/tmp.ci/preinst: 9: /var/lib/dpkg/tmp.ci/preinst: arithmetic expression: expecting primary: "5 * 1 + 4 * 100 + " dpkg: error processing archive /var/cache/apt/archives/libc6_2.31-13+deb11u2_amd64.deb (--unpack): new libc6:amd64 package pre-installation script subprocess returned error exit status 2 Errors were encountered while processing: /var/cache/apt/archives/libc6_2.31-13+deb11u2_amd64.deb It appears a workaround is to create a fake uname script in /usr/local/bin that will report 5.4.0 (for instance) instead of the 5.4.x which is returned by uname -r in this Debian guest (why the NAS maintainers have such numbering of kernels... who knows). This was discussed in french on https://debian-facile.org/viewtopic.php?id=25401 but I though this might deserve a proper bug report. I guess this wouldn't be too hard to fix in the preinst script, but haven't checked the code. Dunno which side effects might depend on having .0 in the end, but appart that, the upgrade went smoothless. Hope this helps, -- Olivier BERGER https://www-public.imtbs-tsp.eu/~berger_o/ - OpenPGP 2048R/0xF9EAE3A65819D7E8 Ingenieur Recherche - Dept INF Institut Mines-Telecom, Telecom SudParis, Evry (France) --- End Message --- --- Begin Message --- Source: glibc Source-Version: 2.28-10+deb10u1 Done: Aurelien Jarno We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1004...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno (supplier of updated glibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 15 Mar 2022 23:48:49 +0100 Source: glibc Architecture: source Version: 2.28-10+deb10u1 Distribution: buster Urgency: medium Maintainer: GNU Libc Maintainers Changed-By: Aurelien Jarno Closes: 930697 953257 987266 1004861 Changes: glibc (2.28-10+deb10u1) buster; urgency=medium . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch (Closes: #930697): - Add more integrity check to malloc() function. - Fix crash in _IO_wfile_sync. - Fix bad free() in libdl if dlerror() is not used. Closes: #953257. - Fix overflow in glibc.malloc.tcache_count tunable. - Fix old x86 applications crash on exit() under valgrind. - Remove copy_file_range emulation. The kernel interface has at evolved and the glibc emulation doesn't match it anymore, so it's better for it to return -ENOSYS. This only impacts Linux kernels << 4.8. - Avoid lazy binding of symbols that may follow a variant PCS on arm64, to support binaries using AdvSIMD and SVE vector calls. - Fix large mmap64 offset for the N32 ABI on mips/mipsel/mips64el. - Improve string functions performances on arm64. * debian/patches/any/git-libio-stdout-putc.diff: refresh. * debian/debhelper.in/libc.preinst: simplify the version comparison by only comparing the two first parts, now that kernel 2.X are not supported anymore. Closes: #1004861. * debian/debhelper.in/libc.preinst: drop the check for kernel release > 255 now that glibc and preinstall script are fixed. Closes: #987266. Checksums-Sha1: 243f0628429fb07884d7296efbc9061c76c6271e 8921 glibc_2.28-10+deb10u1.dsc 850647b95ec602f2ad699646b0d0b9b5ada59372 899676 glibc
Bug#930697: marked as done (glibc: merge latest upstream 2.28 changes)
Your message dated Fri, 18 Mar 2022 20:15:39 + with message-id and subject line Bug#930697: fixed in glibc 2.28-10+deb10u1 has caused the Debian Bug report #930697, regarding glibc: merge latest upstream 2.28 changes to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 930697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930697 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: glibc Version: 2.28-10 Severity: normal Hi, There have been several fixes on the release/2.28/master branch. In particular https://sourceware.org/bugzilla/show_bug.cgi?id=24476 at the moment causes a lot of false positives when using valgrind on applications that don't use dlopen() (postgres in my case). But a few of the other changes since the last upstream merge also seem worth pulling in. Regards, Andres Freund --- End Message --- --- Begin Message --- Source: glibc Source-Version: 2.28-10+deb10u1 Done: Aurelien Jarno We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 930...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno (supplier of updated glibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 15 Mar 2022 23:48:49 +0100 Source: glibc Architecture: source Version: 2.28-10+deb10u1 Distribution: buster Urgency: medium Maintainer: GNU Libc Maintainers Changed-By: Aurelien Jarno Closes: 930697 953257 987266 1004861 Changes: glibc (2.28-10+deb10u1) buster; urgency=medium . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch (Closes: #930697): - Add more integrity check to malloc() function. - Fix crash in _IO_wfile_sync. - Fix bad free() in libdl if dlerror() is not used. Closes: #953257. - Fix overflow in glibc.malloc.tcache_count tunable. - Fix old x86 applications crash on exit() under valgrind. - Remove copy_file_range emulation. The kernel interface has at evolved and the glibc emulation doesn't match it anymore, so it's better for it to return -ENOSYS. This only impacts Linux kernels << 4.8. - Avoid lazy binding of symbols that may follow a variant PCS on arm64, to support binaries using AdvSIMD and SVE vector calls. - Fix large mmap64 offset for the N32 ABI on mips/mipsel/mips64el. - Improve string functions performances on arm64. * debian/patches/any/git-libio-stdout-putc.diff: refresh. * debian/debhelper.in/libc.preinst: simplify the version comparison by only comparing the two first parts, now that kernel 2.X are not supported anymore. Closes: #1004861. * debian/debhelper.in/libc.preinst: drop the check for kernel release > 255 now that glibc and preinstall script are fixed. Closes: #987266. Checksums-Sha1: 243f0628429fb07884d7296efbc9061c76c6271e 8921 glibc_2.28-10+deb10u1.dsc 850647b95ec602f2ad699646b0d0b9b5ada59372 899676 glibc_2.28-10+deb10u1.debian.tar.xz 5724c49144613d48fa8fe4d0e6e3acab50c27396 7569 glibc_2.28-10+deb10u1_source.buildinfo Checksums-Sha256: 9bb410368ec00f6c6d2b281e97244337fb3513c885c250c0bd5caab694f4f62f 8921 glibc_2.28-10+deb10u1.dsc 2f8b22a99965eafcfbb65f14bfb2dbe2400b06cb8e646e909eb22317c222dfe7 899676 glibc_2.28-10+deb10u1.debian.tar.xz deb07a130abba4c2ff46d7cb322388aeada9ad9947084ad925f19a5d171090cb 7569 glibc_2.28-10+deb10u1_source.buildinfo Files: 02890154ecc784fb9bc8d622b30a6b84 8921 libs required glibc_2.28-10+deb10u1.dsc 0b0ef6ead64111aeee314ad523c03acb 899676 libs required glibc_2.28-10+deb10u1.debian.tar.xz 6497b0149148112212ae1072f04efc22 7569 libs required glibc_2.28-10+deb10u1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmIzr2sACgkQE4jA+Jno M2vSkw/+Kbw30ZfDZEDUCUY31m6UTlxtiJz1HFxsz//bE4hQ1jW86TYOSm+zDL+x edaFjrchTF2HhKMe8fO7jo+0xZpeLu2mVt1DmV7OUv1xaIcBzMbpzyVGHh4SCsku MXMvMo2QO24saKUs7iK35h/FyOWmIAkDIs2dUvN8Hw4yyF+lRmOqTwEA+9h0oJg7 H18Cf7H//0uT3IWyTwQ5cD/oq9FDCC6MsWSCJ3VLOrOjWKaI7gYxAVVLS5GZqarQ r+eBnKxnW6eSEiVHNDz//AvbyYTuSGZfnyAuNXhM/JAC6/YNBXu/4S8dn/Z6ddyU
Bug#987266: marked as done (preinst check for kernel release > 255 may no longer be needed)
Your message dated Fri, 18 Mar 2022 20:15:40 + with message-id and subject line Bug#987266: fixed in glibc 2.28-10+deb10u1 has caused the Debian Bug report #987266, regarding preinst check for kernel release > 255 may no longer be needed to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 987266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987266 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libc6 Version: 2.31-11 Severity: normal Hi, due to https://salsa.debian.org/glibc-team/glibc/-/commit/6ddfa57577af0d96df9ddd7be401f5ce9a9bcc0f (a commit from 2004) the preinst script for glibc checks whether the "z" in the "x.y.z" of the kernel version is less than 255. If yes, the package refuses to install. I hit this problem on a box with a custom 4.9.266 kernel. Based on this lkml thread: https://lore.kernel.org/lkml/7pR0YCctzN9phpuEChlL7_SS6auHOM80bZBcGBTZPuMkc6XjKw7HUXf9vZUPi-IaV2gTtsRVXgywQbja8xpzjGRDGWJsVYSGQN5sNuX1yaQ=@protonmail.com/T/, the check is no longer needed because the kernel caps the version code it reports to 255, even if uname prints a higher number. Of course, you could conceivably still hit the problem with earlier kernels, so I suppose the logic of the check should be modified, not removed entirely, to be technically correct. If forced at gunpoint to make a guess, I would guess, though, that removing the check would have very little actual impact; it also doesn't protect the user from installing a kernel with an unsupported version number after having installed glibc. Best regards, András -- A ham sandwich is better than nothing. Nothing is better than eternal happiness. So a ham sandwich is better than eternal happiness. --- End Message --- --- Begin Message --- Source: glibc Source-Version: 2.28-10+deb10u1 Done: Aurelien Jarno We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 987...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno (supplier of updated glibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 15 Mar 2022 23:48:49 +0100 Source: glibc Architecture: source Version: 2.28-10+deb10u1 Distribution: buster Urgency: medium Maintainer: GNU Libc Maintainers Changed-By: Aurelien Jarno Closes: 930697 953257 987266 1004861 Changes: glibc (2.28-10+deb10u1) buster; urgency=medium . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch (Closes: #930697): - Add more integrity check to malloc() function. - Fix crash in _IO_wfile_sync. - Fix bad free() in libdl if dlerror() is not used. Closes: #953257. - Fix overflow in glibc.malloc.tcache_count tunable. - Fix old x86 applications crash on exit() under valgrind. - Remove copy_file_range emulation. The kernel interface has at evolved and the glibc emulation doesn't match it anymore, so it's better for it to return -ENOSYS. This only impacts Linux kernels << 4.8. - Avoid lazy binding of symbols that may follow a variant PCS on arm64, to support binaries using AdvSIMD and SVE vector calls. - Fix large mmap64 offset for the N32 ABI on mips/mipsel/mips64el. - Improve string functions performances on arm64. * debian/patches/any/git-libio-stdout-putc.diff: refresh. * debian/debhelper.in/libc.preinst: simplify the version comparison by only comparing the two first parts, now that kernel 2.X are not supported anymore. Closes: #1004861. * debian/debhelper.in/libc.preinst: drop the check for kernel release > 255 now that glibc and preinstall script are fixed. Closes: #987266. Checksums-Sha1: 243f0628429fb07884d7296efbc9061c76c6271e 8921 glibc_2.28-10+deb10u1.dsc 850647b95ec602f2ad699646b0d0b9b5ada59372 899676 glibc_2.28-10+deb10u1.debian.tar.xz 5724c49144613d48fa8fe4d0e6e3acab50c27396 7569 glibc_2.28-10+deb10u1_source.buildinfo Checksums-Sha256: 9bb410368ec00f6c6d2b281e97244337fb3513c885c250c0bd5caab694f4f62f 8921 glibc_2.28-10+deb10u1.dsc 2f8b22a99
Bug#953257: marked as done (libc6: __libc_freeres triggers bad free in libdl if dlerror was not used)
Your message dated Fri, 18 Mar 2022 20:15:40 + with message-id and subject line Bug#953257: fixed in glibc 2.28-10+deb10u1 has caused the Debian Bug report #953257, regarding libc6: __libc_freeres triggers bad free in libdl if dlerror was not used to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 953257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953257 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libc6 Severity: normal Tags: patch Dear Maintainer, I ran into this bug reported upstream at https://sourceware.org/bugzilla/show_bug.cgi?id=24476 for which a fix exists, which is back-ported to the relevant release branches. It's by no means critical, since it only seems to cause a lot of messages when using valgrind, but it does make debugging significantly harder (because the relevant bugs get lost in all the output). -- System Information: Debian Release: 10.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-8-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled --- End Message --- --- Begin Message --- Source: glibc Source-Version: 2.28-10+deb10u1 Done: Aurelien Jarno We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 953...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno (supplier of updated glibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 15 Mar 2022 23:48:49 +0100 Source: glibc Architecture: source Version: 2.28-10+deb10u1 Distribution: buster Urgency: medium Maintainer: GNU Libc Maintainers Changed-By: Aurelien Jarno Closes: 930697 953257 987266 1004861 Changes: glibc (2.28-10+deb10u1) buster; urgency=medium . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch (Closes: #930697): - Add more integrity check to malloc() function. - Fix crash in _IO_wfile_sync. - Fix bad free() in libdl if dlerror() is not used. Closes: #953257. - Fix overflow in glibc.malloc.tcache_count tunable. - Fix old x86 applications crash on exit() under valgrind. - Remove copy_file_range emulation. The kernel interface has at evolved and the glibc emulation doesn't match it anymore, so it's better for it to return -ENOSYS. This only impacts Linux kernels << 4.8. - Avoid lazy binding of symbols that may follow a variant PCS on arm64, to support binaries using AdvSIMD and SVE vector calls. - Fix large mmap64 offset for the N32 ABI on mips/mipsel/mips64el. - Improve string functions performances on arm64. * debian/patches/any/git-libio-stdout-putc.diff: refresh. * debian/debhelper.in/libc.preinst: simplify the version comparison by only comparing the two first parts, now that kernel 2.X are not supported anymore. Closes: #1004861. * debian/debhelper.in/libc.preinst: drop the check for kernel release > 255 now that glibc and preinstall script are fixed. Closes: #987266. Checksums-Sha1: 243f0628429fb07884d7296efbc9061c76c6271e 8921 glibc_2.28-10+deb10u1.dsc 850647b95ec602f2ad699646b0d0b9b5ada59372 899676 glibc_2.28-10+deb10u1.debian.tar.xz 5724c49144613d48fa8fe4d0e6e3acab50c27396 7569 glibc_2.28-10+deb10u1_source.buildinfo Checksums-Sha256: 9bb410368ec00f6c6d2b281e97244337fb3513c885c250c0bd5caab694f4f62f 8921 glibc_2.28-10+deb10u1.dsc 2f8b22a99965eafcfbb65f14bfb2dbe2400b06cb8e646e909eb22317c222dfe7 899676 glibc_2.28-10+deb10u1.debian.tar.xz deb07a130abba4c2ff46d7cb322388aeada9ad9947084ad925f19a5d171090cb 7569 glibc_2.28-10+deb10u1_source.buildinfo Files: 02890154ecc784fb9bc8d622b30a6b84 8921 libs required glibc_2.28-10+deb10u1.dsc 0b0ef6ead64111aeee314ad523c03acb 899676 libs required glibc_2.28-10+
glibc_2.28-10+deb10u1_source.changes ACCEPTED into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 15 Mar 2022 23:48:49 +0100 Source: glibc Architecture: source Version: 2.28-10+deb10u1 Distribution: buster Urgency: medium Maintainer: GNU Libc Maintainers Changed-By: Aurelien Jarno Closes: 930697 953257 987266 1004861 Changes: glibc (2.28-10+deb10u1) buster; urgency=medium . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch (Closes: #930697): - Add more integrity check to malloc() function. - Fix crash in _IO_wfile_sync. - Fix bad free() in libdl if dlerror() is not used. Closes: #953257. - Fix overflow in glibc.malloc.tcache_count tunable. - Fix old x86 applications crash on exit() under valgrind. - Remove copy_file_range emulation. The kernel interface has at evolved and the glibc emulation doesn't match it anymore, so it's better for it to return -ENOSYS. This only impacts Linux kernels << 4.8. - Avoid lazy binding of symbols that may follow a variant PCS on arm64, to support binaries using AdvSIMD and SVE vector calls. - Fix large mmap64 offset for the N32 ABI on mips/mipsel/mips64el. - Improve string functions performances on arm64. * debian/patches/any/git-libio-stdout-putc.diff: refresh. * debian/debhelper.in/libc.preinst: simplify the version comparison by only comparing the two first parts, now that kernel 2.X are not supported anymore. Closes: #1004861. * debian/debhelper.in/libc.preinst: drop the check for kernel release > 255 now that glibc and preinstall script are fixed. Closes: #987266. Checksums-Sha1: 243f0628429fb07884d7296efbc9061c76c6271e 8921 glibc_2.28-10+deb10u1.dsc 850647b95ec602f2ad699646b0d0b9b5ada59372 899676 glibc_2.28-10+deb10u1.debian.tar.xz 5724c49144613d48fa8fe4d0e6e3acab50c27396 7569 glibc_2.28-10+deb10u1_source.buildinfo Checksums-Sha256: 9bb410368ec00f6c6d2b281e97244337fb3513c885c250c0bd5caab694f4f62f 8921 glibc_2.28-10+deb10u1.dsc 2f8b22a99965eafcfbb65f14bfb2dbe2400b06cb8e646e909eb22317c222dfe7 899676 glibc_2.28-10+deb10u1.debian.tar.xz deb07a130abba4c2ff46d7cb322388aeada9ad9947084ad925f19a5d171090cb 7569 glibc_2.28-10+deb10u1_source.buildinfo Files: 02890154ecc784fb9bc8d622b30a6b84 8921 libs required glibc_2.28-10+deb10u1.dsc 0b0ef6ead64111aeee314ad523c03acb 899676 libs required glibc_2.28-10+deb10u1.debian.tar.xz 6497b0149148112212ae1072f04efc22 7569 libs required glibc_2.28-10+deb10u1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmIzr2sACgkQE4jA+Jno M2vSkw/+Kbw30ZfDZEDUCUY31m6UTlxtiJz1HFxsz//bE4hQ1jW86TYOSm+zDL+x edaFjrchTF2HhKMe8fO7jo+0xZpeLu2mVt1DmV7OUv1xaIcBzMbpzyVGHh4SCsku MXMvMo2QO24saKUs7iK35h/FyOWmIAkDIs2dUvN8Hw4yyF+lRmOqTwEA+9h0oJg7 H18Cf7H//0uT3IWyTwQ5cD/oq9FDCC6MsWSCJ3VLOrOjWKaI7gYxAVVLS5GZqarQ r+eBnKxnW6eSEiVHNDz//AvbyYTuSGZfnyAuNXhM/JAC6/YNBXu/4S8dn/Z6ddyU IVYeWe1q/thrg7hi6iexnjuk0yeYL8n8BLbrQ3HD4rdf5S871Kjr2/ipr65PW73M 7AjiTFVB1SEYAHXMuMV5Bq8DT/Wz1/0tYN++Rfj4H+1FyPX/7BIE5LlGo8YJ84sc qflBT7wXU0o9ej/jvPKZ5KOWQhb5rQRD+SAziYEeS1aAM7b7asv+pwEZ/2EO/nNr bnzzuckzH//mXrySGPxRtkhRWm3ojT0cM/xASLfa1qJIRKI6KJdgRo+HPJLxkuJM 3knPo7RkZTyFEawr0Nla0Y5k/rUd7vIbc3q4ferct1hCKFdB6zHVlci8jvK8RRzd 0pL2L0ZaTbBG0wk29pa49My37PIt1DsoVLvhVxiJXGlQqIxedoY= =nbo+ -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processed: fixed 1004861 in glibc/2.31-14
Processing commands for cont...@bugs.debian.org: > fixed 1004861 glibc/2.31-14 Bug #1004861 {Done: Aurelien Jarno } [libc6] libc6: dist-upgrade to stable fails kernel version checks on LXC guests Marked as fixed in versions glibc/2.31-14. > thanks Stopping processing here. Please contact me if you need assistance. -- 1004861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004861 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems