More Info:

$ date -u
Thu Aug 27 05:58:13 PM UTC 2026

$ dpkg-query -W -f='${Version}\n' systemd
249.11-0ubuntu3.22

$ apt-cache policy systemd | head -6
systemd:
  Installed: 249.11-0ubuntu3.22
  Candidate: 249.11-0ubuntu3.22
  Version table:
 *** 249.11-0ubuntu3.22 500
        500 http://.../jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages

$ dpkg -V systemd
??5??????   c /etc/systemd/journald.conf
(remaining lines are polkit dirs unreadable by our non-root user; no binary or
 library is reported modified — /usr/bin/systemd-tmpfiles and
 /lib/systemd/libsystemd-shared-249.so both pass dpkg's md5sums check)

$ sha256sum /usr/bin/systemd-tmpfiles /lib/systemd/libsystemd-shared-249.so
67ba770213ade78b0b887d7355aa6e2a98df4dc54a7334c2f2149a7d4bd3aa42  
/usr/bin/systemd-tmpfiles
4c38ab800a3478ebd3645d59df1ad21b26199e97911a1b76a4e9ec08ca6e66ff  
/lib/systemd/libsystemd-shared-249.so

$ stat -c '%y  %n' /usr/bin/systemd-tmpfiles 
/lib/systemd/libsystemd-shared-249.so
2023-03-20 15:32:08 +0100  /usr/bin/systemd-tmpfiles
2026-07-29 15:41:27 +0200  /lib/systemd/libsystemd-shared-249.so

$ /usr/bin/systemd-tmpfiles --version
/usr/bin/systemd-tmpfiles: symbol lookup error: /usr/bin/systemd-tmpfiles:
  undefined symbol: strv_push, version SD_SHARED

$ objdump -T /usr/bin/systemd-tmpfiles | grep ' strv_push$'
0000000000000000  DF *UND*  0000000000000000 (SD_SHARED)  strv_push

$ nm -D --defined-only /lib/systemd/libsystemd-shared-249.so | grep strv_push
00000000001509d0 T strv_push_pair@@SD_SHARED
0000000000150860 T strv_push_with_size@@SD_SHARED

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2163371

Title:
   journalctl and other systemd binaries fail with "undefined symbol:
  strv_push, version SD_SHARED" after upgrade to 249.11-0ubuntu3.22

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2163371/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to