• 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
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by mrdally204

    • M

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

      FOG Problems
      • • • mrdally204
      8
      0
      Votes
      8
      Posts
      1.6k
      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

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

      FOG Problems
      • • • mrdally204
      10
      0
      Votes
      10
      Posts
      2.0k
      Views

      M

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

    • M

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

      Bug Reports
      • • • mrdally204
      4
      1
      Votes
      4
      Posts
      808
      Views

      M

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

    • M

      Solved GIT 8036 - Unable to perform registration New install

      FOG Problems
      • • • mrdally204
      7
      0
      Votes
      7
      Posts
      1.6k
      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

      Linux Problems
      • • • mrdally204
      9
      0
      Votes
      9
      Posts
      4.7k
      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

      Solved GIT 5676 Multicast results in bad images on machines.

      FOG Problems
      • milticast images windows • • mrdally204
      16
      0
      Votes
      16
      Posts
      5.5k
      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

      Solved GIT 5676 Disk Information in web UI is incorrect

      FOG Problems
      • web ui disk informati • • mrdally204
      13
      0
      Votes
      13
      Posts
      4.0k
      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