FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
36 stars 27 forks source link

non x86_64 hardware message on an actual x86_64 system. #26

Closed WaaromZoMoeilijk closed 2 years ago

WaaromZoMoeilijk commented 2 years ago

While running Zero Touch Installation:

I'm running intel Xeons on my hypervisor (Proxmox, cpu in Host mode) and it still notifies me of the system being non-intel which is not the case. Am I missing something? Seems to install the webmap anyway, not functioning though, no COT/BFT on the webmap after explicitly adding it.

We also should change non-intel to non-amd64 or non-x86_64, right?

https://github.com/FreeTAKTeam/FreeTAKHub-Installation/blob/67843287c966a377caa3accd306a0de8713c546f/roles/webmap/tasks/main.yml#L2

TASK [webmap : Skipping webmap install due to non-intel platform] ****************************************
ok: [localhost] => {
    "msg": "non-intel, skipping webmap install"
}

TASK [webmap : Include Ubuntu-specific variables] ********************************************************
ok: [localhost]

TASK [webmap : Setup] ************************************************************************************
included: /home/user/FreeTAKHub-Installation/roles/webmap/tasks/setup-Ubuntu.yml for localhost

TASK [webmap : Install unzip] ****************************************************************************
changed: [localhost]

TASK [webmap : Get webmap release information with GitHub API] *******************************************
ok: [localhost]

TASK [webmap : Set facts from GitHub API release information] ********************************************
ok: [localhost]

TASK [webmap : Download webmap] **************************************************************************
changed: [localhost]

TASK [webmap : Unarchive webmap.zip to /tmp] *************************************************************
changed: [localhost]

TASK [webmap : Rename FTH-webmap-linux-0.2.5 to FTH-webmap-linux] ****************************************
changed: [localhost]

TASK [webmap : Copy FTH-webmap-linux to /usr/local/bin/FTH-webmap-linux] *********************************
changed: [localhost]

TASK [webmap : Configure webmap for Ubuntu] **************************************************************
included: /home/user/FreeTAKHub-Installation/roles/webmap/tasks/configure-Ubuntu.yml for localhost

TASK [webmap : Template config file] *********************************************************************
changed: [localhost]

TASK [webmap : Template unit file] ***********************************************************************
changed: [localhost]

TASK [webmap : Kill any currently running processes] *****************************************************
included: /home/user/FreeTAKHub-Installation/roles/webmap/tasks/../../common/tasks/kill.yml for localhost

TASK [webmap : Get running processes] ********************************************************************
changed: [localhost]

TASK [webmap : Kill running processes] *******************************************************************

TASK [webmap : wait_for] *********************************************************************************

TASK [webmap : Force kill stuck processes] ***************************************************************

TASK [webmap : Enable and set service] *******************************************************************
included: /home/user/FreeTAKHub-Installation/roles/webmap/tasks/../../common/tasks/service.yml for localhost

TASK [webmap : Enable service] ***************************************************************************
changed: [localhost]

TASK [webmap : Set service state] ************************************************************************
changed: [localhost]
jonaugustine commented 2 years ago

I'll implement a "force" arg in the script