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 1847568 Details for
Bug 2035278
[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.rh90 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), 6.72 KB, created by
Jan Vlug
on 2021-12-23 12:59:04 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Jan Vlug
Created:
2021-12-23 12:59:04 UTC
Size:
6.72 KB
patch
obsolete
>blivetgui.py:243:_reraise_exception:blivet.errors.DeviceTreeError: Failed to init blivet: >unable to get udev info for sde3 >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 164, in __init__ > self.blivet_reset() > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1518, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/blivet.py", line 140, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 419, in populate > self._populate() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 464, in _populate > self.handle_device(dev) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 270, in handle_device > device = helper_class(self, info).run() > File "/usr/lib/python3.10/site-packages/blivet/populator/helpers/lvm.py", line 60, in run > self._devicetree._add_parent_devices(self.data) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 119, in _add_parent_devices > raise DeviceTreeError(msg) >blivet.errors.DeviceTreeError: unable to get udev info for sde3 > > >Traceback (most recent call last): > File "/usr/bin/blivet-gui", line 117, in <module> > main() > File "/usr/bin/blivet-gui", line 111, in main > BlivetGUI(client, exclusive_disks=options.disks) > File "/usr/lib/python3.10/site-packages/blivetgui/blivetgui.py", line 113, in __init__ > self.blivet_init() > File "/usr/lib/python3.10/site-packages/blivetgui/blivetgui.py", line 809, in blivet_init > self._reraise_exception(ret.exception, ret.traceback, message, > File "/usr/lib/python3.10/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: >unable to get udev info for sde3 >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 164, in __init__ > self.blivet_reset() > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1518, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/blivet.py", line 140, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 419, in populate > self._populate() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 464, in _populate > self.handle_device(dev) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 270, in handle_device > device = helper_class(self, info).run() > File "/usr/lib/python3.10/site-packages/blivet/populator/helpers/lvm.py", line 60, in run > self._devicetree._add_parent_devices(self.data) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 119, in _add_parent_devices > raise DeviceTreeError(msg) >blivet.errors.DeviceTreeError: unable to get udev info for sde3 > > >Local variables in innermost frame: >self: <blivetgui.blivetgui.BlivetGUI object at 0x7fe3a3e53280> >exception: DeviceTreeError('unable to get udev info for sde3') >traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.10/site-packages/blivetgui/communication/server.py", line 270, in _blivet_utils_init\n self.blivet_utils = BlivetUtils(*args)\n File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 164, in __init__\n self.blivet_reset()\n File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1518, in blivet_reset\n self.storage.reset()\n File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/blivet.py", line 140, in reset\n self.devicetree.populate(cleanup_only=cleanup_only)\n File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 419, in populate\n self._populate()\n File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 464, in _populate\n self.handle_device(dev)\n File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 270, in handle_device\n device = helper_class(self, info).run()\n File "/usr/lib/python3.10/site-packages/blivet/populator/helpers/lvm.py", line 60, in run\n self._devicetree._add_parent_devices(self.data)\n File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/populator/populator.py", line 119, in _add_parent_devices\n raise DeviceTreeError(msg)\nblivet.errors.DeviceTreeError: unable to get udev info for sde3\n' >message: 'Failed to init blivet:' >dialog_window: <loading_window.LoadingWindow object at 0x7fe3a3d22000 (blivetgui+loading_window+LoadingWindow at 0x55633547bf80)>
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 2035278
: 1847568 |
1847569
|
1847570
|
1847571
|
1847572
|
1847573
|
1847574
|
1847575
|
1847576
|
1848316