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 1852625 Details for
Bug 2043768
[abrt] blivet-gui-runtime: _pre_destroy(): blivetgui.py:243:_reraise_exception:blivet.errors.DeviceFormatError: Failed to perform the actions:
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), 7.06 KB, created by
Jan Vlug
on 2022-01-21 23:07:52 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Jan Vlug
Created:
2022-01-21 23:07:52 UTC
Size:
7.06 KB
patch
obsolete
>blivetgui.py:243:_reraise_exception:blivet.errors.DeviceFormatError: Failed to perform the actions: >device path does not exist or is not writable >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1533, in blivet_do_it > self.storage.do_it(callbacks=callbacks_reg) > 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 114, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 328, in process > action.execute(callbacks) > 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/deviceaction.py", line 335, in execute > self.device.create() > 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/devices/storage.py", line 468, in create > self._post_create() > 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/devices/partition.py", line 663, in _post_create > DeviceFormat(device=self.path, exists=True).destroy() > 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/formats/__init__.py", line 552, in destroy > self._pre_destroy(**kwargs) > 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/formats/__init__.py", line 565, in _pre_destroy > raise DeviceFormatError("device path does not exist or is not writable") >blivet.errors.DeviceFormatError: device path does not exist or is not writable > > >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/blivetgui/blivetgui.py", line 615, in end > self._reraise_exception(error, traceback, message, dialog_window=dialog) # pylint: disable=raising-bad-type > 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.DeviceFormatError: Failed to perform the actions: >device path does not exist or is not writable >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1533, in blivet_do_it > self.storage.do_it(callbacks=callbacks_reg) > 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 114, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 328, in process > action.execute(callbacks) > 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/deviceaction.py", line 335, in execute > self.device.create() > 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/devices/storage.py", line 468, in create > self._post_create() > 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/devices/partition.py", line 663, in _post_create > DeviceFormat(device=self.path, exists=True).destroy() > 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/formats/__init__.py", line 552, in destroy > self._pre_destroy(**kwargs) > 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/formats/__init__.py", line 565, in _pre_destroy > raise DeviceFormatError("device path does not exist or is not writable") >blivet.errors.DeviceFormatError: device path does not exist or is not writable > > >Local variables in innermost frame: >self: <blivetgui.blivetgui.BlivetGUI object at 0x7fec0b0f36d0> >exception: DeviceFormatError('device path does not exist or is not writable') >traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.10/site-packages/blivetgui/blivet_utils.py", line 1533, in blivet_do_it\n self.storage.do_it(callbacks=callbacks_reg)\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 114, in do_it\n self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)\n File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 48, in wrapped_func\n return func(obj, *args, **kwargs)\n File "/usr/lib/python3.10/site-packages/blivet/actionlist.py", line 328, in process\n action.execute(callbacks)\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/deviceaction.py", line 335, in execute\n self.device.create()\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/devices/storage.py", line 468, in create\n self._post_create()\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/devices/partition.py", line 663, in _post_create\n DeviceFormat(device=self.path, exists=True).destroy()\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/formats/__init__.py", line 552, in destroy\n self._pre_destroy(**kwargs)\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/formats/__init__.py", line 565, in _pre_destroy\n raise DeviceFormatError("device path does not exist or is not writable")\nblivet.errors.DeviceFormatError: device path does not exist or is not writable\n' >message: 'Failed to perform the actions:' >dialog_window: <processing_window.ProcessingActions object at 0x7fec1dc97a00 (blivetgui+processing_window+ProcessingActions at 0x55d3b1d37f20)>
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 2043768
: 1852625 |
1852626
|
1852627
|
1852628
|
1852629
|
1852630
|
1852631
|
1852632
|
1852633