Advertisement
TrapeNoOne

fedora-40-workstation-installer-won't-start

May 7th, 2024
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.81 KB | None | 0 0
  1. liveuser@localhost-live:~$ sudo liveinst
  2. Traceback (most recent call last):
  3.   File "/usr/bin/anaconda-cleanup", line 82, in <module>
  4.     devicetree.populate(cleanup_only=True)
  5.   File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 53, in run_with_lock
  6.     return m(*args, **kwargs)
  7.            ^^^^^^^^^^^^^^^^^^
  8.   File "/usr/lib/python3.12/site-packages/blivet/populator/populator.py", line 446, in populate
  9.     self._populate()
  10.   File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 53, in run_with_lock
  11.     return m(*args, **kwargs)
  12.            ^^^^^^^^^^^^^^^^^^
  13.   File "/usr/lib/python3.12/site-packages/blivet/populator/populator.py", line 471, in _populate
  14.     new_devices = udev.get_devices()
  15.                   ^^^^^^^^^^^^^^^^^^
  16.   File "/usr/lib/python3.12/site-packages/blivet/udev.py", line 105, in get_devices
  17.     dev = device_to_dict(device)
  18.           ^^^^^^^^^^^^^^^^^^^^^^
  19.   File "/usr/lib/python3.12/site-packages/blivet/udev.py", line 77, in device_to_dict
  20.     result = dict(device.properties)
  21.              ^^^^^^^^^^^^^^^^^^^^^^^
  22.   File "/usr/lib/python3.12/site-packages/pyudev/device/_device.py", line 1101, in __getitem__
  23.     return ensure_unicode_string(value)
  24.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25.   File "/usr/lib/python3.12/site-packages/pyudev/_util.py", line 56, in ensure_unicode_string
  26.     value = value.decode(sys.getfilesystemencoding())
  27.             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe5 in position 0: unexpected end of data
  29. Starting installer, one moment...
  30. anaconda 40.22.3-1.fc40 for Fedora 40 started.
  31. * installation log files are stored in /tmp during the installation
  32. * shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
  33. * when reporting a bug add logs from /tmp as separate text/plain attachments
  34. Traceback (most recent call last):
  35.  File "/sbin/anaconda", line 348, in <module>
  36.    startup_utils.live_startup()
  37.  File "/usr/lib64/python3.12/site-packages/pyanaconda/startup_utils.py", line 360, in live_startup
  38.    inhibit_screensaver()
  39.  File "/usr/lib64/python3.12/site-packages/pyanaconda/screensaver.py", line 96, in inhibit_screensaver
  40.    inhibit_id = session_proxy.Inhibit("anaconda", "Installing")
  41.                 ^^^^^^^^^^^^^^^^^^^^^
  42.  File "/usr/lib/python3.12/site-packages/dasbus/client/proxy.py", line 161, in __getattr__
  43.    member = self._get_member(self._get_interface(name), name)
  44.                              ^^^^^^^^^^^^^^^^^^^^^^^^^
  45.  File "/usr/lib/python3.12/site-packages/dasbus/client/proxy.py", line 211, in _get_interface
  46.    self._handler.specification.members
  47.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 212, in specification
  49.    self._specification = self._get_specification()
  50.                          ^^^^^^^^^^^^^^^^^^^^^^^^^
  51.  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 332, in _get_specification
  52.    xml = self._call_method(
  53.          ^^^^^^^^^^^^^^^^^^
  54.  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 435, in _call_method
  55.    self._message_bus.connection,
  56.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  57.  File "/usr/lib/python3.12/site-packages/dasbus/connection.py", line 169, in connection
  58.    self._connection = self._get_connection()
  59.                       ^^^^^^^^^^^^^^^^^^^^^^
  60.  File "/usr/lib/python3.12/site-packages/dasbus/connection.py", line 336, in _get_connection
  61.    return self._provider.get_session_bus_connection()
  62.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63.  File "/usr/lib/python3.12/site-packages/dasbus/connection.py", line 67, in get_session_bus_connection
  64.    return Gio.bus_get_sync(
  65.           ^^^^^^^^^^^^^^^^^
  66. gi.repository.GLib.GError: g-io-error-quark: Could not connect: No such file or directory (1)
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement