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

    Blank Page after installation FOG_1.3.4

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    10
    2.1k
    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.
    • R
      Rj_linux
      last edited by

      HI I have install fog server on centos 6.5 by reading instruction on fogproject.org after installation page display blank

      I have check the database firstly fog database is not created later I create IT and copy the database form another fog server which is working perfectly fine. Now i have fog database on my linux box but still page is blank
      http://.../fog/management/
      can anyone please help me in troubleshooting this

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

        Please install the RC version? (Git checkout dev-branch, run installer like you normally would).

        This is a known issue, but I don’t know WHY it’s such an issue suddenly. When 1.3.4 was released, this all seemed to work fine and became a problem with Ubuntu, then slowly trickled its way into the CentOS side. Users of the RC’s aren’t seeing these issues anymore.

        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
        • R
          Rj_linux
          last edited by

          HI You mean to say FOG has another verison called RC is it available on there official page because I search for the updated version and I got the above mention that’s Why I ask this

          Jaymes DriverJ 1 Reply Last reply Reply Quote 0
          • Jaymes DriverJ
            Jaymes Driver Developer @Rj_linux
            last edited by

            @Rj_linux

            sudo -i
            git clone https://github.com/FOGProject/fogproject.git fogproject
            cd fogproject
            git pull
            git checkout working-1.3.5
            git pull
            cd bin
            ./installfog.sh
            

            WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

            R 2 Replies Last reply Reply Quote 2
            • R
              Rj_linux @Jaymes Driver
              last edited by

              @Jaymes-Driver thanks bro its working fine now but i have another query That while configuring fog
              I select No when its asked for DHCP ans TFTP setting now every times its ask me to enter tftp address.
              I want it should take address directly so what changes do I need to do ?? please suggest me

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @Rj_linux
                last edited by

                @Rj_linux Can we guess you have an existing dhcp server already in place? If so, what precisely do you have configured in DHCP for dhcp option 66 {next-server} and dhcp option 67 {boot-file}?

                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!

                R 1 Reply Last reply Reply Quote 0
                • R
                  Rj_linux @george1421
                  last edited by

                  @george1421 subnet 10.1.16.0 netmask 255.255.248.0{
                  option subnet-mask 255.255.248.0;
                  range dynamic-bootp 10.1.18.201 10.1.18.230;
                  default-lease-time 21600;
                  max-lease-time 43200;
                  option domain-name-servers 10.1.16.5;

                  option routers   10.1.16.253;
                  filename "undionly.kpxe";
                  next-server 10.1.18.55;
                  

                  This is my setting in dhcp.conf

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @Rj_linux
                    last edited by george1421

                    @Rj_linux What server is your dhcp server if its not the FOG server? The error message you are seeing is because the dhcp server is not sending out the right information,
                    -OR- you have two dhcp servers on your network that are giving out conflicting information,
                    -OR- you have a legacy deployment tool still running sending out proxyDHCP information that is confusing the client.

                    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!

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      Rj_linux @george1421
                      last edited by

                      @george1421 Thanks dear I got it what is the exact problem once thanks alot

                      1 Reply Last reply Reply Quote 0
                      • R
                        Rj_linux @Jaymes Driver
                        last edited by

                        @Jaymes-Driver thanks mate

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

                        144

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project