Version-Release number of selected component: rpmconf-1.1.3-2.fc34 Additional info: reporter: libreport-2.15.2 cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-gnome-alacritty-10200.scope cmdline: /usr/bin/python3 /usr/sbin/rpmconf -c crash_function: _clean_orphan exception_type: OSError executable: /usr/sbin/rpmconf interpreter: python3-3.9.7-1.fc34.x86_64 kernel: 5.13.19-200.fc34.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: rpmconf.py:516:_clean_orphan:OSError: [Errno 5] Input/output error Traceback (most recent call last): File "/usr/sbin/rpmconf", line 105, in <module> main() File "/usr/sbin/rpmconf", line 95, in main rconf.run() File "/usr/lib/python3.9/site-packages/rpmconf/rpmconf.py", line 119, in run self._clean_orphan() File "/usr/lib/python3.9/site-packages/rpmconf/rpmconf.py", line 516, in _clean_orphan print( OSError: [Errno 5] Input/output error Local variables in innermost frame: self: <rpmconf.rpmconf.RpmConf object at 0x7f6242720970> files_merge: [['bluez', '/etc/bluetooth/main.conf', '/etc/bluetooth/main.conf.rpmsave'], ['containers-common', '/etc/containers/registries.conf', '/etc/containers/registries.conf.rpmnew'], ['cups-filters', '/etc/cups/cups-browsed.conf', '/etc/cups/cups-browsed.conf.rpmnew']] files_delete: [] topdir: '/usr' dirs: [] files: [] name: 'Makefile' l_name: '/usr/src/kernels/5.13.19-200.fc34.x86_64/virt/lib/Makefile' file_merge: ['cups-filters', '/etc/cups/cups-browsed.conf', '/etc/cups/cups-browsed.conf.rpmnew'] file_delete: None excludes: [PosixPath('/var/lib/mock')] root: '/usr/etc'
Created attachment 1826636 [details] File: backtrace
Created attachment 1826637 [details] File: cpuinfo
Created attachment 1826638 [details] File: environ
Created attachment 1826639 [details] File: mountinfo
Created attachment 1826640 [details] File: namespaces
Created attachment 1826641 [details] File: open_fds
This is valid error. This was likely cause by running a command in ssh and suddenly closing a connection. Python lost stdout and cannot print anything.