#244 libcrypto issues with openssl3
Closed: fixed 2 years ago by rcritten. Opened 2 years ago by diegoboff.

We are testing Ubuntu 22.04 for mass deployment in our company and we use certmonger to request SCEP certificates.

We noticed requests are not fulfilled on the new version of the OS.

Collected logs from both 20.04 and 22.04 - upon analyzing the logs, there is no striking difference in terms of how certmonger works and I can also verify in both instances it is reaching the NDES server.

On 22.04 the request is hitting the server but there is no response from the NDES - although the cert request is formulated correctly.

I also enabled syslog logs in certmonger.conf and this revealed a strange issue with libcrypto. See log entry below

[25958.730351] traps: certmonger[117420] general protection fault ip:7243a94edf11 sp:7ffec6838670 error:0 in libcrypto.so.3[7243a94d5000+25d000]

That error entry repeats every 30 seconds.

Most articles related to this issue point to either an issue with missing lissl1.1 - which we already have installed to fix other applications that rely on it for the time being.
Other articles point to symlink issues - that can be caused due to having two living versions of libssl. I double checked symlinks but everything looks fine (pointing to 3.x versions of the lib) from what I can tell.

Have you had that issue before? I know this is mostly not related to the code itself (I think) and rather a library dependency that seems to be broken but I figure running this here might give me more clarity.

If you require, I have both logfiles from 20.04 and 22.04 to compare the differences.


It really depends on how certmonger was built. ldd /usr/bin/certmonger and ldd /usr/libexec/certmonger/* will show you what libraries it is using.

Other than that it could also be a real bug. You'd need to install debug symbols (I don't know how to do this in Ubuntu) and get a stacktrace from the core file(s) generated so we can see what is happening.

What version of certmonger is this?

Hey - thanks for getting back to me!

I was able to make some progress here - first of all, I've tested on a vanilla version of 22.04 to ensure it was not related to the fact we had two versions of libssl living on the same image, but got the same results as above.

Some additional information from a crash report available below. You should have certmonger version and the actual libraries is using below.


ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Tue Aug 16 09:36:30 2022
DistroRelease: Ubuntu 22.04
ExecutablePath: /usr/sbin/certmonger
ExecutableTimestamp: 1642203726
ProcCmdline: /usr/sbin/certmonger -S -p /run/certmonger.pid -n
ProcCwd: /
ProcEnviron:
 LANG=en_IE.UTF-8
 LANGUAGE=en_IE:en
 PATH=(custom, no user)
ProcMaps:
 55a0f9d43000-55a0f9d4f000 r--p 00000000 08:03 1705092                    /usr/sbin/certmonger
 55a0f9d4f000-55a0f9d9d000 r-xp 0000c000 08:03 1705092                    /usr/sbin/certmonger
 55a0f9d9d000-55a0f9db5000 r--p 0005a000 08:03 1705092                    /usr/sbin/certmonger
 55a0f9db5000-55a0f9db8000 r--p 00071000 08:03 1705092                    /usr/sbin/certmonger
 55a0f9db8000-55a0f9db9000 rw-p 00074000 08:03 1705092                    /usr/sbin/certmonger
 55a0fb2bd000-55a0fb31b000 rw-p 00000000 00:00 0                          [heap]
 55a0fb31b000-55a0fb48a000 rw-p 00000000 00:00 0                          [heap]
 7fba9e5a5000-7fba9e5a9000 r--p 00000000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e5a9000-7fba9e626000 r-xp 00004000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e626000-7fba9e657000 r--p 00081000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e657000-7fba9e658000 ---p 000b2000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e658000-7fba9e65a000 r--p 000b2000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e65a000-7fba9e65b000 rw-p 000b4000 08:03 2233696                    /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
 7fba9e65b000-7fba9e65f000 rw-p 00000000 00:00 0 
 7fba9e65f000-7fba9e66d000 r--p 00000000 08:03 1706089                    /usr/lib/x86_64-linux-gnu/libm.so.6
 7fba9e66d000-7fba9e6e9000 r-xp 0000e000 08:03 1706089                    /usr/lib/x86_64-linux-gnu/libm.so.6
 7fba9e6e9000-7fba9e744000 r--p 0008a000 08:03 1706089                    /usr/lib/x86_64-linux-gnu/libm.so.6
 7fba9e744000-7fba9e745000 r--p 000e4000 08:03 1706089                    /usr/lib/x86_64-linux-gnu/libm.so.6
 7fba9e745000-7fba9e746000 rw-p 000e5000 08:03 1706089                    /usr/lib/x86_64-linux-gnu/libm.so.6
 7fba9e746000-7fba9e764000 r--p 00000000 08:03 1711190                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
 7fba9e764000-7fba9e850000 r-xp 0001e000 08:03 1711190                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
 7fba9e850000-7fba9e88b000 r--p 0010a000 08:03 1711190                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
 7fba9e88b000-7fba9e88f000 r--p 00144000 08:03 1711190                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
 7fba9e88f000-7fba9e893000 rw-p 00148000 08:03 1711190                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
 7fba9e893000-7fba9e899000 r--p 00000000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e899000-7fba9e8d4000 r-xp 00006000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e8d4000-7fba9e8e6000 r--p 00041000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e8e6000-7fba9e8e7000 ---p 00053000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e8e7000-7fba9e8e8000 r--p 00053000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e8e8000-7fba9e8ea000 rw-p 00054000 08:03 2233701                    /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
 7fba9e8ea000-7fba9e8f3000 rw-p 00000000 00:00 0 
 7fba9e8f3000-7fba9e8f5000 r--p 00000000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e8f5000-7fba9e8fc000 r-xp 00002000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e8fc000-7fba9e8fd000 r--p 00009000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e8fd000-7fba9e8fe000 ---p 0000a000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e8fe000-7fba9e8ff000 r--p 0000a000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e8ff000-7fba9e900000 rw-p 0000b000 08:03 1710356                    /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
 7fba9e900000-7fba9e904000 r--p 00000000 08:03 1710514                    /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
 7fba9e904000-7fba9e91a000 r-xp 00004000 08:03 1710514                    /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
 7fba9e91a000-7fba9e924000 r--p 0001a000 08:03 1710514                    /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
 7fba9e924000-7fba9e925000 r--p 00023000 08:03 1710514                    /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
 7fba9e925000-7fba9e926000 rw-p 00024000 08:03 1710514                    /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1
 7fba9e926000-7fba9e930000 r--p 00000000 08:03 1710480                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
 7fba9e930000-7fba9e98f000 r-xp 0000a000 08:03 1710480                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
 7fba9e98f000-7fba9e9a6000 r--p 00069000 08:03 1710480                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
 7fba9e9a6000-7fba9e9a7000 r--p 0007f000 08:03 1710480                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
 7fba9e9a7000-7fba9e9a8000 rw-p 00080000 08:03 1710480                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
 7fba9e9a8000-7fba9e9b0000 r--p 00000000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9b0000-7fba9e9c3000 r-xp 00008000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9c3000-7fba9e9ed000 r--p 0001b000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9ed000-7fba9e9ee000 ---p 00045000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9ee000-7fba9e9ef000 r--p 00045000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9ef000-7fba9e9f0000 rw-p 00046000 08:03 1710630                    /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
 7fba9e9f0000-7fba9e9fa000 r--p 00000000 08:03 1710859                    /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
 7fba9e9fa000-7fba9ea1d000 r-xp 0000a000 08:03 1710859                    /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
 7fba9ea1d000-7fba9ea33000 r--p 0002d000 08:03 1710859                    /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
 7fba9ea33000-7fba9ea35000 r--p 00042000 08:03 1710859                    /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
 7fba9ea35000-7fba9ea36000 rw-p 00044000 08:03 1710859                    /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
 7fba9ea36000-7fba9ea38000 rw-p 00000000 00:00 0 
 7fba9ea38000-7fba9ea3b000 r--p 00000000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea3b000-7fba9ea49000 r-xp 00003000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea49000-7fba9ea4d000 r--p 00011000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea4d000-7fba9ea4e000 ---p 00015000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea4e000-7fba9ea4f000 r--p 00015000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea4f000-7fba9ea50000 rw-p 00016000 08:03 1711221                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2
 7fba9ea50000-7fba9ea79000 r--p 00000000 08:03 1710932                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
 7fba9ea79000-7fba9eb1d000 r-xp 00029000 08:03 1710932                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
 7fba9eb1d000-7fba9eb77000 r--p 000cd000 08:03 1710932                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
 7fba9eb77000-7fba9eb81000 r--p 00126000 08:03 1710932                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
 7fba9eb81000-7fba9eb8b000 rw-p 00130000 08:03 1710932                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
 7fba9eb8b000-7fba9eb9a000 r--p 00000000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9eb9a000-7fba9ec80000 r-xp 0000f000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9ec80000-7fba9ecbe000 r--p 000f5000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9ecbe000-7fba9ecbf000 ---p 00133000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9ecbf000-7fba9ecc2000 r--p 00133000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9ecc2000-7fba9ecc8000 rw-p 00136000 08:03 1710432                    /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4
 7fba9ecc8000-7fba9ecc9000 rw-p 00000000 00:00 0 
 7fba9ecc9000-7fba9eccc000 r--p 00000000 08:03 1710143                    /usr/lib/x86_64-linux-gnu/libcap.so.2.44
 7fba9eccc000-7fba9ecd0000 r-xp 00003000 08:03 1710143                    /usr/lib/x86_64-linux-gnu/libcap.so.2.44
 7fba9ecd0000-7fba9ecd2000 r--p 00007000 08:03 1710143                    /usr/lib/x86_64-linux-gnu/libcap.so.2.44
 7fba9ecd2000-7fba9ecd3000 r--p 00008000 08:03 1710143                    /usr/lib/x86_64-linux-gnu/libcap.so.2.44
 7fba9ecd3000-7fba9ecd4000 rw-p 00009000 08:03 1710143                    /usr/lib/x86_64-linux-gnu/libcap.so.2.44
 7fba9ecd4000-7fba9ecd6000 r--p 00000000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecd6000-7fba9ecef000 r-xp 00002000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecef000-7fba9ecf1000 r--p 0001b000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecf1000-7fba9ecf2000 ---p 0001d000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecf2000-7fba9ecf3000 r--p 0001d000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecf3000-7fba9ecf4000 rw-p 0001e000 08:03 1710766                    /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3
 7fba9ecf4000-7fba9ecf6000 rw-p 00000000 00:00 0 
 7fba9ecf6000-7fba9ed00000 r--p 00000000 08:03 1711481                    /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
 7fba9ed00000-7fba9edb2000 r-xp 0000a000 08:03 1711481                    /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
 7fba9edb2000-7fba9edc3000 r--p 000bc000 08:03 1711481                    /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
 7fba9edc3000-7fba9edc4000 r--p 000cc000 08:03 1711481                    /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
 7fba9edc4000-7fba9edc5000 rw-p 000cd000 08:03 1711481                    /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8
 7fba9edc5000-7fba9edc8000 r--p 00000000 08:03 1710768                    /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
 7fba9edc8000-7fba9ede3000 r-xp 00003000 08:03 1710768                    /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
 7fba9ede3000-7fba9edee000 r--p 0001e000 08:03 1710768                    /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
 7fba9edee000-7fba9edef000 r--p 00028000 08:03 1710768                    /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
 7fba9edef000-7fba9edf0000 rw-p 00029000 08:03 1710768                    /usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5
 7fba9edf0000-7fba9ee21000 r--p 00000000 08:03 1710502                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0
 7fba9ee21000-7fba9ef4a000 r-xp 00031000 08:03 1710502                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0
 7fba9ef4a000-7fba9efc7000 r--p 0015a000 08:03 1710502                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0
 7fba9efc7000-7fba9efd7000 r--p 001d6000 08:03 1710502                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0
 7fba9efd7000-7fba9efd9000 rw-p 001e6000 08:03 1710502                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0
 7fba9efd9000-7fba9efdb000 rw-p 00000000 00:00 0 
 7fba9efdb000-7fba9efde000 r--p 00000000 08:03 1711124                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
 7fba9efde000-7fba9efef000 r-xp 00003000 08:03 1711124                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
 7fba9efef000-7fba9eff4000 r--p 00014000 08:03 1711124                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
 7fba9eff4000-7fba9eff5000 r--p 00018000 08:03 1711124                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
 7fba9eff5000-7fba9eff6000 rw-p 00019000 08:03 1711124                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
 7fba9eff6000-7fba9eff9000 r--p 00000000 08:03 1710743                    /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.6 (deleted)
 7fba9eff9000-7fba9f001000 r-xp 00003000 08:03 1710743                    /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.6 (deleted)
 7fba9f001000-7fba9f004000 r--p 0000b000 08:03 1710743                    /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.6 (deleted)
 7fba9f004000-7fba9f005000 r--p 0000d000 08:03 1710743                    /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.6 (deleted)
 7fba9f005000-7fba9f006000 rw-p 0000e000 08:03 1710743                    /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.6 (deleted)
 7fba9f006000-7fba9f017000 r--p 00000000 08:03 1711286                    /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
 7fba9f017000-7fba9f04d000 r-xp 00011000 08:03 1711286                    /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
 7fba9f04d000-7fba9f1ab000 r--p 00047000 08:03 1711286                    /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
 7fba9f1ab000-7fba9f1af000 r--p 001a5000 08:03 1711286                    /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
 7fba9f1af000-7fba9f1b0000 rw-p 001a9000 08:03 1711286                    /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
 7fba9f1b0000-7fba9f1b2000 rw-p 00000000 00:00 0 
 7fba9f1b2000-7fba9f1b5000 r--p 00000000 08:03 1706119                    /usr/lib/x86_64-linux-gnu/libresolv.so.2
 7fba9f1b5000-7fba9f1bf000 r-xp 00003000 08:03 1706119                    /usr/lib/x86_64-linux-gnu/libresolv.so.2
 7fba9f1bf000-7fba9f1c2000 r--p 0000d000 08:03 1706119                    /usr/lib/x86_64-linux-gnu/libresolv.so.2
 7fba9f1c2000-7fba9f1c3000 r--p 0000f000 08:03 1706119                    /usr/lib/x86_64-linux-gnu/libresolv.so.2
 7fba9f1c3000-7fba9f1c4000 rw-p 00010000 08:03 1706119                    /usr/lib/x86_64-linux-gnu/libresolv.so.2
 7fba9f1c4000-7fba9f1c6000 rw-p 00000000 00:00 0 
 7fba9f1c6000-7fba9f1c8000 r--p 00000000 08:03 1710729                    /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9
 7fba9f1c8000-7fba9f1ca000 r-xp 00002000 08:03 1710729                    /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9
 7fba9f1ca000-7fba9f1cb000 r--p 00004000 08:03 1710729                    /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9
 7fba9f1cb000-7fba9f1cc000 r--p 00004000 08:03 1710729                    /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9
 7fba9f1cc000-7fba9f1cd000 rw-p 00005000 08:03 1710729                    /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9
 7fba9f1cd000-7fba9f1d0000 r--p 00000000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1d0000-7fba9f1d6000 r-xp 00003000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1d6000-7fba9f1d8000 r--p 00009000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1d8000-7fba9f1d9000 ---p 0000b000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1d9000-7fba9f1da000 r--p 0000b000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1da000-7fba9f1db000 rw-p 0000c000 08:03 1710737                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
 7fba9f1db000-7fba9f1dd000 r--p 00000000 08:03 1710196                    /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (deleted)
 7fba9f1dd000-7fba9f1de000 r-xp 00002000 08:03 1710196                    /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (deleted)
 7fba9f1de000-7fba9f1df000 r--p 00003000 08:03 1710196                    /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (deleted)
 7fba9f1df000-7fba9f1e0000 r--p 00003000 08:03 1710196                    /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (deleted)
 7fba9f1e0000-7fba9f1e1000 rw-p 00004000 08:03 1710196                    /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (deleted)
 7fba9f1e1000-7fba9f1e5000 r--p 00000000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f1e5000-7fba9f200000 r-xp 00004000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f200000-7fba9f20c000 r--p 0001f000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f20c000-7fba9f20d000 ---p 0002b000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f20d000-7fba9f20e000 r--p 0002b000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f20e000-7fba9f20f000 rw-p 0002c000 08:03 1710727                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
 7fba9f20f000-7fba9f212000 rw-p 00000000 00:00 0 
 7fba9f212000-7fba9f213000 r--p 00000000 08:03 1711003                    /usr/lib/x86_64-linux-gnu/libplds4.so
 7fba9f213000-7fba9f214000 r-xp 00001000 08:03 1711003                    /usr/lib/x86_64-linux-gnu/libplds4.so
 7fba9f214000-7fba9f215000 r--p 00002000 08:03 1711003                    /usr/lib/x86_64-linux-gnu/libplds4.so
 7fba9f215000-7fba9f216000 r--p 00002000 08:03 1711003                    /usr/lib/x86_64-linux-gnu/libplds4.so
 7fba9f216000-7fba9f217000 rw-p 00003000 08:03 1711003                    /usr/lib/x86_64-linux-gnu/libplds4.so
 7fba9f217000-7fba9f219000 r--p 00000000 08:03 1711002                    /usr/lib/x86_64-linux-gnu/libplc4.so
 7fba9f219000-7fba9f21b000 r-xp 00002000 08:03 1711002                    /usr/lib/x86_64-linux-gnu/libplc4.so
 7fba9f21b000-7fba9f21c000 r--p 00004000 08:03 1711002                    /usr/lib/x86_64-linux-gnu/libplc4.so
 7fba9f21c000-7fba9f21d000 r--p 00004000 08:03 1711002                    /usr/lib/x86_64-linux-gnu/libplc4.so
 7fba9f21d000-7fba9f21e000 rw-p 00005000 08:03 1711002                    /usr/lib/x86_64-linux-gnu/libplc4.so
 7fba9f21e000-7fba9f231000 r--p 00000000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f231000-7fba9f2b0000 r-xp 00013000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f2b0000-7fba9f2db000 r--p 00092000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f2db000-7fba9f2dc000 ---p 000bd000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f2dc000-7fba9f2e3000 r--p 000bd000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f2e3000-7fba9f2e4000 rw-p 000c4000 08:03 1711215                    /usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0
 7fba9f2e4000-7fba9f2e5000 rw-p 00000000 00:00 0 
 7fba9f2e5000-7fba9f30d000 r--p 00000000 08:03 1706081                    /usr/lib/x86_64-linux-gnu/libc.so.6
 7fba9f30d000-7fba9f4a2000 r-xp 00028000 08:03 1706081                    /usr/lib/x86_64-linux-gnu/libc.so.6
 7fba9f4a2000-7fba9f4fa000 r--p 001bd000 08:03 1706081                    /usr/lib/x86_64-linux-gnu/libc.so.6
 7fba9f4fa000-7fba9f4fe000 r--p 00214000 08:03 1706081                    /usr/lib/x86_64-linux-gnu/libc.so.6
 7fba9f4fe000-7fba9f500000 rw-p 00218000 08:03 1706081                    /usr/lib/x86_64-linux-gnu/libc.so.6
 7fba9f500000-7fba9f50d000 rw-p 00000000 00:00 0 
 7fba9f50d000-7fba9f51b000 r--p 00000000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f51b000-7fba9f555000 r-xp 0000e000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f555000-7fba9f566000 r--p 00048000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f566000-7fba9f567000 ---p 00059000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f567000-7fba9f569000 r--p 00059000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f569000-7fba9f56a000 rw-p 0005b000 08:03 1710747                    /usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.6 (deleted)
 7fba9f56a000-7fba9f56c000 rw-p 00000000 00:00 0 
 7fba9f56c000-7fba9f56e000 r--p 00000000 08:03 1711029                    /usr/lib/x86_64-linux-gnu/libpopt.so.0.0.1
 7fba9f56e000-7fba9f576000 r-xp 00002000 08:03 1711029                    /usr/lib/x86_64-linux-gnu/libpopt.so.0.0.1
 7fba9f576000-7fba9f578000 r--p 0000a000 08:03 1711029                    /usr/lib/x86_64-linux-gnu/libpopt.so.0.0.1
 7fba9f578000-7fba9f579000 r--p 0000b000 08:03 1711029                    /usr/lib/x86_64-linux-gnu/libpopt.so.0.0.1
 7fba9f579000-7fba9f57a000 rw-p 0000c000 08:03 1711029                    /usr/lib/x86_64-linux-gnu/libpopt.so.0.0.1
 7fba9f57a000-7fba9f57c000 rw-p 00000000 00:00 0 
 7fba9f57c000-7fba9f57e000 r--p 00000000 08:03 1711314                    /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
 7fba9f57e000-7fba9f582000 r-xp 00002000 08:03 1711314                    /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
 7fba9f582000-7fba9f583000 r--p 00006000 08:03 1711314                    /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
 7fba9f583000-7fba9f584000 r--p 00006000 08:03 1711314                    /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
 7fba9f584000-7fba9f585000 rw-p 00007000 08:03 1711314                    /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
 7fba9f585000-7fba9f587000 r--p 00000000 08:03 1710672                    /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
 7fba9f587000-7fba9f58b000 r-xp 00002000 08:03 1710672                    /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
 7fba9f58b000-7fba9f5a4000 r--p 00006000 08:03 1710672                    /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
 7fba9f5a4000-7fba9f5a5000 r--p 0001e000 08:03 1710672                    /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
 7fba9f5a5000-7fba9f5a6000 rw-p 0001f000 08:03 1710672                    /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
 7fba9f5a6000-7fba9f5c7000 r--p 00000000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f5c7000-7fba9f624000 r-xp 00021000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f624000-7fba9f661000 r--p 0007e000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f661000-7fba9f662000 ---p 000bb000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f662000-7fba9f66f000 r--p 000bb000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f66f000-7fba9f671000 rw-p 000c8000 08:03 1710735                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
 7fba9f671000-7fba9f67c000 r--p 00000000 08:03 1710892                    /usr/lib/x86_64-linux-gnu/libnspr4.so
 7fba9f67c000-7fba9f69e000 r-xp 0000b000 08:03 1710892                    /usr/lib/x86_64-linux-gnu/libnspr4.so
 7fba9f69e000-7fba9f6ac000 r--p 0002d000 08:03 1710892                    /usr/lib/x86_64-linux-gnu/libnspr4.so
 7fba9f6ac000-7fba9f6ad000 r--p 0003a000 08:03 1710892                    /usr/lib/x86_64-linux-gnu/libnspr4.so
 7fba9f6ad000-7fba9f6ae000 rw-p 0003b000 08:03 1710892                    /usr/lib/x86_64-linux-gnu/libnspr4.so
 7fba9f6ae000-7fba9f6b1000 rw-p 00000000 00:00 0 
 7fba9f6b1000-7fba9f6b9000 r--p 00000000 08:03 1711162                    /usr/lib/x86_64-linux-gnu/libsmime3.so
 7fba9f6b9000-7fba9f6d1000 r-xp 00008000 08:03 1711162                    /usr/lib/x86_64-linux-gnu/libsmime3.so
 7fba9f6d1000-7fba9f6d7000 r--p 00020000 08:03 1711162                    /usr/lib/x86_64-linux-gnu/libsmime3.so
 7fba9f6d7000-7fba9f6da000 r--p 00025000 08:03 1711162                    /usr/lib/x86_64-linux-gnu/libsmime3.so
 7fba9f6da000-7fba9f6db000 rw-p 00028000 08:03 1711162                    /usr/lib/x86_64-linux-gnu/libsmime3.so
 7fba9f6db000-7fba9f6e7000 r--p 00000000 08:03 1710906                    /usr/lib/x86_64-linux-gnu/libnssutil3.so
 7fba9f6e7000-7fba9f6f9000 r-xp 0000c000 08:03 1710906                    /usr/lib/x86_64-linux-gnu/libnssutil3.so
 7fba9f6f9000-7fba9f705000 r--p 0001e000 08:03 1710906                    /usr/lib/x86_64-linux-gnu/libnssutil3.so
 7fba9f705000-7fba9f70c000 r--p 00029000 08:03 1710906                    /usr/lib/x86_64-linux-gnu/libnssutil3.so
 7fba9f70c000-7fba9f70d000 rw-p 00030000 08:03 1710906                    /usr/lib/x86_64-linux-gnu/libnssutil3.so
 7fba9f70d000-7fba9f70f000 rw-p 00000000 00:00 0 
 7fba9f70f000-7fba9f726000 r--p 00000000 08:03 1710893                    /usr/lib/x86_64-linux-gnu/libnss3.so
 7fba9f726000-7fba9f801000 r-xp 00017000 08:03 1710893                    /usr/lib/x86_64-linux-gnu/libnss3.so
 7fba9f801000-7fba9f833000 r--p 000f2000 08:03 1710893                    /usr/lib/x86_64-linux-gnu/libnss3.so
 7fba9f833000-7fba9f839000 r--p 00123000 08:03 1710893                    /usr/lib/x86_64-linux-gnu/libnss3.so
 7fba9f839000-7fba9f83b000 rw-p 00129000 08:03 1710893                    /usr/lib/x86_64-linux-gnu/libnss3.so
 7fba9f83b000-7fba9f83c000 rw-p 00000000 00:00 0 
 7fba9f83c000-7fba9f83f000 r--p 00000000 08:03 1711219                    /usr/lib/x86_64-linux-gnu/libtalloc.so.2.3.3
 7fba9f83f000-7fba9f845000 r-xp 00003000 08:03 1711219                    /usr/lib/x86_64-linux-gnu/libtalloc.so.2.3.3
 7fba9f845000-7fba9f847000 r--p 00009000 08:03 1711219                    /usr/lib/x86_64-linux-gnu/libtalloc.so.2.3.3
 7fba9f847000-7fba9f848000 r--p 0000a000 08:03 1711219                    /usr/lib/x86_64-linux-gnu/libtalloc.so.2.3.3
 7fba9f848000-7fba9f849000 rw-p 0000b000 08:03 1711219                    /usr/lib/x86_64-linux-gnu/libtalloc.so.2.3.3
 7fba9f849000-7fba9f84e000 r--p 00000000 08:03 1711231                    /usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0
 7fba9f84e000-7fba9f858000 r-xp 00005000 08:03 1711231                    /usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0
 7fba9f858000-7fba9f85d000 r--p 0000f000 08:03 1711231                    /usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0
 7fba9f85d000-7fba9f85e000 r--p 00013000 08:03 1711231                    /usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0
 7fba9f85e000-7fba9f85f000 rw-p 00014000 08:03 1711231                    /usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0
 7fba9f85f000-7fba9f86a000 r--p 00000000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f86a000-7fba9f898000 r-xp 0000b000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f898000-7fba9f8aa000 r--p 00039000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f8aa000-7fba9f8ab000 ---p 0004b000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f8ab000-7fba9f8ac000 r--p 0004b000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f8ac000-7fba9f8ad000 rw-p 0004c000 08:03 1710222                    /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13
 7fba9f8ad000-7fba9f95f000 r--p 00000000 08:03 1710201                    /usr/lib/x86_64-linux-gnu/libcrypto.so.3
 7fba9f95f000-7fba9fbbc000 r-xp 000b2000 08:03 1710201                    /usr/lib/x86_64-linux-gnu/libcrypto.so.3
 7fba9fbbc000-7fba9fc8e000 r--p 0030f000 08:03 1710201                    /usr/lib/x86_64-linux-gnu/libcrypto.so.3
 7fba9fc8e000-7fba9fce9000 r--p 003e0000 08:03 1710201                    /usr/lib/x86_64-linux-gnu/libcrypto.so.3
 7fba9fce9000-7fba9fcec000 rw-p 0043b000 08:03 1710201                    /usr/lib/x86_64-linux-gnu/libcrypto.so.3
 7fba9fcec000-7fba9fcef000 rw-p 00000000 00:00 0 
 7fba9fcef000-7fba9fd0d000 r--p 00000000 08:03 1711195                    /usr/lib/x86_64-linux-gnu/libssl.so.3
 7fba9fd0d000-7fba9fd68000 r-xp 0001e000 08:03 1711195                    /usr/lib/x86_64-linux-gnu/libssl.so.3
 7fba9fd68000-7fba9fd85000 r--p 00079000 08:03 1711195                    /usr/lib/x86_64-linux-gnu/libssl.so.3
 7fba9fd85000-7fba9fd8f000 r--p 00095000 08:03 1711195                    /usr/lib/x86_64-linux-gnu/libssl.so.3
 7fba9fd8f000-7fba9fd93000 rw-p 0009f000 08:03 1711195                    /usr/lib/x86_64-linux-gnu/libssl.so.3
 7fba9fda2000-7fba9fda4000 rw-p 00000000 00:00 0 
 7fba9fda4000-7fba9fda6000 r--p 00000000 08:03 1706073                    /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
 7fba9fda6000-7fba9fdd0000 r-xp 00002000 08:03 1706073                    /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
 7fba9fdd0000-7fba9fddb000 r--p 0002c000 08:03 1706073                    /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
 7fba9fddc000-7fba9fdde000 r--p 00037000 08:03 1706073                    /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
 7fba9fdde000-7fba9fde0000 rw-p 00039000 08:03 1706073                    /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
 7ffcd825d000-7ffcd827e000 rw-p 00000000 00:00 0                          [stack]
 7ffcd82ab000-7ffcd82af000 r--p 00000000 00:00 0                          [vvar]
 7ffcd82af000-7ffcd82b1000 r-xp 00000000 00:00 0                          [vdso]
 ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
ProcStatus:
 Name:  certmonger
 Umask: 0077
 State: S (sleeping)
 Tgid:  30472
 Ngid:  0
 Pid:   30472
 PPid:  674
 TracerPid: 0
 Uid:   0   0   0   0
 Gid:   0   0   0   0
 FDSize:    64
 Groups:     
 NStgid:    30472
 NSpid: 30472
 NSpgid:    674
 NSsid: 674
 VmPeak:       27228 kB
 VmSize:       27220 kB
 VmLck:        0 kB
 VmPin:        0 kB
 VmHWM:    12476 kB
 VmRSS:    12476 kB
 RssAnon:       3092 kB
 RssFile:       9384 kB
 RssShmem:         0 kB
 VmData:        2360 kB
 VmStk:      132 kB
 VmExe:      312 kB
 VmLib:    14340 kB
 VmPTE:       88 kB
 VmSwap:           0 kB
 HugetlbPages:         0 kB
 CoreDumping:   1
 THP_enabled:   1
 Threads:   1
 SigQ:  0/15422
 SigPnd:    0000000000000000
 ShdPnd:    0000000000000000
 SigBlk:    0000000000000000
 SigIgn:    0000000000001000
 SigCgt:    0000000000004003
 CapInh:    0000000000000000
 CapPrm:    000001ffffffffff
 CapEff:    000001ffffffffff
 CapBnd:    000001ffffffffff
 CapAmb:    0000000000000000
 NoNewPrivs:    0
 Seccomp:   0
 Seccomp_filters:   0
 Speculation_Store_Bypass:  vulnerable
 SpeculationIndirectBranch: always enabled
 Cpus_allowed:  1
 Cpus_allowed_list: 0
 Mems_allowed:  00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000001
 Mems_allowed_list: 0
 voluntary_ctxt_switches:   2
 nonvoluntary_ctxt_switches:    59
Signal: 11
Uname: Linux 5.15.0-46-generic x86_64
UserGroups: N/A
CoreDump: base64
 removed to keep logs short - available upon request
ApportVersion: 2.20.11-0ubuntu82.1
CasperMD5CheckResult: pass
Dependencies:
 adduser 3.118ubuntu5
 apt 2.4.5
 apt-utils 2.4.5
 ca-certificates 20211016
 dbus 1.12.20-2ubuntu4
 debconf 1.5.79ubuntu1
 debconf-i18n 1.5.79ubuntu1
 dpkg 1.21.1ubuntu2.1
 gcc-12-base 12-20220319-1ubuntu1
 gpgv 2.2.27-3ubuntu2.1
 init-system-helpers 1.62
 libacl1 2.3.1-1
 libapparmor1 3.0.4-2ubuntu2
 libapt-pkg6.0 2.4.5
 libaudit-common 1:3.0.7-1build1
 libaudit1 1:3.0.7-1build1
 libbrotli1 1.0.9-2build6
 libbz2-1.0 1.0.8-5build1
 libc6 2.35-0ubuntu3.1
 libcap-ng0 0.7.9-2.2build3
 libcap2 1:2.44-1build3
 libcom-err2 1.46.5-2ubuntu1.1
 libcrypt1 1:4.4.27-1
 libcurl4 7.81.0-1ubuntu1.3
 libdb5.3 5.3.28+dfsg1-0.8ubuntu3
 libdbus-1-3 1.12.20-2ubuntu4
 libexpat1 2.4.7-1
 libffi8 3.4.2-4
 libgcc-s1 12-20220319-1ubuntu1
 libgcrypt20 1.9.4-3ubuntu3
 libgmp10 2:6.2.1+dfsg-3ubuntu1
 libgnutls30 3.7.3-4ubuntu1.1
 libgpg-error0 1.43-3
 libgssapi-krb5-2 1.19.2-2
 libhogweed6 3.7.3-1build2
 libicu70 70.1-2
 libidn2-0 2.3.2-2build1
 libjansson4 2.13.1-1.1build3
 libk5crypto3 1.19.2-2
 libkeyutils1 1.6.1-2ubuntu3
 libkrb5-3 1.19.2-2
 libkrb5support0 1.19.2-2
 libldap-2.5-0 2.5.11+dfsg-1~exp1ubuntu3.1
 libldap-common 2.5.11+dfsg-1~exp1ubuntu3.1
 liblocale-gettext-perl 1.07-4build3
 liblz4-1 1.9.3-2build2
 liblzma5 5.2.5-2ubuntu1
 libnettle8 3.7.3-1build2
 libnghttp2-14 1.43.0-1build3
 libnsl2 1.3.0-2build2
 libnspr4 2:4.32-3build1
 libnss3 2:3.68.2-0ubuntu1
 libp11-kit0 0.24.0-6build1
 libpam-modules 1.4.0-11ubuntu2
 libpam-modules-bin 1.4.0-11ubuntu2
 libpam0g 1.4.0-11ubuntu2
 libpcre2-8-0 10.39-3build1
 libpopt0 1.18-3build1
 libpsl5 0.21.0-1.2build2
 librtmp1 2.4+20151223.gitfa8646d.1-2build4
 libsasl2-2 2.1.27+dfsg2-3ubuntu1
 libsasl2-modules 2.1.27+dfsg2-3ubuntu1
 libsasl2-modules-db 2.1.27+dfsg2-3ubuntu1
 libseccomp2 2.5.3-2ubuntu2
 libselinux1 3.3-1build2
 libsemanage-common 3.3-1build2
 libsemanage2 3.3-1build2
 libsepol2 3.3-1build1
 libsmartcols1 2.37.2-4ubuntu3
 libsqlite3-0 3.37.2-2
 libssh-4 0.9.6-2build1
 libssl3 3.0.2-0ubuntu1.6
 libstdc++6 12-20220319-1ubuntu1
 libsystemd0 249.11-0ubuntu3
 libtalloc2 2.3.3-2build1
 libtasn1-6 4.18.0-4build1
 libtevent0 0.11.0-1build1
 libtext-charwidth-perl 0.04-10build3
 libtext-iconv-perl 1.7-7build3
 libtext-wrapi18n-perl 0.06-9
 libtirpc-common 1.3.2-2ubuntu0.1
 libtirpc3 1.3.2-2ubuntu0.1
 libudev1 249.11-0ubuntu3
 libunistring2 1.0-1
 libuuid1 2.37.2-4ubuntu3
 libxml2 2.9.13+dfsg-1ubuntu0.1
 libxxhash0 0.8.1-1
 libzstd1 1.4.8+dfsg-3build1
 nss-plugin-pem 1.0.8-1
 openssl 3.0.2-0ubuntu1
 passwd 1:4.8.1-2ubuntu2
 perl-base 5.34.0-3ubuntu1
 publicsuffix 20211207.1025-1
 sensible-utils 0.0.17
 tar 1.34+dfsg-1build3
 ubuntu-keyring 2021.03.26
 uuid-runtime 2.37.2-4ubuntu3
 zlib1g 1:1.2.11.dfsg-2ubuntu9
Disassembly:
 => 0x7fe8637edf11 <ASN1_item_ex_i2d+97>:   testb  $0x8,0x8(%rdx)
    0x7fe8637edf15 <ASN1_item_ex_i2d+101>:  jne    0x7fe8637edf78 <ASN1_item_ex_i2d+200>
    0x7fe8637edf17 <ASN1_item_ex_i2d+103>:  mov    0x18(%rdx),%rsi
    0x7fe8637edf1b <ASN1_item_ex_i2d+107>:  mov    %rsi,0x8(%rsp)
    0x7fe8637edf20 <ASN1_item_ex_i2d+112>:  cmp    $0x6,%al
    0x7fe8637edf22 <ASN1_item_ex_i2d+114>:  ja     0x7fe8637edfe8 <ASN1_item_ex_i2d+312>
    0x7fe8637edf28 <ASN1_item_ex_i2d+120>:  lea    0x246749(%rip),%rcx        # 0x7fe863a34678
    0x7fe8637edf2f <ASN1_item_ex_i2d+127>:  movslq (%rcx,%rax,4),%rax
    0x7fe8637edf33 <ASN1_item_ex_i2d+131>:  add    %rcx,%rax
    0x7fe8637edf36 <ASN1_item_ex_i2d+134>:  notrack jmp *%rax
    0x7fe8637edf39 <ASN1_item_ex_i2d+137>:  nopl   0x0(%rax)
    0x7fe8637edf40 <ASN1_item_ex_i2d+144>:  test   %rdx,%rdx
    0x7fe8637edf43 <ASN1_item_ex_i2d+147>:  jne    0x7fe8637edf11 <ASN1_item_ex_i2d+97>
    0x7fe8637edf45 <ASN1_item_ex_i2d+149>:  mov    0x10(%r15),%rdx
    0x7fe8637edf49 <ASN1_item_ex_i2d+153>:  mov    0x10(%rsp),%ecx
    0x7fe8637edf4d <ASN1_item_ex_i2d+157>:  mov    %ebx,%r8d
InstallationDate: Installed on 2022-08-15 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
JournalErrors:
 Aug 16 09:17:40 diego-VirtualBox kernel: RETBleed: WARNING: Spectre v2 mitigation leaves CPU vulnerable to RETBleed attacks, data leaks possible!
 Aug 16 09:17:40 diego-VirtualBox kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
 Aug 16 09:17:40 diego-VirtualBox kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
 Aug 16 09:17:40 diego-VirtualBox kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
 Aug 16 09:17:41 diego-VirtualBox kernel: [drm:vmw_host_printf [vmwgfx]] *ERROR* Failed to send host log message.
 Aug 16 09:17:41 diego-VirtualBox kernel: vboxguest: loading out-of-tree module taints kernel.
 Aug 16 09:17:41 diego-VirtualBox kernel: vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
 Aug 16 09:17:41 diego-VirtualBox kernel: vboxguest: Successfully loaded version 6.1.36 r152435
 Aug 16 09:17:41 diego-VirtualBox kernel: vboxguest: misc device minor 123, IRQ 20, I/O port d040, MMIO at 00000000f0400000 (size 0x400000)
 Aug 16 09:17:41 diego-VirtualBox systemd-udevd[284]: sda: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
 Aug 16 09:17:41 diego-VirtualBox systemd-udevd[292]: sr0: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sr0' failed with exit code 1.
 Aug 16 09:17:41 diego-VirtualBox systemd-udevd[292]: sda2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda2' failed with exit code 1.
 Aug 16 09:17:41 diego-VirtualBox systemd-udevd[285]: sda3: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda3' failed with exit code 1.
 Aug 16 09:17:41 diego-VirtualBox systemd-udevd[279]: sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
 Aug 16 09:17:42 diego-VirtualBox systemd-udevd[294]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:17:42 diego-VirtualBox systemd-udevd[294]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:17:42 diego-VirtualBox /usr/sbin/irqbalance[583]: Balancing is ineffective on systems with a single cpu.  Shutting down
 Aug 16 09:17:43 diego-VirtualBox udisksd[620]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
 Aug 16 09:17:43 diego-VirtualBox udisksd[620]: Failed to load the 'mdraid' libblockdev plugin
 Aug 16 09:17:44 diego-VirtualBox systemd[1]: kerneloops.service: Found left-over process 762 (kerneloops) in control group while starting unit. Ignoring.
 Aug 16 09:17:44 diego-VirtualBox systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:17:45 diego-VirtualBox kernel: show_signal: 33 callbacks suppressed
 Aug 16 09:17:45 diego-VirtualBox kernel: vboxvideo: loading version 6.1.36 r152435
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.872440 main     VBoxService 6.1.36 r152435 (verbosity: 0) linux.amd64 (Jul 19 2022 23:10:49) release log
                                          08:17:45.872441 main     Log opened 2022-08-16T08:17:45.872433000Z
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.872536 main     OS Product: Linux
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.872568 main     OS Release: 5.15.0-46-generic
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.872593 main     OS Version: #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.872618 main     Executable: /opt/VBoxGuestAdditions-6.1.36/sbin/VBoxService
                                          08:17:45.872619 main     Process ID: 962
                                          08:17:45.872619 main     Package type: LINUX_64BITS_GENERIC
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.874019 main     6.1.36 r152435 started. Verbose level = 0
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.875202 main     vbglR3GuestCtrlDetectPeekGetCancelSupport: Supported (#1)
 Aug 16 09:17:45 diego-VirtualBox kernel: vboxsf: g_fHostFeatures=0x8000000f g_fSfFeatures=0x1 g_uSfLastFunction=29
 Aug 16 09:17:45 diego-VirtualBox kernel: vboxsf: Successfully loaded version 6.1.36 r152435 on 5.15.0-46-generic (LINUX_VERSION_CODE=0x50f27)
 Aug 16 09:17:45 diego-VirtualBox kernel: 08:17:45.889894 automount vbsvcAutomounterMountIt: Successfully mounted 'Downloads' on '/media/sf_Downloads'
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox pulseaudio[998]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:46 diego-VirtualBox gnome-session-binary[1019]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
 Aug 16 09:17:46 diego-VirtualBox gnome-session-binary[1019]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
 Aug 16 09:17:46 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
 Aug 16 09:17:46 diego-VirtualBox tracker-miner-f[1067]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
 Aug 16 09:17:47 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1066]: VMware: No 3D enabled (0, Success).
 Aug 16 09:17:47 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1066]: VMware: No 3D enabled (0, Success).
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1066]: libEGL warning: DRI2: failed to create dri screen
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1066]: VMware: No 3D enabled (0, Success).
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1066]: libEGL warning: DRI2: failed to create dri screen
 Aug 16 09:17:47 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.a11y.Bus' requested by ':1.10' (uid=127 pid=1066 comm="/usr/bin/gnome-shell " label="unconfined")
 Aug 16 09:17:47 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Successfully activated service 'org.a11y.Bus'
 Aug 16 09:17:47 diego-VirtualBox gnome-shell[1066]: meta_viewport_info_get_extents: assertion 'viewport_info != NULL' failed
 Aug 16 09:17:47 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: (WW) Option "-listen" for file descriptors is deprecated
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: Please use "-listenfd" instead.
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: (WW) Option "-listen" for file descriptors is deprecated
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: Please use "-listenfd" instead.
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: VMware: No 3D enabled (0, Success).
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: libEGL warning: DRI2: failed to create dri screen
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: VMware: No 3D enabled (0, Success).
 Aug 16 09:17:47 diego-VirtualBox org.gnome.Shell.desktop[1202]: libEGL warning: DRI2: failed to create dri screen
 Aug 16 09:17:48 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.9' (uid=127 pid=1066 comm="/usr/bin/gnome-shell " label="unconfined")
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
 Aug 16 09:17:48 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Start request repeated too quickly.
 Aug 16 09:17:48 diego-VirtualBox systemd[988]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:48 diego-VirtualBox systemd[988]: Failed to start Service for snap application snapd-desktop-integration.snapd-desktop-integration.
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.gnome.Shell.Notifications' requested by ':1.9' (uid=127 pid=1066 comm="/usr/bin/gnome-shell " label="unconfined")
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1162]: dbus-daemon[1162]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=127 pid=1066 comm="/usr/bin/gnome-shell " label="unconfined")
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1162]: dbus-daemon[1162]: Successfully activated service 'org.a11y.atspi.Registry'
 Aug 16 09:17:48 diego-VirtualBox org.gnome.Shell.desktop[1066]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm3/.config/mutter/sessions/1013e9de284a84ed42166063786651773400000010190000.ms”: No such file or directory
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.freedesktop.systemd1' requested by ':1.15' (uid=127 pid=1243 comm="/usr/libexec/gsd-sharing " label="unconfined")
 Aug 16 09:17:48 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
 Aug 16 09:17:48 diego-VirtualBox gsd-sharing[1243]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
 Aug 16 09:17:48 diego-VirtualBox gsd-sharing[1243]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
 Aug 16 09:17:49 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Successfully activated service 'org.gnome.Shell.Notifications'
 Aug 16 09:17:49 diego-VirtualBox org.gnome.Shell.desktop[1202]: Failed to initialize glamor, falling back to sw
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: ATK Bridge is disabled but a11y has already been enabled.
 Aug 16 09:17:49 diego-VirtualBox colord[1361]: failed to get edid data: EDID length is too small
 Aug 16 09:17:49 diego-VirtualBox xbrlapi.desktop[1367]: openConnection: connect: No such file or directory
 Aug 16 09:17:49 diego-VirtualBox xbrlapi.desktop[1367]: cannot connect to braille devices daemon brltty at :0
 Aug 16 09:17:49 diego-VirtualBox gnome-shell[1066]: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
                                                     asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
 Aug 16 09:17:49 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.gnome.ScreenSaver' requested by ':1.29' (uid=127 pid=1284 comm="/usr/libexec/gsd-power " label="unconfined")
 Aug 16 09:17:50 diego-VirtualBox gsd-media-keys[1264]: Failed to grab accelerator for keybinding settings:playback-repeat
 Aug 16 09:17:50 diego-VirtualBox gsd-media-keys[1264]: Failed to grab accelerator for keybinding settings:hibernate
 Aug 16 09:17:50 diego-VirtualBox gsd-color[1250]: failed to get edid: unable to get EDID for output
 Aug 16 09:17:50 diego-VirtualBox gsd-color[1250]: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
 Aug 16 09:17:50 diego-VirtualBox org.gnome.Shell.desktop[1384]: The XKEYBOARD keymap compiler (xkbcomp) reports:
 Aug 16 09:17:50 diego-VirtualBox org.gnome.Shell.desktop[1384]: > Warning:          Unsupported maximum keycode 708, clipping.
 Aug 16 09:17:50 diego-VirtualBox org.gnome.Shell.desktop[1384]: >                   X11 cannot support keycodes above 255.
 Aug 16 09:17:50 diego-VirtualBox org.gnome.Shell.desktop[1384]: Errors from xkbcomp are not fatal to the X server
 Aug 16 09:17:50 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Successfully activated service 'org.gnome.ScreenSaver'
 Aug 16 09:17:50 diego-VirtualBox gnome-shell[1066]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:17:50 diego-VirtualBox gnome-shell[1066]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:17:55 diego-VirtualBox gdm-password][1406]: gkr-pam: unable to locate daemon control file
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'Center' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox pulseaudio[1427]: The decibel volume range for element 'LFE' (-4650 dB - -2400 dB) has negative maximum. Disabling the decibel range.
 Aug 16 09:17:56 diego-VirtualBox systemd[1413]: org.gnome.Shell@x11.service: Start request repeated too quickly.
 Aug 16 09:17:58 diego-VirtualBox snapd-desktop-i[1428]: cannot open display: 
 Aug 16 09:17:58 diego-VirtualBox systemd[1413]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
 Aug 16 09:17:59 diego-VirtualBox at-spi-dbus-bus.desktop[1614]: dbus-daemon[1614]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1594 comm="/usr/bin/gnome-shell " label="unconfined")
 Aug 16 09:17:59 diego-VirtualBox at-spi-dbus-bus.desktop[1614]: dbus-daemon[1614]: Successfully activated service 'org.a11y.atspi.Registry'
 Aug 16 09:17:59 diego-VirtualBox systemd[1413]: Dependency failed for GNOME XSettings service.
 Aug 16 09:17:59 diego-VirtualBox vmware-user.desktop[1873]: vmware-user: could not open /proc/fs/vmblock/dev
 Aug 16 09:17:59 diego-VirtualBox vmware-user.desktop[1873]: Error: /usr/bin/vmtoolsd must be run inside a virtual machine on a VMware hypervisor product.
 Aug 16 09:17:59 diego-VirtualBox gnome-session-binary[1537]: GnomeDesktop-WARNING: Could not create transient scope for PID 1811: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1811 does not exist.
 Aug 16 09:17:59 diego-VirtualBox at-spi2-registr[1785]: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
 Aug 16 09:17:59 diego-VirtualBox at-spi2-registr[1785]: Unable to register client with session manager
 Aug 16 09:17:59 diego-VirtualBox gnome-session-binary[1537]: GnomeDesktop-WARNING: Could not create transient scope for PID 1857: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1857 does not exist.
 Aug 16 09:17:59 diego-VirtualBox gnome-session-binary[1537]: GnomeDesktop-WARNING: Could not create transient scope for PID 1872: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1872 does not exist.
 Aug 16 09:18:00 diego-VirtualBox kernel: process 'VBoxClient' launched '/opt/VBoxGuestAdditions-6.1.36/bin/VBoxDRMClient' with NULL argv: empty string added
 Aug 16 09:18:00 diego-VirtualBox gnome-shell[1594]: Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
                                                       _loadFile@resource:///org/gnome/shell/ui/background.js:488:20
                                                       _load@resource:///org/gnome/shell/ui/background.js:518:14
                                                       _init@resource:///org/gnome/shell/ui/background.js:278:14
                                                       Background@resource:///org/gnome/shell/ui/background.js:234:4
                                                       getBackground@resource:///org/gnome/shell/ui/background.js:622:30
                                                       _createBackgroundActor@resource:///org/gnome/shell/ui/background.js:793:49
                                                       BackgroundManager@resource:///org/gnome/shell/ui/background.js:719:37
                                                       _createBackgroundManager@resource:///org/gnome/shell/ui/layout.js:461:27
                                                       _updateBackgrounds@resource:///org/gnome/shell/ui/layout.js:507:34
                                                       _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:571:14
 Aug 16 09:18:01 diego-VirtualBox gsd-color[1809]: failed to get edid: unable to get EDID for output
 Aug 16 09:18:01 diego-VirtualBox gsd-color[1250]: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
 Aug 16 09:18:01 diego-VirtualBox gsd-color[1809]: unable to get EDID for xrandr-Virtual-1: unable to get EDID for output
 Aug 16 09:18:02 diego-VirtualBox gsd-media-keys[1823]: Failed to grab accelerator for keybinding settings:hibernate
 Aug 16 09:18:02 diego-VirtualBox gsd-media-keys[1823]: Failed to grab accelerator for keybinding settings:playback-repeat
 Aug 16 09:18:02 diego-VirtualBox gdm-launch-environment][983]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
 Aug 16 09:18:02 diego-VirtualBox /usr/libexec/gdm-wayland-session[1015]: dbus-daemon[1015]: [session uid=127 pid=1015] Activating service name='org.freedesktop.systemd1' requested by ':1.15' (uid=127 pid=1243 comm="/usr/libexec/gsd-sharing " label="unconfined")
 Aug 16 09:18:03 diego-VirtualBox gnome-shell[1594]: ATK Bridge is disabled but a11y has already been enabled.
 Aug 16 09:18:11 diego-VirtualBox pulseaudio[1427]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
 Aug 16 09:18:13 diego-VirtualBox tracker-miner-f[1067]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
 Aug 16 09:18:13 diego-VirtualBox xdg-document-po[1026]: Error releasing name org.freedesktop.portal.Documents: The connection is closed
 Aug 16 09:18:14 diego-VirtualBox nautilus[1763]: Could not delete '.meta.isrunning': No such file or directory
 Aug 16 09:18:24 diego-VirtualBox gnome-calculato[2173]: search-provider.vala:140: Failed to spawn Calculator: Child process killed by signal 9
 Aug 16 09:18:24 diego-VirtualBox gnome-calculato[2173]: search-provider.vala:140: Failed to spawn Calculator: Child process killed by signal 9
 Aug 16 09:18:24 diego-VirtualBox gnome-calculato[2173]: search-provider.vala:140: Failed to spawn Calculator: Child process killed by signal 9
 Aug 16 09:19:06 diego-VirtualBox ubuntu-appindicators@ubuntu.com[1594]: unable to update icon for software-update-available
 Aug 16 09:27:54 diego-VirtualBox systemd-udevd[2961]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:27:54 diego-VirtualBox systemd-udevd[2961]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:27:54 diego-VirtualBox systemd-udevd[3056]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:27:54 diego-VirtualBox systemd-udevd[3056]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:27:55 diego-VirtualBox systemd-udevd[3176]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:27:55 diego-VirtualBox systemd-udevd[3176]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:27:55 diego-VirtualBox systemd-udevd[3257]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:27:55 diego-VirtualBox systemd-udevd[3257]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:27:56 diego-VirtualBox kernel: kauditd_printk_skb: 4 callbacks suppressed
 Aug 16 09:28:10 diego-VirtualBox kernel: kauditd_printk_skb: 3 callbacks suppressed
 Aug 16 09:29:17 diego-VirtualBox systemd-udevd[3942]: vboxguest: /etc/udev/rules.d/60-vboxadd.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxguest".
 Aug 16 09:29:17 diego-VirtualBox systemd-udevd[3934]: vboxuser: /etc/udev/rules.d/60-vboxadd.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxuser".
 Aug 16 09:31:11 diego-VirtualBox update-notifier.desktop[7029]: /var/cache/apt/archives/lock:
 Aug 16 09:31:16 diego-VirtualBox tracker-extract[7177]: Could not get mimetype, Error when getting information for file “/usr/share/applications/thunderbird.desktop.dpkg-new”: No such file or directory
 Aug 16 09:31:16 diego-VirtualBox tracker-extract[7177]: Task for 'file:///usr/share/applications/thunderbird.desktop.dpkg-new' finished with error: Error when getting information for file “/usr/share/applications/thunderbird.desktop.dpkg-new”: No such file or directory
 Aug 16 09:31:16 diego-VirtualBox tracker-extract[7177]: Could not get mimetype, Error when getting information for file “/usr/share/applications/thunderbird.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:31:16 diego-VirtualBox tracker-extract[7177]: Task for 'file:///usr/share/applications/thunderbird.desktop.dpkg-tmp' finished with error: Error when getting information for file “/usr/share/applications/thunderbird.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:32:16 diego-VirtualBox tracker-extract[9586]: Could not get mimetype, Error when getting information for file “/usr/share/applications/python3.10.desktop.dpkg-new”: No such file or directory
 Aug 16 09:32:16 diego-VirtualBox tracker-extract[9586]: Task for 'file:///usr/share/applications/python3.10.desktop.dpkg-new' finished with error: Error when getting information for file “/usr/share/applications/python3.10.desktop.dpkg-new”: No such file or directory
 Aug 16 09:32:16 diego-VirtualBox tracker-extract[9586]: Could not get mimetype, Error when getting information for file “/usr/share/applications/python3.10.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:32:16 diego-VirtualBox tracker-extract[9586]: Task for 'file:///usr/share/applications/python3.10.desktop.dpkg-tmp' finished with error: Error when getting information for file “/usr/share/applications/python3.10.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:32:48 diego-VirtualBox tracker-extract[10805]: Could not get mimetype, Error when getting information for file “/usr/share/applications/apport-gtk.desktop.dpkg-new”: No such file or directory
 Aug 16 09:32:48 diego-VirtualBox tracker-extract[10805]: Task for 'file:///usr/share/applications/apport-gtk.desktop.dpkg-new' finished with error: Error when getting information for file “/usr/share/applications/apport-gtk.desktop.dpkg-new”: No such file or directory
 Aug 16 09:32:48 diego-VirtualBox tracker-extract[10805]: Could not get mimetype, Error when getting information for file “/usr/share/applications/apport-gtk.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:32:48 diego-VirtualBox tracker-extract[10805]: Task for 'file:///usr/share/applications/apport-gtk.desktop.dpkg-tmp' finished with error: Error when getting information for file “/usr/share/applications/apport-gtk.desktop.dpkg-tmp”: No such file or directory
 Aug 16 09:33:19 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:19 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:19 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:19 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:20 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:45 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:45 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:45 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:33:45 diego-VirtualBox dbus-daemon[568]: Unknown group "power" in message bus configuration file
 Aug 16 09:34:10 diego-VirtualBox update-notifier.desktop[19504]: /var/lib/dpkg/lock:
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:34:49 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:34:49 diego-VirtualBox update-notifier[2315]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
 Aug 16 09:34:50 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:34:50 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:36:14 diego-VirtualBox gnome-shell[1594]: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
                                                     asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
 Aug 16 09:36:14 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:36:14 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:36:18 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:36:18 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:36:18 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:36:18 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:36:19 diego-VirtualBox gnome-shell[1594]: cr_parser_new_from_buf: assertion 'a_buf && a_len' failed
 Aug 16 09:36:19 diego-VirtualBox gnome-shell[1594]: cr_declaration_parse_list_from_buf: assertion 'parser' failed
 Aug 16 09:36:19 diego-VirtualBox ubuntu-appindicators@ubuntu.com[1594]: unable to update icon for software-update-available
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: update-notifier-crash.service: Found left-over process 30211 (sh) in control group while starting unit. Ignoring.
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: update-notifier-crash.service: Found left-over process 30213 (apport-gtk) in control group while starting unit. Ignoring.
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: update-notifier-crash.service: Found left-over process 30429 (systemctl) in control group while starting unit. Ignoring.
 Aug 16 09:36:28 diego-VirtualBox systemd[1413]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:36:29 diego-VirtualBox nautilus[30116]: Could not delete '.meta.isrunning': No such file or directory
 Aug 16 09:36:30 diego-VirtualBox systemd[1413]: update-notifier-crash.service: Found left-over process 30211 (sh) in control group while starting unit. Ignoring.
 Aug 16 09:36:30 diego-VirtualBox systemd[1413]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:36:30 diego-VirtualBox systemd[1413]: update-notifier-crash.service: Found left-over process 30213 (apport-gtk) in control group while starting unit. Ignoring.
 Aug 16 09:36:30 diego-VirtualBox systemd[1413]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
 Aug 16 09:36:38 diego-VirtualBox gnome-shell[1594]: Object .Gjs_ui_messageTray_Notification (0x56002cbac480), has been already disposed — impossible to emit any signal on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
 Aug 16 09:36:38 diego-VirtualBox gnome-shell[1594]: Object .Gjs_ui_messageTray_Notification (0x56002cbac480), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
 Aug 16 09:37:17 diego-VirtualBox update-notifier.desktop[32025]: /var/cache/apt/archives/lock:
Package: certmonger 0.79.14+git20211010-2ubuntu1
PackageArchitecture: amd64
ProcCpuinfoMinimal:
 processor  : 0
 vendor_id  : GenuineIntel
 cpu family : 6
 model      : 142
 model name : Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz
 stepping   : 10
 cpu MHz        : 2808.000
 cache size : 8192 KB
 physical id    : 0
 siblings   : 1
 core id        : 0
 cpu cores  : 1
 apicid     : 0
 initial apicid : 0
 fpu        : yes
 fpu_exception  : yes
 cpuid level    : 22
 wp     : yes
 flags      : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq monitor ssse3 cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase avx2 invpcid rdseed clflushopt md_clear flush_l1d arch_capabilities
 bugs       : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit srbds mmio_stale_data retbleed
 bogomips   : 5616.00
 clflush size   : 64
 cache_alignment    : 64
 address sizes  : 39 bits physical, 48 bits virtual
 power management:
ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
RebootRequiredPkgs: Error: path contained symlinks.
Registers:
 rax            0xf3                243
 rbx            0x0                 0
 rcx            0xffffffff          4294967295
 rdx            0xf38953d589555441  -898094474086493119
 rsi            0x0                 0
 rdi            0x7ffdce845668      140728068232808
 rbp            0x0                 0x0
 rsp            0x7ffdce845600      0x7ffdce845600
 r8             0x0                 0
 r9             0x0                 0
 r10            0x0                 0
 r11            0xaf74bf0c4b73b4e1  -5803803960247339807
 r12            0x7ffdce845668      140728068232808
 r13            0x7fe8638f9260      140636079493728
 r14            0x7fe8638f9260      140636079493728
 r15            0x7fe8638f9260      140636079493728
 rip            0x7fe8637edf11      0x7fe8637edf11 <ASN1_item_ex_i2d+97>
 eflags         0x10286             [ PF SF IF RF ]
 cs             0x33                51
 ss             0x2b                43
 ds             0x0                 0
 es             0x0                 0
 fs             0x0                 0
 gs             0x0                 0
SegvAnalysis:
 Segfault happened at: 0x7fe8637edf11 <ASN1_item_ex_i2d+97>:    testb  $0x8,0x8(%rdx)
 PC (0x7fe8637edf11) ok
 source "$0x8" ok
 destination "0x8(%rdx)" (0xf38953d589555449) not located in a known VMA region (needed writable region)!
SegvReason: writing unknown VMA
SourcePackage: certmonger
Stacktrace:
 #0  0x00007fe8637edf11 in ASN1_item_ex_i2d () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #1  0x00007fe8637ee3fc in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #2  0x00005570deaa2b90 in ?? ()
 No symbol table info available.
 #3  0x00005570de93e970 in ?? ()
 No symbol table info available.
 #4  0x00005570de931fc0 in ?? ()
 No symbol table info available.
 #5  0x00005570dea69ac0 in ?? ()
 No symbol table info available.
 #6  0x00007fe8638f9260 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #7  0x00007ffdce845750 in ?? ()
 No symbol table info available.
 #8  0x00005570dda5dab8 in ?? ()
 No symbol table info available.
 #9  0x00005570dda605cd in ?? ()
 No symbol table info available.
 #10 0x00005570dda6a941 in ?? ()
 No symbol table info available.
 #11 0x00005570dda9f0fc in ?? ()
 No symbol table info available.
 #12 0x00005570dda5c5f6 in ?? ()
 No symbol table info available.
 #13 0x00007fe8636cb9be in tevent_common_invoke_timer_handler () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #14 0x00007fe8636cbb80 in tevent_common_loop_timer_delay () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #15 0x00007fe8636ccbdc in ?? () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #16 0x00007fe8636caf3b in ?? () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #17 0x00007fe8636c5b58 in _tevent_loop_once () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #18 0x00005570dda59ca3 in ?? ()
 No symbol table info available.
 #19 0x00007fe863184d90 in __libc_start_call_main (main=main@entry=0x5570dda57f00, argc=argc@entry=5, argv=argv@entry=0x7ffdce847008) at ../sysdeps/nptl/libc_start_call_main.h:58
         self = <optimized out>
         result = <optimized out>
         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -8736026425245645707, 140728068239368, 93943243308800, 93943243711864, 140636083011648, 8735007766906979445, 8724493310142235765}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
         not_first_call = <optimized out>
 #20 0x00007fe863184e40 in __libc_start_main_impl (main=0x5570dda57f00, argc=5, argv=0x7ffdce847008, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffdce846ff8) at ../csu/libc-start.c:392
 No locals.
 #21 0x00005570dda5a8b5 in ?? ()
 No symbol table info available.
StacktraceAddressSignature: /usr/sbin/certmonger:11:/usr/lib/x86_64-linux-gnu/libcrypto.so.3+18f11:/usr/lib/x86_64-linux-gnu/libcrypto.so.3+193fc:[heap]+138b90:[heap]+33970:[heap]+26fc0:[heap]+ffac0:/usr/lib/x86_64-linux-gnu/libcrypto.so.3+124260:[stack]+1e750:/usr/sbin/certmonger+9ab8:/usr/sbin/certmonger+c5cd:/usr/sbin/certmonger+16941:/usr/sbin/certmonger+4b0fc:/usr/sbin/certmonger+85f6:/usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0+79be:/usr/lib/x86_64-linux-gnu/libtevent.so.0.11.0+7b80
StacktraceTop:
 ASN1_item_ex_i2d () from /lib/x86_64-linux-gnu/libcrypto.so.3
 ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
 ?? ()
 ?? ()
 ?? ()
Tags:  jammy
ThreadStacktrace:
 .
 Thread 1 (Thread 0x7fe862760a40 (LWP 3380)):
 #0  0x00007fe8637edf11 in ASN1_item_ex_i2d () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #1  0x00007fe8637ee3fc in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #2  0x00005570deaa2b90 in ?? ()
 No symbol table info available.
 #3  0x00005570de93e970 in ?? ()
 No symbol table info available.
 #4  0x00005570de931fc0 in ?? ()
 No symbol table info available.
 #5  0x00005570dea69ac0 in ?? ()
 No symbol table info available.
 #6  0x00007fe8638f9260 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
 No symbol table info available.
 #7  0x00007ffdce845750 in ?? ()
 No symbol table info available.
 #8  0x00005570dda5dab8 in ?? ()
 No symbol table info available.
 #9  0x00005570dda605cd in ?? ()
 No symbol table info available.
 #10 0x00005570dda6a941 in ?? ()
 No symbol table info available.
 #11 0x00005570dda9f0fc in ?? ()
 No symbol table info available.
 #12 0x00005570dda5c5f6 in ?? ()
 No symbol table info available.
 #13 0x00007fe8636cb9be in tevent_common_invoke_timer_handler () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #14 0x00007fe8636cbb80 in tevent_common_loop_timer_delay () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #15 0x00007fe8636ccbdc in ?? () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #16 0x00007fe8636caf3b in ?? () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #17 0x00007fe8636c5b58 in _tevent_loop_once () from /lib/x86_64-linux-gnu/libtevent.so.0
 No symbol table info available.
 #18 0x00005570dda59ca3 in ?? ()
 No symbol table info available.
 #19 0x00007fe863184d90 in __libc_start_call_main (main=main@entry=0x5570dda57f00, argc=argc@entry=5, argv=argv@entry=0x7ffdce847008) at ../sysdeps/nptl/libc_start_call_main.h:58
         self = <optimized out>
         result = <optimized out>
         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -8736026425245645707, 140728068239368, 93943243308800, 93943243711864, 140636083011648, 8735007766906979445, 8724493310142235765}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
         not_first_call = <optimized out>
 #20 0x00007fe863184e40 in __libc_start_main_impl (main=0x5570dda57f00, argc=5, argv=0x7ffdce847008, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffdce846ff8) at ../csu/libc-start.c:392
 No locals.
 #21 0x00005570dda5a8b5 in ?? ()
 No symbol table info available.
Title: certmonger crashed with SIGSEGV in ASN1_item_ex_i2d()
UnreportableReason:
 You have some obsolete package versions installed. Please upgrade the following packages and check if the problem still occurs:

 apt, apt-utils, libapparmor1, libapt-pkg6.0, libldap-2.5-0, libldap-common, libnss3, libsystemd0, libudev1, openssl
UpgradeStatus: No upgrade log present (probably fresh install)
_MarkForUpload: True
modified.conffile..etc.certmonger.certmonger.conf: [modified]
mtime.conffile..etc.certmonger.certmonger.conf: 2022-08-15T21:10:39.492394
separator: 

fyi, issue persists after upgrading packages.

I'm able to reproduce this in Fedora which will make it a lot easier to troubleshoot.

This only affects SCEP when NSS certificates are requested, e.g.

getcert request -d /etc/pki/nssdb/ -n test -N hostname -c test -v -w -g 2048

PKCS#7 ASN1 tag handling changed in OpenSSL 3 so I'm guessing it is related. I'll need to dig into openssl to try to track down what it's doing.

A more complete backtrace is:

#0  ASN1_item_ex_i2d (pval=0x7fffb8543d58, out=0x0, 
    it=0x7f9c9f3d7cc0 <PKCS7_ATTR_SIGN_it>, tag=-1, aclass=0)
    at crypto/asn1/tasn_enc.c:96
#1  0x00007f9c9f2c5f7c in asn1_item_flags_i2d (val=<optimized out>, out=0x0, 
    it=0x7f9c9f3d7cc0 <PKCS7_ATTR_SIGN_it>, flags=<optimized out>)
    at crypto/asn1/tasn_enc.c:75
#2  0x0000562c1cd18e38 in cm_scepgen_n_resign ()
#3  0x0000562c1cd1b962 in cm_scepgen_n_main.lto_priv ()
#4  0x0000562c1cd2594e in cm_subproc_start ()
#5  0x0000562c1cd58ff5 in cm_service_entry.constprop ()
#6  0x0000562c1cd179d6 in cm_timer_h.lto_priv ()
#7  0x00007f9c9f6505b2 in tevent_common_invoke_timer_handler (
    te=te@entry=0x562c1e404900, current_time=..., removed=removed@entry=0x0)
    at ../../tevent_timed.c:376
#8  0x00007f9c9f65075e in tevent_common_loop_timer_delay (ev=0x562c1e4001f0)
    at ../../tevent_timed.c:453
#9  0x00007f9c9f651259 in epoll_event_loop (tvalp=0x7fffb8544090, 
    epoll_ev=0x562c1e4004d0) at ../../tevent_epoll.c:667
#10 epoll_event_loop_once (ev=<optimized out>, location=<optimized out>)
    at ../../tevent_epoll.c:937
#11 0x00007f9c9f64966b in std_event_loop_once (ev=0x562c1e4001f0, 
    location=0x562c1cd5c443 "main.c:413") at ../../tevent_standard.c:110
#12 0x00007f9c9f64baa5 in _tevent_loop_once (ev=0x562c1e4001f0, 
--Type <RET> for more, q to quit, c to continue without paging--
    location=0x562c1cd5c443 "main.c:413") at ../../tevent.c:790
#13 0x0000562c1cd15127 in main ()

Nice, the fact you were able to reproduce is great news!

Is there anything else I can do to provide you with more info regarding this issue?

Cheers,

Diego.

Metadata Update from @rcritten:
- Issue assigned to rcritten

2 years ago

I think I have it worked out. certmonger was using a very old, deprecated part of the openssl API which still compiled but hasn't been supported in ages. I guess in 3.0.0 they finally killed it.

I'm testing a fix now.

I can provide you a patch if you want to build certmonger locally and test it.

I would love to test that on my end - most likely I'll be able to test tomorrow morning.
Thanks!

hey, tried to test your build but that requires a few different library versions that are not installable on 22.04 - any chance you can bump library requiremets to the same as certmonger ubuntu 22.04 version? Or if I can do that just lmk where to start and I'll be happy to try.

Thanks!

Right, the packages built as part of CI won't work on Ubuntu. Unfortunately I have no experience packaging in Debian-based distributions, I don't even know where to start. There is an existing package source somewhere. I imagine that adding the test patch and rebuilding would be relatively straightforward, I just don't have the capability to do so.

Alright, and just so I understand, when a fix is validated here, how long it takes until that hits (for instance) the ubuntu repo? This might be out of your scope, but just trying to understand a little bit better.

It needs to get merged first. Then either the current packager can pick up the patch to include in the distribution release or wait for me to do an upstream release including the fix (probably soon after merging).

Can confirm this is working in my laptop. We initially had an error 60 but seems we were missing a crt - this morning I managed to fix that. Funny that we didn't get that in 20.04 so I guess there's additional checks in OpenSSL 3.x compared to 1.x versions.

I think you are good to push this to all versions that require libssl3.x

Thanks for getting back to me so quick and enjoy your Friday!

Metadata Update from @rcritten:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #245 Merged 2 years ago