Bug 2310804 - 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: 41
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:87ceddde70db9b3745436620400...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-09 08:40 UTC by Sudip Shil
Modified: 2024-10-02 08:46 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-10-02 08:46:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: dbus.log (3.90 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: lsblk_output (1.46 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: anaconda.log (28.65 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: anaconda-tb (836.94 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: nmcli_dev_list (1.52 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: program.log (13.25 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: packaging.log (6.89 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: backtrace (4.25 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: storage.log (139.02 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: description (3.41 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: journalctl (651.06 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: environ (679 bytes, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: os_info (756 bytes, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details
File: packaging.log (6.89 KB, text/plain)
2024-09-09 08:40 UTC, Sudip Shil
no flags Details

Description Sudip Shil 2024-09-09 08:40:17 UTC
Version-Release number of selected component:
anaconda-core-41.31-1.fc41.x86_64


The following was filed automatically by anaconda:
anaconda 41.31 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.13/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 474, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 261, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 552, in _run_installation
    queue.start()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/installation.py", line 83, in run
    self._run_installation(
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.13/threading.py", line 992, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/threads.py", line 280, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/threads.py", line 171, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/task.py", line 173, in finish
    thread_manager.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.13/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.13/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.13/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:
other involved packages: anaconda-gui-41.31-1.fc41.x86_64, python3-dasbus-1.7-8.fc41.noarch, python3-libs-3.13.0~rc1-2.fc41.x86_64
version:        41
kernel:         6.11.0-0.rc5.43.fc41.x86_64
addons:         com_redhat_kdump
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-41-20240908-n-0 rd.live.image quiet rhgb
release:        Fedora release 41 (Forty One)
type:           anaconda
release_type:   pre-release
reason:         pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such file or directory: 'systemd-machine-id-setup'
package:        anaconda-core-41.31-1.fc41.x86_64
product:        Fedora
hashmarkername: anaconda
executable:     /sbin/anaconda
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical

Potential duplicate: bug 2212602

Comment 1 Sudip Shil 2024-09-09 08:40:20 UTC
Created attachment 2045889 [details]
File: dbus.log

Comment 2 Sudip Shil 2024-09-09 08:40:22 UTC
Created attachment 2045890 [details]
File: lsblk_output

Comment 3 Sudip Shil 2024-09-09 08:40:25 UTC
Created attachment 2045891 [details]
File: anaconda.log

Comment 4 Sudip Shil 2024-09-09 08:40:29 UTC
Created attachment 2045892 [details]
File: anaconda-tb

Comment 5 Sudip Shil 2024-09-09 08:40:31 UTC
Created attachment 2045893 [details]
File: nmcli_dev_list

Comment 6 Sudip Shil 2024-09-09 08:40:34 UTC
Created attachment 2045894 [details]
File: program.log

Comment 7 Sudip Shil 2024-09-09 08:40:37 UTC
Created attachment 2045895 [details]
File: packaging.log

Comment 8 Sudip Shil 2024-09-09 08:40:39 UTC
Created attachment 2045896 [details]
File: backtrace

Comment 9 Sudip Shil 2024-09-09 08:40:42 UTC
Created attachment 2045897 [details]
File: storage.log

Comment 10 Sudip Shil 2024-09-09 08:40:45 UTC
Created attachment 2045898 [details]
File: description

Comment 11 Sudip Shil 2024-09-09 08:40:48 UTC
Created attachment 2045899 [details]
File: journalctl

Comment 12 Sudip Shil 2024-09-09 08:40:51 UTC
Created attachment 2045900 [details]
File: environ

Comment 13 Sudip Shil 2024-09-09 08:40:53 UTC
Created attachment 2045901 [details]
File: os_info

Comment 14 Sudip Shil 2024-09-09 08:40:55 UTC
Created attachment 2045902 [details]
File: packaging.log

Comment 15 Steve 2024-09-25 02:02:27 UTC
After creating custom disk configuration (ext4), started install from Fedora-Workstation-Live-x86_64-41_Beta-1.2.iso.


other involved packages: anaconda-gui-41.31-1.fc41.x86_64, python3-libs-3.13.0~rc1-2.fc41.x86_64, python3-dasbus-1.7-8.fc41.noarch
version:        41
kernel:         6.11.0-0.rc5.43.fc41.x86_64
addons:         com_redhat_kdump
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-41_B-1-2 rd.live.image quiet rhgb
release:        Fedora release 41 (Forty One)
release_type:   pre-release
reason:         pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] No such file or directory: 'systemd-machine-id-setup'
package:        anaconda-core-41.31-1.fc41.x86_64
product:        Fedora
hashmarkername: anaconda
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical
comment:        After creating custom disk configuration (ext4), started install from Fedora-Workstation-Live-x86_64-41_Beta-1.2.iso.

Comment 16 Steve 2024-09-25 02:10:13 UTC
After quitting and restarting anaconda, the install proceeds as expected.

Tested in a VM on an F40 host.

Comment 17 Katerina Koukiou 2024-10-02 08:46:34 UTC
This is unfortunately a known bug, closing as duplicate.

https://bugzilla.redhat.com/show_bug.cgi?id=2310804

*** 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.