FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

Zero Touch seems to messup system service #100

Open SCWhite opened 11 months ago

SCWhite commented 11 months ago

HI, I'm installing FreeTakServer using Zero Touch script from

https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Ansible/ZeroTouchInstall/

I'm doing on a GCP vm, running ubuntu 22.04

the server works and most of the service is functioning as they designed (UI/webmaps/ect) my ATAK / iTAK / WinTAK device can connect to it, and I can login to nodered. but it seems to crush my system after the install. (and if I reboot the vm at this point, I'll be log out forever)

I found almost all services "dead" or being "inactive" when using

sudo systemctl

I'm able to reproduce the same thing every time on a new vm

haven't dig into it for more detail, just open an issue for what I observed. this didn't happen before FTS < 2.0

brothercorvo commented 11 months ago

we need more info, e.g. logs to investigate this

phreed commented 4 months ago

The latest version of ZTI has a --verbose option. Please provide the resulting log as an attachment to a comment in this issue.

wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --verbose

It produces a lot of output, you may capture both stdout and stderr in one of the following ways:

wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --verbose 2>&1 > zti_fts.log
wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --verbose 2> zti_fts.stderr > zti_fts.stdout