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

FOG unable to capture/deploy resizeable images correctly.

Scheduled Pinned Locked Moved Solved
FOG Problems
4
21
2.6k
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
    Sebastian Roth Moderator
    last edited by Sebastian Roth May 1, 2019, 4:08 PM May 1, 2019, 10:06 PM

    @dambron Ah well, why go to bed if digging through the script code is just so much fun… Please schedule another debug capture task. When you get to the shell run the command fog to start the capture as usual but in debug mode you need to manually step through pressing ENTER for every action. When you see the line Saving original partition table..... take a picture of the screen and post that picture here.

    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

    D 1 Reply Last reply May 1, 2019, 10:37 PM Reply Quote 0
    • D
      dambron @Sebastian Roth
      last edited by May 1, 2019, 10:37 PM

      @Sebastian-Roth

      Here is the screenshot of the stepped process for capturing this image.

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by May 2, 2019, 8:30 AM

        @dambron Ok, that all seems fine so far. I still can make heads or tails of this. Can you please do the debug capture again and step through till you see the message Processing Hard Disk: /dev/sda and then take a picture again.

        As well please post the contents of /images/<IMAGENAME>/d1.original.fstypes here.

        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

        D 1 Reply Last reply May 2, 2019, 3:19 PM Reply Quote 0
        • D
          dambron @Sebastian Roth
          last edited by dambron May 2, 2019, 9:23 AM May 2, 2019, 3:19 PM

          @Sebastian-Roth said in FOG unable to capture/deploy resizeable images correctly.:

          @dambron Ok, that all seems fine so far. I still can make heads or tails of this. Can you please do the debug capture again and step through till you see the message Processing Hard Disk: /dev/sda and then take a picture again.

          As well please post the contents of /images/<IMAGENAME>/d1.original.fstypes here.

          Processing Hard Disk: /dev/sda

          d1.original.fstypes

          /dev/sda1 ntfs
          

          I feel bad for making you dig through all this but I really appreciate the time you’ve taken. If worse comes to worse I can always have my team change their process to always pull the image off of the smallest drive size we deploy on site to avoid this in the future, but honestly I’m just so curious as to why this isn’t working now. I feel like it was working previously, but maybe I just never ran into this particular situation.

          1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator
            last edited by Quazz May 2, 2019, 9:43 AM May 2, 2019, 3:39 PM

            There was a bug in the inits that would cause issues with recording the wrong info about “fixed size partitions”. I believe 1.5.6 (just released!) contains the fix though. You’ll have to recapture the images though.

            It was fixed in this PR, no? (the PR isn’t labelled that well, but basically the code hadn’t been updated in that file, but now we just read the info instead of running the same tests twice) https://github.com/FOGProject/fos/pull/24

            The other user hasn’t reported back yet, but give 1.5.6 a go and let us know!

            D 1 Reply Last reply May 2, 2019, 3:43 PM Reply Quote 1
            • D
              dambron @Quazz
              last edited by May 2, 2019, 3:43 PM

              @Quazz

              Wow so that’s funny, I was just following another thread about editing the inits but it was from 2017 or so. I randomly stumbled upon it while trying to find more information on my issue.

              So, do you know if there is any way to update the inits without performing the 1.5.6 version update? I suppose I could wait until the weekend since we do half day Fridays all summer and then deploy and make sure everything is working, but I feel like it’s kind of a dicey time to be pushing an update (especially since it will be the first time I’m doing it on my own!).

              Q 1 Reply Last reply May 2, 2019, 3:45 PM Reply Quote 0
              • Q
                Quazz Moderator @dambron
                last edited by Quazz May 2, 2019, 9:46 AM May 2, 2019, 3:45 PM

                @dambron The script grabs the init from this url https://fogproject.org/inits/init.xz

                Put it in /var/www/fog/service/ipxe

                D 1 Reply Last reply May 2, 2019, 3:47 PM Reply Quote 0
                • D
                  dambron @Quazz
                  last edited by May 2, 2019, 3:47 PM

                  @Quazz said in FOG unable to capture/deploy resizeable images correctly.:

                  @dambron The script grabs the init from this url https://fogproject.org/inits/init.xz

                  Put it in /var/www/fog/service/ipxe

                  You are the greatest. I will let you know how it goes!

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by May 2, 2019, 6:58 PM

                    @dambron Yeah, Quazz is totally right. We have updated the init files and I totally forgot to ask you to try out the most current ones (32 bit and 64 bit). Hope this will fix the issue 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

                    D 1 Reply Last reply May 2, 2019, 7:52 PM Reply Quote 0
                    • D
                      dambron @Sebastian Roth
                      last edited by May 2, 2019, 7:52 PM

                      @Sebastian-Roth said in FOG unable to capture/deploy resizeable images correctly.:

                      @dambron Yeah, Quazz is totally right. We have updated the init files and I totally forgot to ask you to try out the most current ones (32 bit and 64 bit). Hope this will fix the issue for you.

                      Thanks so much to both of you. I replaced the init file and everything is now working properly. Many thanks for your time and efforts.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        21/21
                        Last post

                      158

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project