FOG installer fails when checking on mysql-client package; it is not needed since we use external database server
-
When running ./installfog.sh I see the following error message (following "Checking package…):
- Checking package: mariadb-server…OK
- Checking package: mysql-client…Failed!
!!!
!! The installer was not able to run all the way to the end as !!
!! something has caused it to fail. The following few lines are !!
!! from the error log file which might help us figure out what’s !!
!! wrong. Please add this information when reporting an error. !!
!! As well you might want to take a look at the full error log !!
!! in /data/fogproject/FOGProject-fogproject-49456fa/bin/error_logs/fog_error_1.5.10.1660.log !!
!!!ii libc6:amd64 2.39-0ubuntu8.4 amd64 GNU C Library: Shared libraries
ii libcurl4t64:amd64 8.5.0-2ubuntu10.6 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii m4 1.4.19-4build1 amd64 macro processing language
ii mariadb-server 1:10.11.11-0ubuntu0.24.04.2 amd64 MariaDB database server binaries
dpkg-query: no packages found matching mysql-clientWe are using an external database server so we don’t need this step. At the moment we can work with the current installation, but it has not gone far enough to install scheduler and multicast services. How could I by pass the database server installation/configuration?
Our current system information:
FOG server (current WebUI): 1.5.10.1639
FOG server: Ubuntu 24.04.2 LTSThe above stable release installer: 1.5.10.1660
Thank you.