[GH-ISSUE #1] Issue on latest OPNSense 20.7 #1

Closed
opened 2026-02-27 10:17:04 +03:00 by kerem · 1 comment
Owner

Originally created by @unhappytroll on GitHub (Sep 11, 2020).
Original GitHub issue: https://github.com/meliton/KMS-on-pfSense/issues/1

Log:

================================================================

> ----------------------------------------------
> |      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.

Originally created by @unhappytroll on GitHub (Sep 11, 2020). Original GitHub issue: https://github.com/meliton/KMS-on-pfSense/issues/1 Log: ``` ================================================================ > ---------------------------------------------- > | 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.
kerem closed this issue 2026-02-27 10:17:05 +03:00
Author
Owner

@meliton commented on GitHub (Sep 11, 2020):

Thanks @unhappytroll for info. I updated the installer to include checks for 11.xx and 12.xx. Keep on KMS'ing

<!-- gh-comment-id:691353331 --> @meliton commented on GitHub (Sep 11, 2020): Thanks @unhappytroll for info. I updated the installer to include checks for 11.xx and 12.xx. Keep on KMS'ing
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/KMS-on-pfSense-meliton#1
No description provided.