Gerard Hickey
Gerard Hickey
Pretty much you are on target here. Since these items are not directly related to this issue, we should probably move the conversation over to another issue. I will go...
Agreed. Earlier this week I digging through the code and doing some research on `SecretKey`. I did find reference to it being used by the Flask framework (I have done...
Ah! OK, this now make sense to me. The Docker container is being built with an old copy of `FTSConfig.yaml`. That file does not have a `System:` section so https://github.com/FreeTAKTeam/FreeTakServer/blob/29e3e48fa49972dd021218a6d44d5750c47e8c76/FreeTAKServer/controllers/configuration/MainConfig.py#L133...
Because some devices are portable and are not always on the same network. So when they are not on the internal network they will not be able to sync. I...
For anyone following this PR, I have produced a Docker container for `taskd`. This work was done due to the shutdown of Freecinc and I figured that there would be...
Sure, I certainly don't know the full history of Hanlon and its lineage. I can appreciate that the way things were written were due to the facilities of the day....
I also meant to mention that I have been testing this code base on multiple bare metal and VMs to resolve differences between different hardware platforms. At this point I...
As far as I can tell all the existing fact names are the same. I did not want to disturb existing installations with changing fact names and cause all sorts...
BTW, I also have been using RancherOS 0.4.3 for testing on the following platforms: - HP DC7900 - Supermicro chassis with 4 blades - ESXi 5.0.0
No need to post the lshw output, I am finding the same issue on one of my test platforms. The inner loop exception processing handles this issue. I will add...