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

    Failure during image deployment.

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    8
    29
    10.2k
    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.
    • F
      Fernando Gietz Developer
      last edited by

      I have updated the version to cloud 6339, and when I try to upload a multidisk image, the upload process fails when the first partition of the second disk.

      First disk: Windows7

      d1.partitions 
      label: dos
      label-id: 0x42e8d3f9
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=        2048, size=      159744, type=7, bootable
      /dev/sda2 : start=      161792, size=   234278912, type=7
      

      Second disk: windows7

      d2.partitions 
      label: dos
      label-id: 0x000b6c36
      device: /dev/sdb
      unit: sectors
      
      /dev/sdb1 : start=        2048, size=   312494080, type=7
      

      Files in /images/dev/MAC/

      -rw-r--r-- 1 root root    1048576 feb 19 19:20 d1.mbr
      -rw-r--r-- 1 root root    8820297 feb 19 19:20 d1p1.img
      -rw-r--r-- 1 root root 5167660345 feb 19 19:27 d1p2.img
      -rw-r--r-- 1 root root        190 feb 19 19:20 d1.partitions
      -rw-r--r-- 1 root root    1048576 feb 19 19:27 d2.mbr
      -rw-r--r-- 1 root root         20 feb 19 19:27 d2p1.img.000
      -rw-r--r-- 1 root root        122 feb 19 19:27 d2.partitions
      
      

      The first disk uploads well, but when the parclone tries to upload the first partition of the second disk, it crashs.

      
      Failed to complete upload (savePartition)
      Args passed: /dev/sdb1 2 /images/0025b3149ac6 all
      
      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Fernando-Gietz Wow, partclone actually crashed?? From the directory listing it really looks like it - d2p1.img.000 would be moved to d2p1.img after partclone has finished properly. Any error you see when partclone closes?? Maybe the second disk is gonna die soon?

        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
        • Tom ElliottT
          Tom Elliott @Fernando Gietz
          last edited by

          @Fernando-Gietz maybe free space?

          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
          • F
            Fernando Gietz Developer
            last edited by

            Curously the upload and download of image of two disks worked well.

            You can see my report in:
            https://forums.fogproject.org/topic/6473/possible-bug-when-you-upload-the-image-from-a-second-disk-5844

            But now, crashed completely 😞 I will try to upgrade to the last version

            1 Reply Last reply Reply Quote 0
            • F
              Fernando Gietz Developer
              last edited by Fernando Gietz

              After a complex update process 🙂

              Now the problem is the partclone, doesn’t detect well the partition type.

               more 0025b3149ac6/d2.partitions 
              label: dos
              label-id: 0x000b6c36
              device: /dev/sdb
              unit: sectors
              
              /dev/sdb1 : start=        2048, size=   312494080, type=7
              

              0_1456159779867_for_error_MultiDisks_upload_1.png

              0_1456159670973_for_error_MultiDisks_upload.png

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth

                @Fernando-Gietz Before update partclone crashed on sdb1 and now we see ‘ntfs mount error’. I really wonder what’s wrong with this disk/partition/filesystem…???

                Asking google for this error I only found something about encrypted data. Is your second disk encrypted?? https://sourceforge.net/p/clonezilla/feature-requests/40/

                Edit: Tried filesystem check on sdb1??

                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
                • F
                  Fernando Gietz Developer
                  last edited by

                  Ok. Actually works fine with the version 6371. The second disk filesystem was corrupted 😳

                  No, my second disks was not encrypted.

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

                    @Fernando-Gietz said:

                    The second disk filesystem was corrupted

                    I’d estimate that 5 to 10 percent of imaging issues encountered are due to a bad HDD.

                    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
                    • S
                      Sebastian Roth Moderator
                      last edited by Sebastian Roth

                      @Wayne-Workman said:

                      I’d estimate that 5 to 10 percent of imaging issues encountered are due to a bad HDD.

                      Yeah right! We’ve seen this “quiet often” lately… Good to know that it wasn’t FOG doing something wrong.

                      So all issues here seam fixed now… solving this!

                      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
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post

                      160

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project