Search results | Page 2 | FWCloud Forum

Search results

  1. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    That worked! Thank you. The default version of mariadb for CentOS 7 is that old version I had before. mariadb101u is also available in the centos7-base repos at this time, and that seems to have worked. I'll include the output below so you can check for Cent7 in your script and maybe specify...
  2. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    These are the mariadb packages installed on the machine mariadb.x86_64 1:5.5.68-1.el7 mariadb-libs.x86_64 1:5.5.68-1.el7 mariadb-server.x86_64 1:5.5.68-1.el7 root@mysystem ~ $ mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your...
  3. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    root@mysystem ~ $ su - fwcloud -c "cd \"/opt/fwcloud/api\"; node fwcli migration:run" Starting compilation...[not required] 2021-04-23 10:53:54|ERROR|[FAILED QUERY]: CREATE TABLE `ca` (`id` int NOT NULL AUTO_INCREMENT, `fwcloud` int NOT NULL, `cn` varchar(255) NOT NULL, `days` int(11) UNSIGNED...
  4. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    Thank you for your quick response! I ran these commands and got the same result. MariaDB [(none)]> drop database fwcloud; Query OK, 1 row affected (0.00 sec) rm -rf /opt/fwcloud/ curl -k -s https://raw.githubusercontent.com/soltecsis/fwcloud-installer/main/fwcloud-installer.sh -o...
  5. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    I did some more digging. This is failing on line 831 of the installation script: echo -e "\e[32m\e[1m(*) Creating database schema and initial data.\e[21m\e[0m" cd "${REPODIR}/api" echo -n "Database schema ... " su - fwcloud -c "cd \"$REPODIR/api\"; node fwcli migration:run" >/dev/null...
  6. P

    [SOLVED] Installation Script Failing with "Installation canceled!"

    Hello! I'm trying to install FWCloud via the script on a CentOS 7 machine, but it keeps failing without providing useful error messages. Do you have any suggestions? Are there log files anywhere? I've verified that the fwcloud user can use mysql: [fwcloud@mysystem~]$ mysql -u root Welcome to...
Top