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

    Upload / Download issue

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    5
    44
    14.7k
    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.
    • Wayne WorkmanW
      Wayne Workman @Tom Elliott
      last edited by

      @Tom-Elliott said in Upload / Download issue:

      you need to change the image from a non-resize mode and capture it as resizable.

      That’s the answer.

      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/

      george1421G 1 Reply Last reply Reply Quote 1
      • george1421G
        george1421 Moderator @Wayne Workman
        last edited by

        @Wayne-Workman I agree. You can’t play with the format (sizeable vs non-resizable) once the image has been captured. If you capture it resizable you must deploy resizable. The same for non-resizable capture.

        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!

        SozenS 1 Reply Last reply Reply Quote 2
        • SozenS
          Sozen @george1421
          last edited by

          @george1421 That’s because I’m on my way to create a new images ! Resizable this time… Hopefully the upload wont take too long :s

          SozenS 1 Reply Last reply Reply Quote 1
          • SozenS
            Sozen @Sozen
            last edited by Sozen

            Hey there !

            First thing first,

            The upload ended yesterday night all seems to be ok !
            (strange thing that the new image got the exact same size than the non rezisable one tho)

            I tried to download it on my hosts and I get this:

            File: \BOOT\BCD
            Status: 0XC0000001
            Info: An error occurred while attempting to read the boot configuration data.

            I used the options (Single disk resizable) there no others resizable mode on my fog…

            Thx !

            Edit: forgot to say that the download is instant and I guess it shouldn’t be

            1 Reply Last reply Reply Quote 0
            • SozenS
              Sozen @Tom Elliott
              last edited by

              @Tom-Elliott
              Vous parlez francais? 😮

              1 Reply Last reply Reply Quote 0
              • Q
                Quazz Moderator
                last edited by

                My guess is something went wrong with the upload.

                Most likely FTP failing to move the newly captured images.

                Can you check in /images/dev if there’s a folder there?

                SozenS 2 Replies Last reply Reply Quote 1
                • SozenS
                  Sozen @Quazz
                  last edited by Sozen

                  @Quazz
                  Hmmm you are right there is nothing in /images/dev
                  All my images are in /images

                  1 Reply Last reply Reply Quote 0
                  • SozenS
                    Sozen @Quazz
                    last edited by Sozen

                    @Quazz And… What I should I do to fix this? 🙂
                    Thx 🙂

                    Q Tom ElliottT Wayne WorkmanW 3 Replies Last reply Reply Quote 0
                    • Q
                      Quazz Moderator @Sozen
                      last edited by

                      @Sozen /images/dev should be empty (bar .mntcheck) after a successful upload.

                      However, given that it is obviously not working properly, something else is up. Might be worthwhile to try and capture again and watch it closely.

                      Does it resize before capture? (if no, then you’re not using resizable image type)

                      Does it capture every partition?

                      Does it report any errors at any stage?

                      SozenS 1 Reply Last reply Reply Quote 2
                      • Tom ElliottT
                        Tom Elliott @Sozen
                        last edited by

                        @Sozen If you were capturing the image, the and the image is NOT in /images/dev, it means all things went fine. However, the naming convention of the /images/dev folder is typically /images/dev/<macofhostuploading>

                        The other reason the image might be exactly the same size? A resizable image moves the partition layout to allow the image to go onto a smaller disk. All imaging formats FOG uses (partial exception with RAW) only captures the used space. So it’s entirely possible, if the machine that uploaded the image before is uploading the image again, but as resizable, the data didn’t change at all.

                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        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

                        1 Reply Last reply Reply Quote 1
                        • Wayne WorkmanW
                          Wayne Workman @Sozen
                          last edited by

                          @Sozen I agree with Quazz. You should watch the upload process.

                          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/

                          1 Reply Last reply Reply Quote 0
                          • SozenS
                            Sozen @Quazz
                            last edited by Sozen

                            @Quazz

                            Yeah I’ll try to do that !
                            Not sure about how I can check if he captured every partition tho…
                            Any idea? 🙂
                            Edit : is it normal that when the data block process end, the total block process in at 20-30%?

                            Thx !

                            Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @Sozen
                              last edited by Wayne Workman

                              @Sozen said in Upload / Download issue:

                              Not sure about how I can check if he captured every partition tho…

                              With any Linux Live CD - or FOG Debug capture, you can get a listing of partitions with fdisk -l or with lsblk

                              Edit : is it normal that when the data block process end, the total block process in at 20-30%?

                              Yes. Resizable only captures the areas that have data. It doesn’t capture blank space. Also total block progress is the whole HDD, not the partition I think. RAW would capture the whole-thing. with RAW, a 500GB drive equals a 500GB image… beastly… should always be the very last resort - and only if you’re crazy desperate.

                              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/

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                We might want to add the 1.2.0 did not capture with the same finesse as the RC’s currently do. I’m only guessing that our OP is still running 1.2.0?

                                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                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

                                1 Reply Last reply Reply Quote 0
                                • Wayne WorkmanW
                                  Wayne Workman
                                  last edited by

                                  Yeah I think he’s on 1.2.0. I’m trying to not go completely crazy with recommending the 1.3 RC if 1.2.0 can get by. In this case I think 1.2.0 can get by. Of course the 1.3 can do better.

                                  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/

                                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott @Wayne Workman
                                    last edited by

                                    @Wayne-Workman I think the entire problem is he cannot get by with 1.2.0.

                                    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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • Wayne WorkmanW
                                      Wayne Workman @Sozen
                                      last edited by Wayne Workman

                                      @Sozen Please move to FOG 1.3.0 RC, you can find instructions here: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

                                      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/

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

                                      257

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project