================================================================
> ----------------------------------------------
> | Hello, this is OPNsense 20.7 | @@@@@@@@@@@@@@@
> ----------------------------------------------
> admin@OPNsense:~ % sudo curl -L meliton.github.io/kms2pfsense.sh | sudo sh
> Password:
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 100 3276 100 3276 0 0 10049 0 --:--:-- --:--:-- --:--:-- 10080
>
> ======= CHECKING for compatible device
> PASSED - Running on FreeBSD
> PASSED - Hardware platform is amd64
> FAILED - Wrong OS version. Not at least 11.xx
==================================================================
Current OPNsense using FreeBSD 12.x, I believe you are just checking for 11.x, but not for any higher number in
# check for OS version 11.xx or higher
case "$(uname -r 2>/dev/null | grep -c "11." )" in
Current workaround is to create a local file and change 11 to 12, ofc, vlmcsd working just fine, no need to recompile it.
Log:
Current OPNsense using FreeBSD 12.x, I believe you are just checking for 11.x, but not for any higher number in
Current workaround is to create a local file and change 11 to 12, ofc, vlmcsd working just fine, no need to recompile it.