I get this error when trying to update the kenerl from the fog configuration -> kernel update.
FOG DEBUG: FOGPageManager: Class: FOGConfigurationPage, Method: kernel, Error: Method not found in class, defaulting to index()
Posts made by DJCminuz
-
Updating kernel
-
Fog client
My fog client doesnt seem to be talking back to the server. I look at the log and I have
[CODE]FOG::MODDEBUG Attempting to open connect to http://serverip/fog/service/debug.php
FOG::MODDEBUG Unable to connect to the remote server
[/CODE]
If I input that address into my browser I get Hello Fog Client. All snapins, are just sitting and waiting. Anyone know a fix to this? Thanks -
RE: Unable to start task, unable to connect to tftp server
Is this a fresh install, if so make sure you change the fog default password, and after doing so enter the new password in the fog settings under tftp password. Also make sure you change the fog user password for the system. sudo passwd fog and enter new password. Also make sure the storage password is set, with the same fog user password you created.
-
Que szie
I changed the default quesize form 10 to 5 on the fog settings page, my question is, will it show 5 on the home page under system activity where 10 is normally displayed? I also made the change in /var/www/fog/commons/config.php. After making those changes it still display 10 as free. Thanks
-
RE: GPXE Help
Nevermind after searching the syslinux iso, I found the vesamenu.c32 file under syslinux-4.05\com32\menu for anyone wondering.
-
GPXE Help
Im trying to use gpxe to boot HirensBootCD to speed up the process for that, but still use pxe for everything else. I was reading over at the How To: Modify the PXE boot menu to allow booting of .iso files. One post said exchange pxelinux.0 for gpxelinux.0 and make the changes to the default.cfg file. Well I did that and am getting a vesamenu.c32 not a com32r image, on pxe-ing. Can some one point me to the right direction? Thanks
[ATTACH]125[/ATTACH][url=“/_imported_xf_attachments/0/125_PXEing.jpg?:”]PXEing.jpg[/url]
-
RE: Wiki: Troubleshooting Multicast
Dont know if you figured it out, but when you changed your fog password did you also do it on the OS as well?
I.E. sudo passwd fog -
RE: Multicast session flooding vlan
I would say have the networking guys check out which pim mode is set. Cisco, the best IMO is sparse mode because it is a pull type multicast rather then push to everything on the vlan and have it prunned off. I have sparse mode set on mine, and havent had any problems
-
RE: Multicast session flooding vlan
I would say have the networking guys check out which pim mode is set. Cisco, the best IMO is sparse mode because it is a pull type multicast rather then push to everything on the vlan and have it prunned off. I have sparse mode set on mine, and havent had any problems
-
RE: Access to old forums.. ?
Lee,
Thanks for the patch, could you post a quick instruction set for .32 and below? I somewhat patched the main server, but they are still pulling from my main server, and not the storage nodes. I created the locations, assigned them to the storage nodes and all. I did see there were 2 downolads I only did the location patch download was I supposed to do the other one? -
RE: FOG 0.33 - What's coming?
Is location going to be an intergrated for distributed storage nodes, like the location patch, and distributed network in FOG .33?
-
Location patch Storage Node
I am getting this error when trying to multicast, from a storage node “Failed to connect to database server, will try again in next iteration”. I have checked the /www/fog/commons/config.php to check out mysql settings. my question is do I have to modify Fog Storage node
define( “MYSQL_HOST”, “localhost” ); todefine( “MYSQL_HOST”, “Fog Main Server IP” );?
And is it the same for /opt/fog/service/etc/config.php as well. I can multicast from the main server no problem, but am trying to setup the remote nodes now. I followed install for multiple tftp server installation. Thanks -
RE: What do you have FOG running on?
I have Fog virtualized as well, most dynamic imaging software out there.
its on a Dell R710
ESX 4
64gb
2 3.2 GHz six core xeons processors -
RE: Access to old forums.. ?
Dont mean to hijack, but is there a little instruction or how to to install the patch.? Thanks