You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now it always throws this error on "./linux-mac-start-here.sh"
Creating Certificates
Please set the following variables before running this script: STATE, CITY, ORGANIZATIONAL_UNIT. \n
The following environment variables can also be set to further secure and customize your certificates: ORGANIZATION, ORGANIZATIONAL_UNIT, CAPASS, and PASS.
2737: 1 24 tak.server.plugins.messaging.PluginMessenger
New User Added:
and also this one:
mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package’: No such file or directory
mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package/certs’: No such file or directory
mkdir: cannot create directory ‘/opt/tak/certs/files/mission_package/manifest’: No such file or directory
cp: cannot stat '/opt/tak/certs/files/truststore-intermediate.p12': No such file or directory
The text was updated successfully, but these errors were encountered:
woutersf
changed the title
Sytarting tak server (via docker) failes on multiple points.
Starting tak server (via docker) failes on multiple points.
Sep 13, 2023
woutersf
changed the title
Starting tak server (via docker) failes on multiple points.
Starting tak server (via docker) erros on multiple points.
Sep 13, 2023
I had to modifye the docker files because there was a hash sum mismatch.
This has nothing to do with TAKserver.
installing postgis3 failed:
#RUN apt install -y postgresql-15-postgis-3
SO I needed to replace that with
Which in the end succeeded.
now it always throws this error on "./linux-mac-start-here.sh"
and also this one:
The text was updated successfully, but these errors were encountered: