Bug 2102960
| Summary: | dasbus.error.DBusError: 'NoneType' object has no attribute 'getPartitionByPath' | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vlad.sheremetiev | ||||||||||||||||||||||
| Component: | python-blivet | Assignee: | Vojtech Trefny <vtrefny> | ||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 36 | CC: | anaconda-maint-list, blivet-maint-list, dlehman, japokorn, jonathan, kellin, mkolman, rvykydal, vanmeeuwen+fedora, vponcova, vtrefny, w | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:7029a0401310f4786b41d4feb716dc4cd36d93272d7922e4106f33adf49eedb4;VARIANT_ID=workstation; | ||||||||||||||||||||||||
| Fixed In Version: | python-blivet-3.7.1-1.fc38 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2023-03-23 00:16:21 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
Created attachment 1893819 [details]
File: anaconda-tb
Created attachment 1893820 [details]
File: anaconda.log
Created attachment 1893821 [details]
File: dbus.log
Created attachment 1893822 [details]
File: environ
Created attachment 1893823 [details]
File: journalctl
Created attachment 1893824 [details]
File: lsblk_output
Created attachment 1893825 [details]
File: nmcli_dev_list
Created attachment 1893826 [details]
File: os_info
Created attachment 1893827 [details]
File: program.log
Created attachment 1893828 [details]
File: storage.log
From storage.log:
INFO:anaconda.threading:Thread Failed: AnaTaskThread-CreateStorageLayoutTask-1 (139764946695744)
ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-CreateStorageLayoutTask-1 has failed: Traceback (most recent call last):
File "/usr/lib64/python3.10/site-packages/pyanaconda/threading.py", line 275, in run
threading.Thread.run(self)
File "/usr/lib64/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
self._task_run_callback()
File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
self._set_result(self.run())
File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/installation.py", line 82, in run
self._turn_on_filesystems(
File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/installation.py", line 162, in _turn_on_filesystems
storage.do_it(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/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 356, in process
self._post_process(devices=devices)
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/actionlist.py", line 280, in _post_process
partition.parted_partition = pdisk.getPartitionByPath(partition.path)
AttributeError: 'NoneType' object has no attribute 'getPartitionByPath'
It seems to be an issue in the storage configuration library. Reassigning to blivet.
upstream PR: https://github.com/storaged-project/blivet/pull/1103 FEDORA-2023-68dff90c05 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-68dff90c05 FEDORA-2023-68dff90c05 has been pushed to the Fedora 38 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-68dff90c05 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-68dff90c05 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: While installing - on Samsung SSD 850 120gb - via flash drive Kingston DataTraveler 100 G3 64gb - with ISO downloaded from official site (Fedora Workstation 36) - created with Etcher - on system: Ryzen 5 1600, Gigabyte b450M H Getting this this error. How can i handle this? Version-Release number of selected component: anaconda-core-36.16.5-1.fc36.x86_64 The following was filed automatically by anaconda: anaconda 36.16.5 exception report Traceback (most recent call first): File "/usr/lib/python3.10/site-packages/dasbus/client/handler.py", line 497, in _handle_method_error raise exception from None File "/usr/lib/python3.10/site-packages/dasbus/client/handler.py", line 477, in _get_method_reply return self._handle_method_error(error) File "/usr/lib/python3.10/site-packages/dasbus/client/handler.py", line 444, in _call_method return self._get_method_reply( File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/__init__.py", line 44, in sync_run_task task_proxy.Finish() File "/usr/lib64/python3.10/site-packages/pyanaconda/installation_tasks.py", line 527, in run_task sync_run_task(self._task_proxy) File "/usr/lib64/python3.10/site-packages/pyanaconda/installation_tasks.py", line 496, in start self.run_task() File "/usr/lib64/python3.10/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.10/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.10/site-packages/pyanaconda/installation_tasks.py", line 311, in start item.start() File "/usr/lib64/python3.10/site-packages/pyanaconda/installation.py", line 400, in run_installation queue.start() File "/usr/lib64/python3.10/threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.10/site-packages/pyanaconda/threading.py", line 275, in run threading.Thread.run(self) dasbus.error.DBusError: 'NoneType' object has no attribute 'getPartitionByPath' Additional info: addons: com_redhat_kdump cmdline: /usr/bin/python3 /sbin/anaconda --liveinst --graphical cmdline_file: BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-WS-Live-36-1-5 rd.live.image rd.live.check quiet dnf.librepo.log: executable: /sbin/anaconda hashmarkername: anaconda kernel: 5.17.5-300.fc36.x86_64 other involved packages: python3-dasbus-1.6-4.fc36.noarch, python3-libs-3.10.4-1.fc36.x86_64 product: Fedora release: Fedora release 36 (Thirty Six) type: anaconda version: 36