(11-21-2018, 06:58 AM)BackWoodsTech Wrote: I've been having a very similar problem. Running OMV 4.X. the reboot hangs whether SSH or logged in locally. So I have to fully power down. I cringe when I have to do this.
Seems I got it solved.
first remove the reboot program that came with the distro
Code:
which reboot | sudo rm
then try
Code:
sudo systemctl reboot
if that works for you like me then I suggest just making an alias in your .bash_aliases. That will give you a `reboot` command that works
Code:
alias reboot='sudo systemctl reboot'
I put a monitor on the nas box and rebooted via ssh and now I don't see any hang on reboot
still not 100% trusting to reboot from off site via ssh but at least it doesn't seem to hang anymore.