Web interface icons not rendering
-
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?
Thanks for your time.
Rgds
fin
-
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.
-
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:14rgds
-
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. -
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.
-
Also,
You state you had issues with SELINUX, what’s the output of
sestatus
?Did you reboot and verify selinux stopped?
-
Maybe just a full disk? Run
df -h
and post results here. -
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