Database unavailable
-
Hi Guys,
This morning when I tried to login to the interface of the fog server i got the message “Database connection unavailable”
Even when I try to go on to the ubuntu server it is very slow.Can anyone help me with this problem?
-
@JulianC Maybe Ubuntu unattended updates going on?
See if the database is up and running:
sudo systemctl status mariadb
As well take a look at the file
/var/www/html/fog/lib/fog/config.class.php
to get the database credentials. Then try to login to the DB using those on the command line:mysql -u fogmaster -p
As well
-
@sebastian-roth Hi I had to reset the FOG as it was too full to even start the DB services. Soo now i reconfigured the fog server, but I do get an error message:
https://imgur.com/a/bzDerWOThe master node storage is my synology nas: 192.168.190.250 I used the NAS synology tutorial:
https://forums.fogproject.org/topic/9430/synology-nas-as-fog-storage-node?page=1But I am still phasing this problem and I couldn’t find a fix at:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTPHelp would be appreciated!
-
@julianc said in Database unavailable:
The master node storage is my synology nas: 192.168.190.250
Did that setup work before? Or did you setup this just now?
Did you follow the tutorial to the point? Enabled FTP as well? Do you see the folder mentioned in the error message on you NAS in the images share?