PHP Fatal Error call to undefined function
-
@george1421 Thanks for the reply! I will go ahead and re-image with 20.04!
Appreciate the quick support!!!
-
@edwards07256 said in PHP Fatal Error call to undefined function:
I will go ahead and re-image with 20.04
For right now I think this is the best choice to get you a stable FOG platform up and running quickly.
-
@george1421 I got it up and running in an enterprise environment. I have a new question if you don’t mind.
I want to have it isolated from my production environment. If I were to hook the server up to a L2 switch, set static IP of the server, set up DHCP using FOG, would this work?
I would prefer it isolated just in case someone in my company randomly decides to mess with BIOS and PXE boots
Appreciate the help once again!
-
@edwards07256 said in PHP Fatal Error call to undefined function:
I want to have it isolated from my production environment. If I were to hook the server up to a L2 switch, set static IP of the server, set up DHCP using FOG, would this work?
FOG doesn’t like changing of the host OS’ IP address after FOG is installed. So what I would do is this. Create a new VM with 2 network interfaces. (You could salvage your current FOG server by changing the IP of the primary network interface to the imaging lan IP, add a new business network LAN interface, then rename the
/opt/fog/.fogsettings
file to reset the questions initially asked -or- just spin up a new server). Setup one interface for your imaging network and defined the ip address range. The second interface will be internet facing (needed to install fog only). You will define a default route on this interface (not your imaging network interface). Then reinstall FOG. Once of the questions when you initially install FOG is do you want to enable the dhcp server. Then you can set it up as requested. Post install you can use that business LAN interface for managing the FOG server.I would prefer it isolated just in case someone in my company randomly decides to mess with BIOS and PXE boots
FWIW you still need a fog server account to deploy an image. As a point of reference in my organization we don’t pxe boot through the fog server. We force the IT tech’s to sit in front of the system and press F12 while booting to select PXE boot to get into FOG. This way it adds just one more layer of protection to insulate the users from themselves.
-
@george1421 Taking your advice and just reinstalling it. I didn’t go the VM route, still using the same machine. I have my two interfaces setup. One internet facing and on just through my L2 switch. I set static IP and mask on the L2 interface. Internet facing interface has DHCP IP.
When you said: Setup one interface for your imaging network and defined the ip address range. The second interface will be internet facing (needed to install fog only). You will define a default route on this interface (not your imaging network interface).
So for the isolated interface I have it setup. But for the ‘default route’ on the internet facing interface, would that be my default gateway in my environment? Or what do you mean by default route?
Sorry for the questions here I am kind of familiar with networking but not really at an advanced level.
-
@edwards07256 said in PHP Fatal Error call to undefined function:
When you said: Setup one interface for your imaging network and defined the ip address range. The second interface will be internet facing (needed to install fog only). You will define a default route on this interface (not your imaging network interface).
So for the isolated interface I have it setup. But for the ‘default route’ on the internet facing interface, would that be my default gateway in my environment? Or what do you mean by default route?
I can answer these both questions at one time. For your imaging network, don’t enter a value for default gateway. In this instance there will be no way to leave the imaging network, so a gateway isn’t needed.
On your business lan, define a gateway value, this tells the fog server how to get to the internet during installation to get the needed repo packages. This way the fog server will use the business lan interface to get to the internet (because it has a default route [path] value, and the imaging lan is a dead end [route wise])
-
@george1421 Awesome I see what you mean! I got it up and running now!!
Thanks once again! I will dive into the imaging process and I hope I can get through it with no issues. Appreciate the help!
-
@george1421 Hey George sorry for bothering you once again. I ran into issues PXE booting on my device and had to recompile iPXE and that ended up working.
But now, I get to the point where I see the main FOG screen and have the options to register and everything else. But after 5 or so seconds at that screen it tries to connect to a server in my production environment for some reason?? Just as a reminder I am using FOG within a completely isolated environment, and there should be no link to the main production environment. I verified this through the .fogsettings and DHCP config. There is no mention of the IP it is trying to reach anywhere in any of my configs.
With that being said when I first started playing around with FOG I did have it connected to my environment. Could there still be some setting that I haven’t wiped?
The server / device it is trying to reach is http://IPHERE/fog/service/ipxe/bg.png
Have any ideas on this one?
I can paste in my DHCP.conf and .fogsettings but I can tell you 100% there is no mention of this address anywhere I can see.
-
@edwards07256 said in PHP Fatal Error call to undefined function:
The server / device it is trying to reach is http://IPHERE/fog/service/ipxe/bg.png
If you have not done this yet, In the WebUI go to FOG Configuration -> FOG Settings hit the expand all button. Search for the old IP address.
Where it is erroring out is trying to load the background image for the fog ipxe menu. This should pull the image from the fog server.
-
@george1421 Hey George, sorry I didn’t reply yesterday. I did get everything running successfully. Captured an image and deploying image right now! Appreciate all your help! Not sure how to mark this is as solved but its working!