Bug 2008149 - [abrt] rpmconf: _clean_orphan(): rpmconf.py:516:_clean_orphan:OSError: [Errno 5] Input/output error
Summary: [abrt] rpmconf: _clean_orphan(): rpmconf.py:516:_clean_orphan:OSError: [Errno...
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: rpmconf
Version: 34
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Suchý
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:157ee15c19882943a833e0b2069...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-27 12:39 UTC by Pranav
Modified: 2021-09-30 20:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-30 20:14:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.12 KB, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details
File: cpuinfo (2.40 KB, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details
File: environ (1.10 KB, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details
File: mountinfo (2.96 KB, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details
File: namespaces (172 bytes, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details
File: open_fds (559 bytes, text/plain)
2021-09-27 12:39 UTC, Pranav
no flags Details

Description Pranav 2021-09-27 12:39:09 UTC
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'

Comment 1 Pranav 2021-09-27 12:39:12 UTC
Created attachment 1826636 [details]
File: backtrace

Comment 2 Pranav 2021-09-27 12:39:13 UTC
Created attachment 1826637 [details]
File: cpuinfo

Comment 3 Pranav 2021-09-27 12:39:14 UTC
Created attachment 1826638 [details]
File: environ

Comment 4 Pranav 2021-09-27 12:39:16 UTC
Created attachment 1826639 [details]
File: mountinfo

Comment 5 Pranav 2021-09-27 12:39:17 UTC
Created attachment 1826640 [details]
File: namespaces

Comment 6 Pranav 2021-09-27 12:39:18 UTC
Created attachment 1826641 [details]
File: open_fds

Comment 7 Miroslav Suchý 2021-09-30 20:14:31 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.