• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mrdally204
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 34
    • Groups 0

    Topics

    • M

      Unable to sort descending Start and End date/time in Imaging log

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      8
      0 Votes
      8 Posts
      2k Views
      M

      I have tried clearing cache, doing a reload, a CTRL reload, new incognito window and have not regained sorting. If anyone else is reading this post can you please give it a try and report back. Maybe my setup has something goobered up.

      Log into fog server click Report Management Click Imaging log Set a valid Start and end date Click Search Click the column header to sort results.
    • M

      GIT 8056: Task remains in active status after image capture completes. "Uploaded" shows No Data

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      2k Views
      M

      @Wayne-Workman Thanks for the link. My mistake, great support on this forum πŸ™‚

    • M

      Receiving "No file to save to passed (saveUUIDInformation) when trying to capture image

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      1 Votes
      4 Posts
      961 Views
      M

      @Tom-Elliott looks like whatever you did worked πŸ™‚ thanks for the quick turn around! Thread can be marked solved.

    • M

      GIT 8036 - Unable to perform registration New install

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      2k Views
      M

      @Tom-Elliott After dropping and updating to latest git, I was able to register my computers. I’m now running into an issue pulling my first image, will start another thread for that. This one is solved!

    • M

      Transfer images to a new system

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      9
      0 Votes
      9 Posts
      5k Views
      E

      I should do a better job of explaining things. I just reread what i put and it was pretty vague. TY @Wayne-Workman for being much better at this than me. πŸ™‚

    • M

      GIT 5676 Multicast results in bad images on machines.

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems milticast images windows
      16
      0 Votes
      16 Posts
      6k Views
      Tom ElliottT

      @Tom-Elliott to further iterate and give some more specific information.

      Unicast worked because while the order was not β€œproper” it pulled the partition number from the iterated item. Example /dev/sda1 would look for file d1p1.img. /dev/sda10 would actually look for and use d1p10.img.

      In multicast this iteration happens but the data is sent by the server.

      It did not scan for a particular file.

      So in your case the commands were sent in expected order.

      udp-sender would send in order
      d1p1.img, d1p2, d1p10

      It sent the commands in that specific order. The partition receiving the file was not matching the file it was receiving. /dev/sda1 would get d1p1.img properly but /dev/sda10 was getting d1p2.img. Hopefully that helps make sense of the problem.

    • M

      GIT 5676 Disk Information in web UI is incorrect

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems web ui disk informati
      13
      0 Votes
      13 Posts
      5k Views
      Tom ElliottT

      Remoted in, and found that he is using a 32 bit OS. The value I was using to do the math was a function called intval which cannot do math beyond 32 bit scope (if the OS is 32 bit).

      To fix, I just removed the intval function around the free/used space.

    • 1 / 1