• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

R3017 Bugs

Scheduled Pinned Locked Moved Solved
Bug Reports
1
4
1.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W
    Wolfbane8653 Developer
    last edited by Feb 18, 2015, 2:38 PM

    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 implimented

    Solution1: 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]

    1 Reply Last reply Reply Quote 0
    • W
      Wolfbane8653 Developer
      last edited by Feb 18, 2015, 2:50 PM

      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.

      1 Reply Last reply Reply Quote 0
      • W
        Wolfbane8653 Developer
        last edited by Feb 18, 2015, 2:52 PM

        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: NONE

        Cause: Suspect an SQL call issue

        Solution: Unknown

        1 Reply Last reply Reply Quote 0
        • W
          Wolfbane8653 Developer
          last edited by Feb 18, 2015, 3:41 PM

          Issue:
          Fog client service will not join AD domain.
          …MAC is NULL!
          …MAC does not exist!

          Cause: MAC class issues

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            4/4
            Last post

          157

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project