Hallo zusammen,
ich möchte ein neues System mit Nvidia GPU GT 1030 auf Basis Ubuntu-24.04.3 Server aufsetzen.
Ich bekomme aber leider immer den gleichen Fehler Datei oder Verzeichnis nicht gefunden: 'edid-decode'
Code
TASK [yavdr-xorg : detect xorg configuration] ************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'edid-decode'
fatal: [localhost]: FAILED! => {
"changed": false,
"rc": 1
}
MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDERR:
Traceback (most recent call last):
File "/root/.ansible/tmp/ansible-tmp-1764143381.3785896-35024-186992330202247/AnsiballZ_xrandr_facts.py", line 107, in <module>
_ansiballz_main()
File "/root/.ansible/tmp/ansible-tmp-1764143381.3785896-35024-186992330202247/AnsiballZ_xrandr_facts.py", line 99, in _ansiballz_main
invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
File "/root/.ansible/tmp/ansible-tmp-1764143381.3785896-35024-186992330202247/AnsiballZ_xrandr_facts.py", line 47, in invoke_module
runpy.run_module(mod_name='ansible.modules.xrandr_facts', init_globals=dict(_module_fqn='ansible.modules.xrandr_facts', _modlib_path=modlib_path),
File "<frozen runpy>", line 226, in run_module
File "<frozen runpy>", line 98, in _run_module_code
File "<frozen runpy>", line 88, in _run_code
File "/tmp/ansible_xrandr_facts_payload_is8946cc/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 434, in <module>
File "/tmp/ansible_xrandr_facts_payload_is8946cc/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 404, in output_data
File "/tmp/ansible_xrandr_facts_payload_is8946cc/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 233, in parse_edid_data
File "/usr/lib/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'edid-decode'
Display More
In host_vars/localhost habe ich
Code
branch: noble
ppa_owner: 'ppa:seahawk1986-hotmail'
repositories:
- '{{ ppa_owner }}/{{branch}}-main'
- '{{ ppa_owner }}/vdr-2.7.3'
In group_vars/all habe ich nur "kodi_as_flatpak = True" und "channellogo_languages:" mit "- de" auskommentiert.
Wo könnte das Problem liegen?
Viele Grüße
Frank