Blank Page after installation FOG_1.3.4
-
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 -
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.
-
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
-
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
-
@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 -
@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}?
-
@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
-
@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. -
@george1421 Thanks dear I got it what is the exact problem once thanks alot
-
@Jaymes-Driver thanks mate