Recently I upgraded from OMV 5.x to 6.x. Since then, when there are updates available and I apply them, it looks like OVM is unresponsive. I cannot login, though the login page is accessible. All SMB shares are not accessible. Also, I can login with SSH, but I get the following messages:
login as: root
root@10.67.154.127's password:
-bash: /etc/bash.bashrc: Input/output error
-bash: /root/.bashrc: Input/output error
-bash: /usr/bin/mesg: Input/output error
-bash-5.1#
I cannot execute even a "reboot" from the command line:
-bash-5.1# reboot
Failed to open initctl fifo: No such device or address
Failed to talk to init daemon.
The only thing I have found is to run the command "systemctl --force --force reboot", and I get his
-bash-5.1# systemctl --force --force reboot
Rebooting.
And the system looks like it is stuck there. Nothing happens. I have to switch it off manually, and turn it on again, in order to work properly.
Do you have any idea what the problem might be?