Version-Release number of selected component: dnf-4.16.1-1.fc38 Additional info: reporter: libreport-2.17.10 kernel: 6.3.6-200.fc38.x86_64 cmdline: /usr/bin/python3 /usr/bin/dnf cgroup: 0::/user.slice/user-1000.slice/session-2.scope uid: 1000 reason: conf.py:10:<module>:ImportError: /lib64/libassuan.so.0: file too short executable: /usr/bin/dnf type: Python3 package: dnf-4.16.1-1.fc38 runlevel: N 5 exception_type: ImportError crash_function: module interpreter: python3-3.11.4-1.fc38.x86_64 Truncated backtrace: #1 [/usr/lib64/python3.11/site-packages/libdnf/conf.py:10] <module> #2 [/usr/lib64/python3.11/site-packages/libdnf/__init__.py:12] <module> #3 [/usr/lib/python3.11/site-packages/dnf/base.py:29] <module> #4 [/usr/lib/python3.11/site-packages/dnf/__init__.py:30] <module> #5 [/usr/bin/dnf:61] <module>
Created attachment 1980905 [details] File: os_info
Created attachment 1980906 [details] File: environ
Created attachment 1980907 [details] File: mountinfo
Created attachment 1980908 [details] File: open_fds
Created attachment 1980909 [details] File: namespaces
Created attachment 1980910 [details] File: backtrace
Created attachment 1980911 [details] File: cpuinfo
Created attachment 1980912 [details] File: _var_log_dnf.log
Created attachment 1980913 [details] File: dnf-makecache.log
Hello, it seems like you have a corrupted library file /lib64/libassuan.so.0 for some reason which is causing a system malfunction. According to the logs provided about installed packages, this should be a symlink pointing to the libassuan.so.0.8.6 file when having the system in correct state. Unfortunately this file is a dependency for a lot of core system components. I've tried simulating your state in my container and I was able to recover by downloading the libassuan library manually by: curl -O https://dl.fedoraproject.org/pub/fedora/linux/updates/38/Everything/x86_64/Packages/l/libassuan-2.5.6-1.fc38.x86_64.rpm ... and then reinstalling the package using rpm: rpm -iv --replacepkgs libassuan-2.5.6-1.fc38.x86_64.rpm
But anyway, there doesn't seem to be any problem regarding the dnf component.