Hello Everyone,
First of all, a big appreciation and thanks to those who spend their free time to create and develop OMV!!
After the last update, I'm not able to reach the WebGUI and Nextcloud. But SSH is working. Therefore I checked the forum for similar problems and solutions, but I wasn't successful. I tried a few things.
And
Display All
Did I destroy somehow the openmediavault-engine?
Maybe this is also of help
I use OMV mainly as a Nextcloud platform and I would be grateful for some help.
ToKind
First of all, a big appreciation and thanks to those who spend their free time to create and develop OMV!!


After the last update, I'm not able to reach the WebGUI and Nextcloud. But SSH is working. Therefore I checked the forum for similar problems and solutions, but I wasn't successful. I tried a few things.
apt-get clean
apt-get update
apt-get upgarde
service nginx status
And
service openmediavault-engined status
...which had a warningSource Code
- root@openmediavault:~# service openmediavault-engined status
- ● openmediavault-engined.service
- Loaded: masked (/dev/null)
- Active: inactive (dead)
- Warning: Unit file changed on disk, 'systemctl daemon-reload' recommended.
- root@openmediavault:~# systemctl daemon-reload
- root@openmediavault:~# service openmediavault-engined status
- ● openmediavault-engined.service
- Loaded: masked (/dev/null)
- Active: inactive (dead)
- root@openmediavault:~# service openmediavault-engined start
- Failed to start openmediavault-engined.service: Unit openmediavault-engined.serv ice is masked.
- root@openmediavault:~# sudo systemctl unmask openmediavault-engined.service
- Removed symlink /etc/systemd/system/openmediavault-engined.service.
- root@openmediavault:~# service openmediavault-engined start
- Failed to start openmediavault-engined.service: Unit openmediavault-engined.serv ice failed to load: No such file or directory.
- root@openmediavault:~# service openmediavault-engined status
- ● openmediavault-engined.service
- Loaded: not-found (Reason: No such file or directory)
- Active: inactive (dead)
Maybe this is also of help
dpkg -l | grep openmediavault
Source Code
- root@openmediavault:~# dpkg -l | grep openmediavault
- rc openmediavault 3.0.88 all Open network attached storage solution
- rc openmediavault-autoshutdown 3.1.4 all OpenMediaVault AutoShutdown Plugin
- rc openmediavault-backup 3.6 all backup plugin for OpenMediaVault.
- ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive
- rc openmediavault-letsencrypt 3.2 all Generate free and valid SSL certificates for OMV
- rc openmediavault-mysql 3.0.4 all MySQL plugin for OpenMediaVault.
- rc openmediavault-nginx 3.0.11 all Nginx plugin for OpenMediaVault.
- rc openmediavault-omvextrasorg 3.4.26 all OMV-Extras.org Package Repositories for OpenMediaVault
- rc openmediavault-wakealarm 3.2 all wakealarm plugin for OpenMediaVault.
I use OMV mainly as a Nextcloud platform and I would be grateful for some help.
ToKind