Comment 8 for bug 2023405

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

The bug description has this line:

Python3Details: /usr/local/bin/python3.10, Python 3.10.6, unpackaged

Which tells us that that installation was not using python as shipped by ubuntu.

Regarding what others are reporting, we definitely need more information to diagnose this, but I would suggest to check if there are python modules or installations from outside ubuntu, and if all samba binary packages were updated, and not just some.

For reference, these are all the binary samba packages in jammy:

samba samba-libs samba-common samba-common-bin smbclient samba-testsuite registry-tools samba-dev python3-samba samba-dsdb-modules samba-vfs-modules libsmbclient libsmbclient-dev winbind libpam-winbind libnss-winbind libwbclient0 libwbclient-dev ctdb

So check if they are all at the same version:

dpkg -l | grep -E '(samba|samba-libs|samba-common|samba-common-bin|smbclient|samba-testsuite|registry-tools|samba-dev|python3-samba|samba-dsdb-modules|samba-vfs-modules|libsmbclient|libsmbclient-dev|winbind|libpam-winbind|libnss-winbind|libwbclient0|libwbclient-dev|ctdb)'

Note that ldb has the samba version embedded in its full version.