Helloall,
since my Update this morning my openmediavault is no longer accessible. The last update of Openmediavault16 I have done 2 weeks ago went without a problem.
After the update, my Docker services were still available but I could no longer access my hard drives via SMB and the GUI was also no longer available.
So I thought maybe this is a runtime error and I just need to reboot.
After each reboot, all LAN interfaces and my WLAN are disabled, even if I enable them with
ip link set enp2s0 up
since omv-firstaid only gives me the answer: Command not found
I searched in the web and there was the hint to use this command:
apt-get install --reinstall openmediavault
wich ends in this output:
The following packages have unfulfilled dependencies:
libnss-resolve : Depends on: systemd (= 247.3-7+deb11u2) but 252.5-2~bpo11+1 should be installed
then i checked with systemd --version the Version an i have the Version (252.5-2~bpo11+1)
apt-get install --reinstall systemd also dind't change anything.
Maybe this is also interresting:
dpkg -l | grep openmediavault
rc openmediavault 6.3.10-2 all openmediavault - The open network attached storage solution
rc openmediavault-backup 6.1 all backup plugin for OpenMediaVault.
rc openmediavault-clamav 6.0.3-1 all openmediavault ClamAV plugin
rc openmediavault-downloader 6.0.3 all OpenMediaVault downloader plugin
rc openmediavault-filebrowser 6.0.4-1 all openmediavault File Browser plugin
ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive
rc openmediavault-omvextrasorg 6.1.1 all OMV-Extras.org Package Repositories for OpenMediaVault
rc openmediavault-photoprism 6.0.7-1 all openmediavault PhotoPrism plugin
rc openmediavault-resetperms 6.0.2 all Reset Permissions
rc openmediavault-sharerootfs 6.0.2-1 all openmediavault share root filesystem plugin
rc openmediavault-wol 6.1.3 all OpenMediaVault WOL plugin
Display More
When i use apt-get update and apt-get upgrade then thei is nothing to update.
Thanks for your help.