• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dvchuyen
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 30
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by dvchuyen

    • D

      Solved Cannot import hosts

      FOG Problems
      • • • dvchuyen
      8
      0
      Votes
      8
      Posts
      2.4k
      Views

      Tom ElliottT

      @Wayne-Workman nope not a parsing issue more likely it was an importing issue that failed to set up the macs for the host. It has been , as far as I’m aware, been fixed for at least 5 days though.

    • D

      Solved Default Item on PXE boot menu does not work

      Bug Reports
      • • • dvchuyen
      8
      0
      Votes
      8
      Posts
      1.6k
      Views

      Tom ElliottT

      @Sebastian-Roth To help, it was the array causing the issue directly.

      The FOG Controller tests if the data it’s receiving is numeric or an array. Because the getSubObjectID’s always returns an array, the is_array portion of the FOGController constructor was taking over. This was passing to the setQuery method.

      The setQuery method is only meant to work on associative array’s where the left side are the relevant table/key information and the right side is the values that correspond to those keys. The getSubObjectID doesn’t send the keys to work again, just the array of data.

      The fix, for what it’s worth, was to simply add @max(self::getSubObjectIDs('PxeMenuOptions',array('default'=>1))) to the getter on the bootmenu page.

    • D

      Solved could not pxe boot (input/output error) when do multicast

      FOG Problems
      • • • dvchuyen
      31
      0
      Votes
      31
      Posts
      11.7k
      Views

      D

      @Tom-Elliott Yes, it is
      00:0c:29:bf:57:4a
      If you don’t mind, could you teamviewer and check ? Thanks!

    • D

      Delete temp image file caused by upload fail

      FOG Problems
      • • • dvchuyen
      2
      0
      Votes
      2
      Posts
      761
      Views

      Q

      Most likely these are partially (or fully captured that were unable to move) capture images hanging out in /images/dev

    • D

      Solved Setup Join Domain after image task for all hosts

      FOG Problems
      • • • dvchuyen
      3
      0
      Votes
      3
      Posts
      740
      Views

      D

      Thank you very much! I got it!

    • 1 / 1