Not sure if omv-firstaid or omv-salt stage run deploy is a better way to go about fixing/diagnosing this. It would also be helpfull to know what the relationship of omv-firstaid options and omv-salt commands is...
I have attached the output of
Code
omv-salt stage run deploy > broken.txt
Fetched 114 kB in 1s (104 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
philipb@bs3:~$ sudo omv-salt stage run deploy >broken.txt
[sudo] password for philipb:
[ERROR ] Command 'blkid' failed with return code: 2
[ERROR ] retcode: 2
[ERROR ] Command 'blkid' failed with return code: 2
[ERROR ] output:
[ERROR ] Service nut-server is already enabled, and is dead
[ERROR ] Command '/usr/bin/systemd-run' failed with return code: 1
[ERROR ] stderr: Running scope as unit: run-r27fa8f7a19554e349045103deb48e085.scope
Job for php8.2-fpm.service failed because the control process exited with error code.
See "systemctl status php8.2-fpm.service" and "journalctl -xeu php8.2-fpm.service" for details.
[ERROR ] retcode: 1
[ERROR ] Job for php8.2-fpm.service failed because the control process exited with error code.
See "systemctl status php8.2-fpm.service" and "journalctl -xeu php8.2-fpm.service" for details.
[ERROR ] {'out': 'highstate', 'ret': {'debian': {'file_|-configure_apt_sources_list_openmediavault_|-/etc/apt/sources.list.d/openmediavault.list_|-managed': {'changes': {}, 'comment': 'File /etc/apt/sources.list.d/openmediavault.list is in the correct state', 'name': '/etc/apt/sources.list.d/openmediavault.list', 'result': True, '__sls__': 'omv.deploy.apt.10default', '__run_num__': 0, 'start_time': '11:21:16.799260', 'duration': 72.386, '__id__': 'configure_apt_sources_list_openmediavault'}, 'file_|-remove_apt_proxy_|-/etc/apt/apt.conf.d/99openmediavault-proxy_|-absent': {'name': '/etc/apt/apt.conf.d/99openmediavault-proxy', 'changes': {}, 'result': True, 'comment': 'File /etc/apt/apt.conf.d/99openmediavault-proxy is not present', '__sls__': 'omv.deploy.apt.10default', '__run_num__': 1, 'start_time': '11:21:16.871722', 'duration': 0.334, '__id__': 'remove_apt_proxy'}, 'file_|-configure_apt_pref_kernel_backports_|-/etc/apt/preferences.d/openmediavault-kernel-backports.pref_|-managed': {'changes': {}, 'comment': 'File /etc/apt/preferences.d/openmediavault-kernel-backports.pref is in the correct state', 'name': '/etc/apt/preferences.d/openmediavault-kernel-backports.pref', 'result': True, '__sls__': 'omv.deploy.apt.10default', '__run_num__': 2, 'start_time': '11:21:16.872112', 'duration': 63.04, '__id__': 'configure_apt_pref_kernel_backports'}, 'file_|-configure_apt_sources_list_kernel_backports_|-/etc/apt/sources.list.d/openmediavault-kernel-backports.list_|-managed': {'changes': {}, 'comment': 'File /etc/apt/sources.list.d/openmediavault-kernel-backports.list is in the correct state', 'name': '/etc/apt/sources.list.d/openmediavault-kernel-backports.list', 'result': True, '__sls__': 'omv.deploy.apt.10default', '__run_num__': 3, 'start_time': '11:21:16.935224', 'duration': 63.687, '__id__': 'configure_apt_sources_list_kernel_backports'}, 'file_|-remove_apt_sources_list_omv_security_obsolete_|-/etc/apt/sources.list.d/openmediavault-debian-security.list_|-absent': {'name': '/etc/apt/sources.list.d/openmediavault-debian-security.list', 'changes': {}, 'result': True, 'comment': 'File /etc/apt/sources.list.d/openmediavault-debian-security.list is not present', '__sls__': 'omv.deploy.apt.10default', '__run_num__': 4, 'start_time': '11:21:16.999006', 'duration': 0.342, '__id__': 'remove_apt_sources_list_omv_security_obsolete'}, 'file_|-remove_apt_sources_list_security_0_|-/etc/apt/sources.list.d/openmediavault-os-security.list_|-line': {'name': '/etc/apt/sources.list.d/openmediavault-os-security.list', 'changes': {'diff': '--- \n+++ \n@@ -1,2 +1 @@\n-deb [signed-by=/usr/share/keyri
Many more lines...
Display More