Closed thagorastos closed 4 years ago
You must setup everything after running the install script. It needs to convert the networking to netplan and it cannot accommodate everything someone may setup.
Ok, but if the installation process renders my setup unbootable maybe there is an issue with the installation process itself concerning netplan. Maybe something like this for my specific case?
That probably happened because OMV doesn't understand a vpn network yet the installation script added. Yes, I could filter out the vpn network but I would have to know all names of all vpn network adapters. This is a bad idea and if the script is run before the vpn is setup, there is no problem.
Indeed, I restarted my setup from scratch and installed OMV before OpenVPN. It does work. Maybe an additional check in the installation script to warn you if you have multiple tun* virtual interfaces would be nice.
Thank you for your help.
I changed the script to skip a few different virtual NICs. Not sure if this would fix the issue you had but there is no reason to process them - https://github.com/OpenMediaVault-Plugin-Developers/installScript/commit/dae40a18bfbd85c0557780941728bc4251288d19
After setting up a fresh installation of Raspbian Buster and having installed PiVPN, I launched the installation script for OpenMediaVault. After a while I got this:
Just after that, my ssh connection was closed (crashed?) and that was the last I saw from my raspberry. It couldn't even reboot any more. This probably means that you may need an extra check for this error, correct?