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

    Kernel Versions blank

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    12 Posts 4 Posters 1.2k Views
    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.
    • Tom ElliottT
      Tom Elliott @rogalskij
      last edited by

      @rogalskij I’m unable to replicate the problem:
      d87f5c69-789e-44eb-8b79-7fc9b26b9706-image.png

      I’m assuming this is what you mean?

      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

      rogalskijR R 2 Replies Last reply Reply Quote 1
      • rogalskijR
        rogalskij @Tom Elliott
        last edited by

        @Tom-Elliott Correct, in yours you see the bzImage and arm_image, but in mine it is totally blank for some reason. Been like this for quite a while and I have no clue what I did to cause it. Unless it is potentially just a browser issue or something with my PC only?

        1 Reply Last reply Reply Quote 0
        • rogalskijR
          rogalskij
          last edited by rogalskij

          UPDATE

          After some investigation, I found that if I connect to FOG using the FQDN, the Kernel versions show. If I connect via IP address, which I had been previously, it doesn’t show. This was on a machine with our Endpoint protection enabled. On a machine without any endpoint protection, both IP and FQDN show the Kernel versions. Strange, must be some sort of overzealous web protection on the part of our endpoint software. Thanks for your help @Tom-Elliott !!!

          e5a37f99-9b3a-4995-9158-8ba8e159fe22-image.png

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

            @rogalskij so it seems your “ipaddress” is defined as your fqdn either on the IP address for the storage node directly.

            I don’t know what your storage node settings look like but should be looked at likely from:

            Storage Node-> DefaultMember

            HOpefully that will help.

            Normally if you can dereference the DNS name all would be fine so I’m just not sure where to help out.

            But at least you know what is happening now?

            Thank you for letting us know.

            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 1
            • R
              rbusdom71 @Tom Elliott
              last edited by

              @Tom-Elliott I am having the same issue, here after upgrading from 1.5.10 to 1.5.10.1698.

              The symptoms are:

              • Nothing appears under “Kernel versions” in FOG Configuration when I press the corresponding button below. In previous version I got the right versions.
                70287048-d5ab-45bd-97b2-e6116a63a30c-image.png
              • In Apache logs I see the problem: a malformed URL
                “POST /fog//fog/status/kernelvers.php HTTP/1.1”
              • If I put the correct URL in my web browser, I get the results ok:
                f344c8b4-99de-4ced-ae96-991195f67a74-image.png

              So the problem seems to be how /var/www/fog/lib/pages/fogconfigurationpage.class.php is forming tha URL.

              Thanks in advance!

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

                @rbusdom71 Please switch to dev-branch git checkout dev-branch; git pull then install. This should be fixed.

                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

                C R 2 Replies Last reply Reply Quote 0
                • C
                  Clebboii @Tom Elliott
                  last edited by Clebboii

                  @Tom-Elliott I have switched over but still having this issue:

                  f0a0fe07-42c2-44e1-97af-24e801ac9c20-image.png

                  Tom ElliottT rogalskijR 2 Replies Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Clebboii
                    last edited by

                    @Clebboii Please try a hard refresh. (CTRL + SHIFT + R). I believe the reason you’re seeing it stuck is because cache needs to be reloaded (and javascript does sometimes get loaded into browser cache).

                    I know it’s working from all the testing I’ve done and I believe that’s the true bit you’ll need.

                    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
                    • rogalskijR
                      rogalskij @Clebboii
                      last edited by

                      @Clebboii A workaround that always worked for me that was recommended by Tom was to use the full DNS name rather than the IP address. I was initially logging into the UI through the IP, and found that very same issue. When he mentioned it and I started using the full DNS name, the issue went away.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        rbusdom71 @Tom Elliott
                        last edited by

                        @Tom-Elliott Working!
                        I also needed to do CTRL+SHFT+R to have it working.
                        Thanks a lot!

                        1 Reply Last reply Reply Quote 0
                        • R
                          rbusdom71 @rogalskij
                          last edited by

                          @rogalskij Yes, I had read it and tried, but FQDN did not solve it for me…

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

                          189

                          Online

                          12.4k

                          Users

                          17.4k

                          Topics

                          155.9k

                          Posts
                          Copyright © 2012-2025 FOG Project