• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    TFTP Problems... Blank Screen

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    8
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      CCUSDCarl
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        So you’re referring to the WEB GUI or the PXE Menu?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • C
          CCUSDCarl
          last edited by

          Web Gui

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            Okay, so can you get your Apache error logs?

            On ubuntu/debian based systems it’s typically located at:
            /var/log/apache2/error.log

            On redhat/centos/fedora they’re typically located at:
            /var/log/httpd/error_log

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • C
              CCUSDCarl
              last edited by

              [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

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                So when you installed FOG, did you set a mysql password?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • C
                  CCUSDCarl
                  last edited by

                  No I left all the passwords blank

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    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.

                    [url]http://ubuntuforums.org/showthread.php?t=396974[/url]

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post

                    151

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project