FreeTAKHub-Installation icon indicating copy to clipboard operation
FreeTAKHub-Installation copied to clipboard

Zero Touch seems to messup system service

Open SCWhite opened this issue 1 year ago • 2 comments

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

SCWhite avatar Jul 20 '23 05:07 SCWhite

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

brothercorvo avatar Aug 03 '23 11:08 brothercorvo

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

phreed avatar Feb 06 '24 15:02 phreed