TFTP Problems... Blank Screen
-
Hi everyone,
I’ve sorted through a number of issues but have run into one that I can’t get past. I have a new install of Fog .32 and had previously gotten the management interface up and running. I went through the steps on the wiki (changing ftp and tftp passwords) but now, when I go to the management interface everything is blank. Nothing. Any advice?
-
So you’re referring to the WEB GUI or the PXE Menu?
-
Web Gui
-
Okay, so can you get your Apache error logs?
On ubuntu/debian based systems it’s typically located at:
/var/log/apache2/error.logOn redhat/centos/fedora they’re typically located at:
/var/log/httpd/error_log -
[Fri Mar 14 12:13:42.825281 2014] [mpm_prefork:notice] [pid 1477] AH00163: Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2.2 configured – resuming normal operations
[Fri Mar 14 12:13:42.825386 2014] [core:notice] [pid 1477] AH00094: Command line: ‘/usr/sbin/apache2’
[Fri Mar 14 12:14:18.517338 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: groupid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517428 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: node in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517441 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: id in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517451 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: imageid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517461 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: sub in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517471 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: snapinid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517481 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517491 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: storagegroupid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517501 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: storagenodeid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517510 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: crit in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517520 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: sort in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517529 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517538 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: confirm in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.517548 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Notice: Undefined index: tab in /var/www/fog/commons/init.php on line 5
[Fri Mar 14 12:14:18.542832 2014] [:error] [pid 1480] [client 10.1.1.9:42621] PHP Fatal error: Call to undefined function mysql_connect() in /var/www/fog/lib/db/MySql.db.class.php on line 51 -
So when you installed FOG, did you set a mysql password?
-
No I left all the passwords blank
-
Take a look at this post and troubleshoot a little on your end. It sounds like either the mysql server isn’t running, or the extension may not be installed.