• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Fog_Newb
    3. Topics
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 59
    • Posts 268
    • Groups 0

    Topics

    • F

      Minor issue with logging out of FOG web UI: HTTP ERROR 500

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      85 Views
      Tom ElliottT

      @Fog_Newb This should be fixed in the latest dev-branch please let me know if it’s not.

      Thank you!

    • F

      Updated from 1.5.10.1721 to 1.5.10.1725 and FOG Multicast Manager is creating Zombies again. Will the script eventually be patched?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      1 Votes
      5 Posts
      310 Views
      F

      @Tom-Elliott Yes, everything is working as expected. For the longest time, FOG would always show UTC time for when an image was captured or deployed, now it is correctly showing local time and no more zombie processes! Thanks

    • F

      FOG Multicast Manager creating zombie processes. - Possibly solved by changing Multicast Manager script?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      217 Views
      No one has replied
    • F

      FOG Multicast Manager creating zombie processes. How to fix?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      1
      0 Votes
      1 Posts
      62 Views
      No one has replied
    • F

      [Problem] Storage Node connection issues after updating to FOG 1.6

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      5
      0 Votes
      5 Posts
      847 Views
      F

      @Tom-Elliott Thanks, going to switch back to 1.6 very soon.

    • F

      Stuck at resizing after successful capture.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      5
      0 Votes
      5 Posts
      3k Views
      Tom ElliottT

      @Fog_Newb Yep, it’s as I suspected:

      The Line:

      Subsystem sftp /usr/lib/openssh/sftp-server

      should be changed to:

      Subsystem sftp internal-sftp

      Then restart ssh services: systemctl restart sshd

      Then your Storage Node testing should succeed!

    • F

      Unable to check in

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      6
      0 Votes
      6 Posts
      6k Views
      F

      @Tom-Elliott Hi Tom, Thanks… I updated to 1.5.10.1692 and was able to deploy a 2 day old image to the PC. I updated some things on the PC, mostly with Steam and display settings then went to capture an image from it again and ran into the same problem mention in the OP. Only this time, I was able to take a pic.

      I ran chkdsk prior to capturing and it came up clean

      alt text

      UPDATE: So I tried everything for the ntfsresize error … turns out, I had to shrink the partition in windows a bit then expand it. After that, I could capture.

    • F

      Updated from FOG 1.5.10.1667 to 1.5.10.1771 Fatal Error: No valid drives found "Host Primary Disk"

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      1k Views
      F

      @Tom-Elliott sounds good!

    • F

      Updated from FOG 1.5.10.1667 to 1.5.10.1771 Fatal Error: No valid drives found "Host Primary Disk"

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      17
      0 Votes
      17 Posts
      3k Views
      Tom ElliottT

      @Fog_Newb probaly just typoed it and i went with it too lol.

    • F

      FOG Dashboard showing wrong date of captured images?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      737 Views
      No one has replied
    • F

      Resize Test Failed - Could not adjust bad sector list - But drive is clean

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      3
      0 Votes
      3 Posts
      650 Views
      F

      @Small0145 No, it’s not.

    • F

      After updating from .1622 - Could not boot: Result too large - Chain loading failed.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      233 Views
      F

      @Tom-Elliott All good with 1.5.10.1629

      Thanks

    • F

      How to refresh "Image Size" ON SERVER

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      215 Views
      No one has replied
    • F

      Fog - zombie process? dev-branch 1.5.10.1615 Ubuntu 24.04.1 LTS

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      173 Views
      No one has replied
    • F

      FOG has issues if the temp image location is on another drive. FOG 1.5.10.1612 Ubuntu Server24.04.1 LTS

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      35
      0 Votes
      35 Posts
      6k Views
      F

      @JJ-Fullmer @Tom-Elliott

      I’ve found a work around. I now have /images on USB HDD passed through the to VM. When I run a standard back up of the VM via the VM software (Virtualization Station), it only back-ups the OS VM drive.

      For the /images drive - I use a sync program to back-up the files, not the disk .

    • F

      Local time and alternate temp directory for capture option

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      9
      0 Votes
      9 Posts
      3k Views
      F

      @Tom-Elliott

      Yes, I even spun up a new FOG VM where the mount points were created before FOG was installed to makesure the FOG installer created all the files and set permissions.

      edited - words

    • F

      FOG 1.5.10.1606 Time of captured image shows UTC time not local time

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      10
      0 Votes
      10 Posts
      1k Views
      tiatualizadoT

      @Fog_Newb

      Hi,
      I had the same problem as you, and I solved it this way:
      I updated FOG to the latest version (1.5.10.1655), and configured the time zone I wanted in the graphical interface, in “Fog Configuration > Fog Settings > General Settings > TZ INFO”.
      On the VM where I have the FOG server installed, which is an Ubuntu Server 24.04, I only edited the file “/etc/php/8.3/fpm/php.ini” adding the information: date.timezone = “America/Fortaleza” (this is my local time zone). I added this information just below the explanation about timezone that the file itself brings, as you did and showed here in the images.
      I restarted the VM and the time was finally correct in the FOG records.

      I also followed this topic by @Sebastian-Roth, it helped a lot!
      https://forums.fogproject.org/topic/15434/time-lag-between-the-fog-web-interface-and-the-system-time/2

    • F

      I ran into problem with the NFS server when trying to update to the latest dev version - 1.5.10.1580

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      8
      0 Votes
      8 Posts
      858 Views
      Tom ElliottT

      @AUTH-IT-Center Should be addressed in the latest.

    • F

      Error when deploying image - Checking Mounted File System... Failed

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      382 Views
      F

      @Tom-Elliott

      Thanks Tom, that fixed it right up. I guess I overlooked that file when copying everything from the original /images.

      Yeah, that fdrive number… 🙂 It is the serial number of the drive.

      The NVME drives initialize differently each time during boot. I guess that is a thing, so nvme0 would sometimes be nvme1. It was a mess. Then I learned drive size could be used to differentiate between drives under Host Primary Disk. Now that both of my NVME drives are the same size, I have to use the drive serial number.

    • F

      mac-boot - Will this be updated to accomadate T2 chips?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Mac Problems
      3
      0 Votes
      3 Posts
      1k Views
      F

      @george1421

      Thanks George. No but I will now that I have time machine back ups. Can I use mac-boot to create the stick then just update those 2 things?

    • 1
    • 2
    • 3
    • 1 / 3