R3017 Bugs
-
Issue:
Input/Output Error: 1d0c6139
Apache Log error:
[SIZE=15px][FONT=Lato][COLOR=#3d3c40][php][Wed Feb 18 08:38:06.632001 2015] [:error] [pid 20925] [client 10.0.2.36:34269] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 143[/php][/COLOR][/FONT][/SIZE]
Cause: Call for getting a mac address from the host was incorrectly implimentedSolution1: Update to r3018
Solution2: Change [SIZE=15px][FONT=Lato][COLOR=#3d3c40]BootMenu.class.php on line 143 to look like[/COLOR][/FONT][/SIZE]
[LIST]
[*][php]‘mac’ => $Host && $Host->isValid() ? $Host->get(‘mac’) : ‘no mac’,[/php]
[/LIST] -
Issue:
Full Host Registration and Inventory keeps scrolling after registration and never completes
Client Information (Compatibility) Throws errors
Apache Log error:
[php][Wed Feb 18 09:48:18.403560 2015] [:error] [pid 25580] [client 10.0.2.36:59651] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/MACAddress.class.php on line 58
Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/servicemodule-active.php on line 47
[/php]Cause: Passing the object MACADDR class not working correctly
Solution 1: Update to r3018 and see below to clean your database
Solution 2: Only register hosts in webgui. If you ran into this issue you will need to clean you database.
*Resulting issue from trying to register hosts using r3017: (Host Already registered)
**There will be multiple registrations of your host in the tables but no associating MAC address.1.)You will need to delete all the host that you tried to register.
[CODE]select * from hosts where hostName=“<hostname>”;[/CODE]
2.)Hopefully multiples have shown up if you have a few hundred this is due to the issue above.
[LIST]
[*]if not then check your hostname you may have typed in the wrong one
[/LIST]
3.) Now delete them all
[CODE]delete from hosts where hostName=“<hostname>”;[/CODE]*Now register using the webgui until r3018 has been released.
-
Issue:
Host Search returns 9~10 results at all times
If the host is not found in the database then it displays 9 unrelated hosts. If host is found it will return 10 hosts with the requested host in the list of 10 hosts.(9 unrelated hosts displayed)
Apache Log Error: NONECause: Suspect an SQL call issue
Solution: Unknown
-
Issue:
Fog client service will not join AD domain.
…MAC is NULL!
…MAC does not exist!Cause: MAC class issues