• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

How does FOG operate at 0% capacity when capturing?

Scheduled Pinned Locked Moved
General
3
20
2.0k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    salted_cashews @Sebastian Roth
    last edited by Jan 16, 2019, 8:59 PM

    @Sebastian-Roth When you say on the fly compression do you mean it compresses on the server as it is being captured rather than after? This reminds me - after a capture completes I notice image management still shows “size on server” at 0, and only reports a “real” value after a certain amount of time (of which seems to be based on the size and compression level of the image). Is FoG still compressing at this point? Why does this happen / what is going on in this process? I’ve tried to deploy during this process (before a real value is reported) and it breaks the image on the server as well as deploys a broken image.

    Any guides for a linux newbie related to safely cleaning up old kernel packages / boot partition? I figure it’s something I don’t know how to do so it’s something to learn. Most of my linux cli experience comes in the form of directory changes and file transfers.

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Jan 16, 2019, 9:33 PM

      @salted_cashews No we really compress on the fly. In the Linux world this is done by using pipes. The output of partclone (reading the data from disk) is directly passed to the compression program (gzip, zstd, …) and only written to disk after that.

      The delay in updating the “size on server” is because a service is running in the background to enumerate images sizes and write that to the database. So after an image is done it takes a couple of minutes till the “size service” comes along and calculates it.

      I’ve tried to deploy during this process (before a real value is reported) and it breaks the image on the server as well as deploys a broken image.

      Then exactly did you start deploying the image? Capture finished before deploy started? In which way did it break the image???

      Any guides for a linux newbie related to safely cleaning up old kernel packages / boot partition?

      Which Linux OS do you use?

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      S 1 Reply Last reply Jan 16, 2019, 9:52 PM Reply Quote 1
      • S
        salted_cashews @Sebastian Roth
        last edited by Jan 16, 2019, 9:52 PM

        @Sebastian-Roth For FOG, it’s Ubuntu 16.04.

        It’s possible my memory is wrong, but I remember starting the deployment within a minute after the capture completed. I had waited for the task to complete and disappear from the web GUI’s “Active Tasks”. I could be thinking of the issue with the unclean Ubuntu file system I had made another topic about (still working on that situation btw) in which correlation might not be causation, that could’ve just been something I had noticed different and thought “well the size was 0 so maybe that’s why it broke, it didn’t finish compressing.” when in reality it could’ve just been the file system.

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Jan 16, 2019, 9:58 PM

          @salted_cashews Run apt autoremove as root and it should clean up for you.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          S 1 Reply Last reply Jan 16, 2019, 10:30 PM Reply Quote 0
          • S
            salted_cashews @Sebastian Roth
            last edited by Jan 16, 2019, 10:30 PM

            @Sebastian-Roth Oh that’s delightfully simple, thanks!

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by Jan 17, 2019, 2:06 AM

              Ther’s also apt-get -y autodelete

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              S 1 Reply Last reply Jan 17, 2019, 2:00 PM Reply Quote 0
              • S
                salted_cashews @Wayne Workman
                last edited by Jan 17, 2019, 2:00 PM

                @Wayne-Workman Is this one any different or is it basically a synonym command?

                W 1 Reply Last reply Jan 18, 2019, 3:40 AM Reply Quote 0
                • W
                  Wayne Workman @salted_cashews
                  last edited by Wayne Workman Jan 17, 2019, 9:40 PM Jan 18, 2019, 3:40 AM

                  @salted_cashews It’s different.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  S 1 Reply Last reply Jan 18, 2019, 4:47 PM Reply Quote 0
                  • S
                    salted_cashews @Wayne Workman
                    last edited by Jan 18, 2019, 4:47 PM

                    @Wayne-Workman How so?

                    W 1 Reply Last reply Jan 18, 2019, 11:53 PM Reply Quote 0
                    • W
                      Wayne Workman @salted_cashews
                      last edited by Jan 18, 2019, 11:53 PM

                      @salted_cashews Correction. This is what I use for updating Debian based systems: apt-get update;apt-get -y dist-upgrade;apt-get -y autoclean;apt-get -y autoremove

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      S 1 Reply Last reply Jan 22, 2019, 2:58 PM Reply Quote 0
                      • S
                        salted_cashews @Wayne Workman
                        last edited by Jan 22, 2019, 2:58 PM

                        @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!

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          19/20
                          Last post

                        201

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project