• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. salted_cashews
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 85
    • Groups 0

    Topics

    • S

      Deployment stuck in a loop, never finishes imaging?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      54
      0 Votes
      54 Posts
      19k Views
      S

      @Sebastian-Roth Yeah, it was honestly my fault. Normally I’d capture and deploy immediately after to test, but these past few weeks have been ridiculously insane for me and my machine to image allocations haven’t been as up to date as they normally would’ve been.

      I noticed this happened once before with a Windows image, but it was related to the dirty bit and another issue I found here. All in all I wanted to at least report and give this a go, I apologize for taking your time but as always appreciate the help. If this does happen again, I’ll be sure to give those kernels a go and report back here the results.

    • S

      Plan to upgrade from 1.4.4 to the latest stable build, am I headed in the right direction?

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      0 Votes
      7 Posts
      844 Views
      S

      @Sebastian-Roth Thanks!

    • S

      Trying to run the backup script, receive this error.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      388 Views
      S

      @Sebastian-Roth Well I feel silly, I should’ve done that to start. Apologies for the stupid question, thanks and once backups are done updates are next on the list.

    • S

      Cancellation of a task via the web GUI does not cancel the task and reboot the host.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      6
      0 Votes
      6 Posts
      1k Views
      S

      @Tom-Elliott @Sebastian-Roth Understood, thanks again guys!

    • S

      How does FOG operate at 0% capacity when capturing?

      Watching Ignoring Scheduled Pinned Locked Moved General
      20
      0 Votes
      20 Posts
      3k Views
      S

      @Wayne-Workman Interesting, I found our problem was the initial setup of the Ubuntu server that hosts FOG was set to allow auto-updates. This will come in handy for future installs, thanks!

    • S

      How is FOG able to distinguish between empty space and unallocated space?

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      335 Views
      Tom ElliottT

      I’m not understanding your question. Or at least not understanding what you mean or are intended to obtain.

      FOG, itself, knows nothing about your Drives used/free space. We use a block based imaging tool called partclone. Partclone can detect the used vs. free/empty space.

      All Fog does is use utilities that are readily available to do all the work. FOG just automates the usage and mathematics of these things to help with resizing and expanding.

      I’m sure this isn’t the answer your looking for, but to understand what I mean you’d have to look at the source code. https://github.com/fogproject/fos

      Specifically the bin and usr/share/fog locations.
      https://github.com/FOGProject/fos/tree/master/Buildroot/board/FOG/FOS/rootfs_overlay

    • S

      Trying to capture Ubuntu 18.04.1 and I get this.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Linux Problems
      18
      0 Votes
      18 Posts
      3k Views
      S

      @Sebastian-Roth So far I’ve tried a fresh Ubuntu 16.04 install, and I’ve even used LVM and just captured as non-resizable with 0 issues. Now while this wasn’t Ubuntu 18, I did notice the machine I had the issue on originally is unable to install this OS due to something being wrong with the “file system” on the disk which for some odd reason it couldn’t format, delete, or write to. It is an SSD, and I couldn’t recreate this issue on any other box. I ran various SSD diagnostics with no errors being found so I’m stumped. I haven’t gotten to try with the exact iso posted above just yet - doing production stuff lately since I’m alone in IT currently.

    • S

      2 questions regarding image capture/creation.

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      1k Views
      S

      @Tom-Elliott I see, the storage nodes themselves are not meant for capacity but redundancy and throughput? Is mounting a network storage location viable to expand my capacity?

    • S

      If I want to backup images alone, what do I need?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      280 Views
      george1421G

      A fog “image” consists of 2 parts.

      The raw image files stored in /images The metadata stored in the mysql database.

      You can copy all of the raw image files simply by the copy command. The metadata can easily be exported from the webgui into a csv file. With the raw data and metadata you can rebuid the images on a new fog server or whatever. If you don’t have the metadata but the raw image files you could rebuild the metadata if you are careful on how you name your images and are a good guesser for the rest. Point being, backup the image metadata with the raw data files and you will be good.

    • S

      Possible to clear or clear parts of the "Imaging Log" under Reports?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Problems
      11
      0 Votes
      11 Posts
      2k Views
      F

      Hi,
      I want to add that I have done some changes in the reports, imaging log report too, to make pre-filters and not shows all the registries.

      For example, in the imaging log report you can do a a prefilter by image name, user name or hostname. In this way, the result is more small and you don’t need erase registries in the database.

      The new version of the reports are available in the “working” branch

    • S

      Deployed CentOS image changes the MAC address?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      17
      0 Votes
      17 Posts
      2k Views
      S

      Haha I know that’s why I’m completely dazed. I appreciate the help though, we’ve gained some insight as to how to build our images moving forward because of this.

    • S

      Powershell and batch snapins not running.

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

      After FOG update, "imaging log" directs to blank page.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      9
      0 Votes
      9 Posts
      956 Views
      S

      @tom-elliott It does, this was incredibly helpful thank you.

    • S

      Is a direct upgrade possible in this scenario while retaining all previous configurations and images?

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems upgrade storage images
      8
      0 Votes
      8 Posts
      2k Views
      Wayne WorkmanW

      @salted_cashews said in Is a direct upgrade possible in this scenario while retaining all previous configurations and images?:

      To be honest, I’m not 100% sure how our guy knew that was causing a problem.

      People with even some Linux experience normally check free space as a first-step in troubleshooting. Glad you got it figured out.

    • 1 / 1