Closed iosonosempreio closed 4 years ago
Tcat installation fails with this warning message:
[...] Configuring MySQL server for TCAT (authentication) ... tcat-install-linux.sh: account details saved: /etc/mysql/conf.d/tcat-root.cnf tcat-install-linux.sh: account details saved: /etc/mysql/conf.d/tcat-tcatdbuser.cnf Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. sed: -e expression #1, char 33: unknown option to `s' tcat-install-linux.sh: command failed: install aborted
If I try to run again the installation with sudo ./tcat-install-linux.sh I get this message:
sudo ./tcat-install-linux.sh
tcat-install-linux.sh: cannot install: TCAT already installed: /var/www/dmi-tcat
Our server runs:
10.1.44-MariaDB-0ubuntu0.18.04.1 Ubuntu 18.04
How can we solve this? Thanks in advance for your help!
you can simply remove the tcat directory with sudo rm -rf /var/www/dmi-tcat and run it again
sudo rm -rf /var/www/dmi-tcat
Tcat installation fails with this warning message:
If I try to run again the installation with
sudo ./tcat-install-linux.sh
I get this message:Our server runs:
How can we solve this? Thanks in advance for your help!