Bug 2192134 - pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such file or directory: 'systemd-machine-id-setup'
Summary: pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such fil...
Keywords:
Status: CLOSED DUPLICATE of bug 1963778
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:eac09456884f64b3e0392ccb85f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-04-29 21:01 UTC by Michael Schwendt
Modified: 2023-05-30 13:40 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-05-30 13:40:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (2.87 MB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: backtrace (3.42 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: os_info (734 bytes, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: environ (620 bytes, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: journalctl (1.55 MB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: description (3.40 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: storage.log (580.50 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: program.log (42.64 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: nmcli_dev_list (1.64 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: lvm.log (673.67 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: anaconda.log (43.35 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: lsblk_output (4.69 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details
File: dbus.log (3.59 KB, text/plain)
2023-04-29 21:01 UTC, Michael Schwendt
no flags Details

Description Michael Schwendt 2023-04-29 21:01:05 UTC
Version-Release number of selected component:
anaconda-core-38.23.4-2.fc38.x86_64


The following was filed automatically by anaconda:
anaconda 38.23.4 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 439, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 246, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 515, in _run_installation
    queue.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 80, in run
    self._run_installation(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish
    threadMgr.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such file or directory: 'systemd-machine-id-setup'

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical
executable:     /sbin/anaconda
hashmarkername: anaconda
product:        Fedora
package:        anaconda-core-38.23.4-2.fc38.x86_64
reason:         pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such file or directory: 'systemd-machine-id-setup'
type:           anaconda
release:        Fedora release 38 (Thirty Eight)
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-38-1-6 rd.live.image quiet rhgb
addons:         com_redhat_kdump
kernel:         6.2.9-300.fc38.x86_64
version:        38
other involved packages: python3-dasbus-1.7-2.fc38.noarch, anaconda-gui-38.23.4-2.fc38.x86_64, python3-libs-3.11.2-1.fc38.x86_64

Comment 1 Michael Schwendt 2023-04-29 21:01:13 UTC
Created attachment 1961029 [details]
File: anaconda-tb

Comment 2 Michael Schwendt 2023-04-29 21:01:14 UTC
Created attachment 1961030 [details]
File: backtrace

Comment 3 Michael Schwendt 2023-04-29 21:01:16 UTC
Created attachment 1961031 [details]
File: os_info

Comment 4 Michael Schwendt 2023-04-29 21:01:17 UTC
Created attachment 1961032 [details]
File: environ

Comment 5 Michael Schwendt 2023-04-29 21:01:22 UTC
Created attachment 1961033 [details]
File: journalctl

Comment 6 Michael Schwendt 2023-04-29 21:01:23 UTC
Created attachment 1961034 [details]
File: description

Comment 7 Michael Schwendt 2023-04-29 21:01:26 UTC
Created attachment 1961035 [details]
File: storage.log

Comment 8 Michael Schwendt 2023-04-29 21:01:27 UTC
Created attachment 1961036 [details]
File: program.log

Comment 9 Michael Schwendt 2023-04-29 21:01:28 UTC
Created attachment 1961037 [details]
File: nmcli_dev_list

Comment 10 Michael Schwendt 2023-04-29 21:01:31 UTC
Created attachment 1961038 [details]
File: lvm.log

Comment 11 Michael Schwendt 2023-04-29 21:01:33 UTC
Created attachment 1961039 [details]
File: anaconda.log

Comment 12 Michael Schwendt 2023-04-29 21:01:34 UTC
Created attachment 1961040 [details]
File: lsblk_output

Comment 13 Michael Schwendt 2023-04-29 21:01:35 UTC
Created attachment 1961041 [details]
File: dbus.log

Comment 14 Jiri Konecny 2023-05-30 13:40:19 UTC

*** This bug has been marked as a duplicate of bug 1963778 ***


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