Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1981771 Details for
Bug 2229341
[abrt] blivet-gui-runtime: _add_parent_devices(): blivetgui.py:243:_reraise_exception:blivet.errors.DeviceTreeError: Failed to init blivet:
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 7.49 KB, created by
Thomas Neuber
on 2023-08-05 04:38:05 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Thomas Neuber
Created:
2023-08-05 04:38:05 UTC
Size:
7.49 KB
patch
obsolete
>blivetgui.py:243:_reraise_exception:blivet.errors.DeviceTreeError: Failed to init blivet: >failed to add parent sdk5 of device md125 >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 167, in __init__ > self.blivet_reset() > File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 1541, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 140, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 446, in populate > self._populate() > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 490, in _populate > self.handle_device(dev) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 297, in handle_device > device = helper_class(self, info).run() > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/helpers/mdraid.py", line 55, in run > self._devicetree._add_parent_devices(self.data) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 139, in _add_parent_devices > raise DeviceTreeError(msg) >blivet.errors.DeviceTreeError: failed to add parent sdk5 of device md125 > > >Traceback (most recent call last): > File "/usr/bin/blivet-gui", line 115, in <module> > main() > File "/usr/bin/blivet-gui", line 109, in main > BlivetGUI(client, exclusive_disks=options.disks) > File "/usr/lib/python3.11/site-packages/blivetgui/blivetgui.py", line 113, in __init__ > self.blivet_init() > File "/usr/lib/python3.11/site-packages/blivetgui/blivetgui.py", line 812, in blivet_init > self._reraise_exception(ret.exception, ret.traceback, message, > File "/usr/lib/python3.11/site-packages/blivetgui/blivetgui.py", line 243, in _reraise_exception > raise type(exception)(message + "\n" + str(exception) + "\n" + traceback) >blivet.errors.DeviceTreeError: Failed to init blivet: >failed to add parent sdk5 of device md125 >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 167, in __init__ > self.blivet_reset() > File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 1541, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 140, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 446, in populate > self._populate() > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 490, in _populate > self.handle_device(dev) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 297, in handle_device > device = helper_class(self, info).run() > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/helpers/mdraid.py", line 55, in run > self._devicetree._add_parent_devices(self.data) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 139, in _add_parent_devices > raise DeviceTreeError(msg) >blivet.errors.DeviceTreeError: failed to add parent sdk5 of device md125 > > >Local variables in innermost frame: >self: <blivetgui.blivetgui.BlivetGUI object at 0x7f58f152be50> >exception: DeviceTreeError('failed to add parent sdk5 of device md125') >traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.11/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init\n self.blivet_utils = BlivetUtils(*args)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 167, in __init__\n self.blivet_reset()\n File "/usr/lib/python3.11/site-packages/blivetgui/blivet_utils.py", line 1541, in blivet_reset\n self.storage.reset()\n File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 140, in reset\n self.devicetree.populate(cleanup_only=cleanup_only)\n File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 446, in populate\n self._populate()\n File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 490, in _populate\n self.handle_device(dev)\n File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 297, in handle_device\n device = helper_class(self, info).run()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/populator/helpers/mdraid.py", line 55, in run\n self._devicetree._add_parent_devices(self.data)\n File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/site-packages/blivet/populator/populator.py", line 139, in _add_parent_devices\n raise DeviceTreeError(msg)\nblivet.errors.DeviceTreeError: failed to add parent sdk5 of device md125\n' >message: 'Failed to init blivet:' >dialog_window: <loading_window.LoadingWindow object at 0x7f58f1400ec0 (blivetgui+loading_window+LoadingWindow at 0x55ee3b19c030)>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2229341
: 1981771 |
1981772
|
1981773
|
1981774
|
1981775
|
1981776
|
1981777
|
1981778
|
1981779
|
1981780