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

Failure during image deployment.

Scheduled Pinned Locked Moved Solved
FOG Problems
8
29
10.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.
  • D
    drc0nc @Tom Elliott
    last edited by Feb 5, 2016, 6:22 PM

    @Tom-Elliott Thank you very much. testing now

    1 Reply Last reply Reply Quote 0
    • W
      wyssaj01 @drc0nc
      last edited by Wayne Workman Feb 5, 2016, 12:27 PM Feb 5, 2016, 6:26 PM

      @drc0nc

      I’m seeing the same error here at the bottom of the screen about No osid passed. I’ll test the fix and update shortly.

      Mod edited.

      1 Reply Last reply Reply Quote 0
      • D
        drc0nc @Tom Elliott
        last edited by Feb 5, 2016, 6:37 PM

        @Tom-Elliott new issues with a deployment. alt text

        W 1 Reply Last reply Feb 5, 2016, 8:26 PM Reply Quote 0
        • W
          wyssaj01
          last edited by Feb 5, 2016, 6:38 PM

          Imaging now works for me again. Thanks for the quick fix!

          1 Reply Last reply Reply Quote 0
          • D
            drc0nc @Wayne Workman
            last edited by Feb 5, 2016, 6:39 PM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • D
              davisadamj01 @Tom Elliott
              last edited by Feb 5, 2016, 7:12 PM

              @Tom-Elliott

              Ran installer again and the problem is resolved. Thanks much for the quick fix.

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @drc0nc
                last edited by Feb 5, 2016, 8:26 PM

                @drc0nc How about you?

                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/

                D 1 Reply Last reply Feb 5, 2016, 8:46 PM Reply Quote 0
                • D
                  drc0nc @Wayne Workman
                  last edited by Feb 5, 2016, 8:46 PM

                  @Wayne-Workman passed the no osid. but I’m currently having issues with partitions. tom is currently helping me on it. still stuck on the performRestore.

                  T 1 Reply Last reply Feb 5, 2016, 10:22 PM Reply Quote 0
                  • T
                    Tom Elliott @drc0nc
                    last edited by Feb 5, 2016, 10:22 PM

                    @drc0nc Fixed through teamviewer YAY!.

                    I’ve released the code and updated the init’s

                    Please update and hopefully all these issues will now be fixed.

                    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 Feb 8, 2016, 3:45 PM

                      Hi,

                      I updated the version to 6237 and with images which have one disk, this version works fine but if the image has two disks, no.

                      0_1454946177356_error_no_file_source.jpg

                      The files in the server are:

                      0_1454946347583_listado de ficheros_fog6_2.png

                      1 Reply Last reply Reply Quote 0
                      • F
                        Fernando Gietz Developer
                        last edited by Feb 19, 2016, 6:39 PM

                        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
                        
                        T 1 Reply Last reply Feb 19, 2016, 11:54 PM Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by Feb 19, 2016, 7:48 PM

                          @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
                          • T
                            Tom Elliott @Fernando Gietz
                            last edited by Feb 19, 2016, 11:54 PM

                            @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 Feb 22, 2016, 1:03 PM

                              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 Feb 22, 2016, 10:51 AM Feb 22, 2016, 4:49 PM

                                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 Feb 22, 2016, 4:47 PM Feb 22, 2016, 8:43 PM

                                  @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 Feb 23, 2016, 6:55 PM

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

                                    No, my second disks was not encrypted.

                                    W 1 Reply Last reply Feb 23, 2016, 7:49 PM Reply Quote 0
                                    • W
                                      Wayne Workman @Fernando Gietz
                                      last edited by Feb 23, 2016, 7:49 PM

                                      @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 Feb 23, 2016, 2:32 PM Feb 23, 2016, 8:31 PM

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

                                        223

                                        Online

                                        12.1k

                                        Users

                                        17.3k

                                        Topics

                                        155.3k

                                        Posts
                                        Copyright © 2012-2024 FOG Project