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

Web interface icons not rendering

Scheduled Pinned Locked Moved Solved
FOG Problems
fog 1.3.0 icons web interface
4
8
1.5k
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.
  • F
    fin_soas
    last edited by fin_soas Jan 10, 2017, 7:15 AM Jan 10, 2017, 12:32 PM

    Server
    • FOG Version: 1.3 svn 6050
    • OS: CentOS 6.8 (Final)
    Client
    • Service Version:
    • OS:
    Description

    This is a fresh new install of FOG 1.3 on a up2date CentOS 6.8 VM (4GB RAM, 2vCPU). After a few issues during installation (caused by SELINUX and firewall), the management page comes up, but all of the icons do not show (see pictures). We have tried three browsers from two different desktops. Can anyone help me fix this issue? 0_1484054127444_fog01.JPG 0_1484051418982_fog02.JPG

    Thanks for your time.

    Rgds

    fin

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Jan 10, 2017, 2:16 PM

      Check your apache error logs and please post anything relevant that you find. You might also try to just re-run the installer too, that might fix it.

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • F
        fin_soas
        last edited by fin_soas Jan 10, 2017, 8:24 AM Jan 10, 2017, 2:23 PM

        Wayne,

        Thanks for looking at this… In the httpd error_log.

        BFD: /var/www/html/fog/service/ipxe/bzImage32: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section .bss.

        Using Firefox F12, I do see this

        downloadable font: incorrect file size in WOFF header (font-family: “FontAwesome” style:normal weight:normal stretch:normal src index:2) source: http://v.w.y.z/fog/management/fonts/fontawesome-webfont.woff?v=4.7.0 font-awesome.min.css:4:14
        downloadable font: rejected by sanitizer (font-family: “FontAwesome” style:normal weight:normal stretch:normal src index:2) source: http:///fog/management/fonts/fontawesome-webfont.woff?v=4.7.0 font-awesome.min.css:4:14
        downloadable font: FFTM: table overruns end of file (font-family: “FontAwesome” style:normal weight:normal stretch:normal src index:3) source: http:///fog/management/fonts/fontawesome-webfont.ttf?v=4.7.0 font-awesome.min.css:4:14
        downloadable font: rejected by sanitizer (font-family: “FontAwesome” style:normal weight:normal stretch:normal src index:3) source: http:///fog/management/fonts/fontawesome-webfont.ttf?v=4.7.0 font-awesome.min.css:4:14

        rgds

        W 1 Reply Last reply Jan 10, 2017, 11:49 PM Reply Quote 0
        • W
          Wayne Workman @fin_soas
          last edited by Wayne Workman Jan 10, 2017, 5:50 PM Jan 10, 2017, 11:49 PM

          This is just a guess but the allocated amount of RAM may be too little. Change that here:
          Web Interface -> FOG Configuration -> FOG Settings -> General Settings -> FOG_MEMORY_LIMIT
          Don’t go nuts with this setting. Typically 512 is more than enough.

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Jan 11, 2017, 12:00 AM

            This seems to indicate to me that something is not installed correctly.

            FOG’s Cloud logo is also missing, which is why I’m thinking the website itself is failing due to missing files. The information just seems to not exist. (Maybe permissions I suppose but only if they’re much lower).

            Please try rerunning the installer.

            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
            • T
              Tom Elliott
              last edited by Tom Elliott Jan 10, 2017, 6:08 PM Jan 11, 2017, 12:07 AM

              Also,

              You state you had issues with SELINUX, what’s the output of sestatus?

              Did you reboot and verify selinux stopped?

              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
              • S
                Sebastian Roth Moderator
                last edited by Jan 11, 2017, 8:54 AM

                Maybe just a full disk? Run df -h and post results here.

                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
                • F
                  fin_soas
                  last edited by Jan 11, 2017, 12:51 PM

                  HI,

                  The issue was with using winscp to transfer the tar file from my windows box to the linux server. It caused a corruption in the file(s). I tested this by browsing the icons prior to the scp, and testing afterwards. I used bitvise ssh client to transfer and reinstalled and all is fine now…

                  Thanks for all who replied.

                  Rgds

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

                  165

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project