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

stdin corrupted crc32 mismatch

Scheduled Pinned Locked Moved Solved
FOG Problems
5
27
16.8k
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 Mar 30, 2016, 4:09 PM

    @andyroo54 I am sorry to say this but your partition layout is not very easy to handle for FOG. Not sure how FOG 0.32 handled this but the recovery partition in between boot and system partition might confuse FOG trunk. That said I wonder if you ever tries “Single Disk - Multiple Partitions” (non resizable)???

    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
    • A
      andyroo54 Moderator
      last edited by Apr 11, 2016, 3:53 AM

      I’m still getting this error, but it’s inconsistent. It only happens sometimes… sometimes an image job will work perfectly, other times I get this CRC32 error. I’m using my standard SOE not the one I originally linked in this forum post. It just has normal 100Mb system reserved, then the rest is on one partition.

      Its almost like an error from the partclone transfer?

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator
        last edited by Apr 11, 2016, 6:52 AM

        Doesn’t CRC check for broken sectors? Is it possible the target HDD has a couple of broken sectors?

        A 1 Reply Last reply Apr 12, 2016, 2:00 AM Reply Quote 0
        • A
          andyroo54 Moderator @Quazz
          last edited by Apr 12, 2016, 2:00 AM

          @Quazz It happens randomly though. It’s the same image being deployed every time, yet we randomly get these CRC errors. I think it’s maybe a glitch with partclone.

          T 1 Reply Last reply Apr 12, 2016, 7:53 AM Reply Quote 0
          • T
            Tom Elliott @andyroo54
            last edited by Apr 12, 2016, 7:53 AM

            @andyroo54 when I was having the random crc issues it was related to my servers storage setup getting corrupt. I was using a glusterfs setup with was always problematic at best within my environment. In fact, it was the reason I added the --ignore_crc flag. In most cases the crc issue was fixed after adding the flag but if the data was corrupted enough I’d get partclone all the way to 100% then the same errors you’re seeing.

            What is output on the server when this happens from the command dmesg?

            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

            A 1 Reply Last reply Apr 14, 2016, 11:51 PM Reply Quote 0
            • A
              andyroo54 Moderator @Tom Elliott
              last edited by andyroo54 Apr 14, 2016, 5:51 PM Apr 14, 2016, 11:51 PM

              @Tom-Elliott I just got another CRC32 this is the output Tom:[img]http://i.imgur.com/L2RtsT2.png[/img]

              1 Reply Last reply Reply Quote 0
              • A
                andyroo54 Moderator
                last edited by Apr 14, 2016, 11:54 PM

                [img]http://i.imgur.com/HQY2dWA.png[/img]

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Apr 15, 2016, 7:28 AM

                  @andyroo54 What is your server disk where you have /images stored on? Maybe try dmesg | grep sda (if /dev/sda is your disk…)

                  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

                  A 1 Reply Last reply Apr 18, 2016, 12:47 AM Reply Quote 0
                  • A
                    andyroo54 Moderator @Sebastian Roth
                    last edited by Apr 18, 2016, 12:47 AM

                    @Sebastian-Roth It’s on a RAID 5 storage of sandisk SSD’s in a HP DL380 server.Do you think the SSD’s might be causing an issue?

                    [img]http://i.imgur.com/B4xpten.png[/img]

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Apr 18, 2016, 8:53 PM

                      @andyroo54 From the output you posted I am not sure if sda really is your system disk… Maybe show us the output of lsblk…

                      Soft RAID or real hardware RAID controller??

                      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

                      A 1 Reply Last reply Apr 18, 2016, 10:16 PM Reply Quote 0
                      • A
                        andyroo54 Moderator @Sebastian Roth
                        last edited by Apr 18, 2016, 10:16 PM

                        @Sebastian-Roth .

                        [img]http://i.imgur.com/VKHFXuc.png[/img]

                        It’s hardware RAID in a HP DL380 server running esxi 5.5

                        T 1 Reply Last reply Apr 18, 2016, 10:28 PM Reply Quote 0
                        • T
                          Tom Elliott @andyroo54
                          last edited by Apr 18, 2016, 10:28 PM

                          @andyroo54 I’m assuming it’s formatted as either ext3 or ext 4. Maybe run a full blown fsck on it?

                          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

                          A 1 Reply Last reply Apr 18, 2016, 10:59 PM Reply Quote 1
                          • A
                            andyroo54 Moderator @Tom Elliott
                            last edited by Apr 18, 2016, 10:59 PM

                            @Tom-Elliott I booted into the live CD and ran this and this is the output. Not sure if I’m doing it right
                            [img]http://i.imgur.com/xxqdVop.png[/img]

                            A 1 Reply Last reply Apr 19, 2016, 3:22 AM Reply Quote 1
                            • A
                              andyroo54 Moderator @andyroo54
                              last edited by andyroo54 Apr 18, 2016, 9:47 PM Apr 19, 2016, 3:22 AM

                              @andyroo54

                              I ran gparted instead.

                              [img]http://i.imgur.com/dvR2ImK.png[/img]

                              [img]http://i.imgur.com/pUJgcwZ.png[/img]

                              [img]http://i.imgur.com/OP3hB69.png[/img]

                              FYI, after using gparted, I was able to deploy the image without a CRC32 error. I’ll do some more testing to be sure! Thanks guys

                              1 Reply Last reply Reply Quote 1
                              • S
                                Sebastian Roth Moderator
                                last edited by Apr 19, 2016, 3:33 PM

                                @andyroo54 Are you able to deploy do a differnent machine/disk?? Possibly the destination disk is the problem??

                                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

                                T 1 Reply Last reply Apr 19, 2016, 3:49 PM Reply Quote 1
                                • T
                                  Tom Elliott @Sebastian Roth
                                  last edited by Apr 19, 2016, 3:49 PM

                                  @Sebastian-Roth I don’t think it was destination disk. I think the raid has some corruption. But we wouldn’t have seen it directly as it was mounted as an individual disk. When he went into gparted, it found the corruptions and was able to take a course of action.

                                  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
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by Apr 19, 2016, 4:05 PM

                                    Whoops, sorry. Didn’t properly read the @andyroo54’s last post… Good to hear that you solved it!

                                    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 2
                                    • A
                                      andyroo54 Moderator
                                      last edited by Apr 28, 2016, 5:57 AM

                                      Have to mark this as unsolved because it’s still happening…!

                                      Its so odd… you deploy and get the CRC32 error, then if you deploy it again, the next time it works…? It’s random. Surely if the disk was corrupted, then it would consistently NOT work, not randomly work and randomly not work.

                                      T 1 Reply Last reply Apr 29, 2016, 2:39 AM Reply Quote 0
                                      • S
                                        Sebastian Roth Moderator
                                        last edited by Sebastian Roth Apr 28, 2016, 11:07 AM Apr 28, 2016, 5:07 PM

                                        @andyroo54 Random issue like this sounds like a memory problem to me (just a wild guess)… memtest?

                                        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
                                        • A
                                          andyroo54 Moderator
                                          last edited by Apr 29, 2016, 1:15 AM

                                          Pass complete, no errors…

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

                                          180

                                          Online

                                          12.2k

                                          Users

                                          17.3k

                                          Topics

                                          155.5k

                                          Posts
                                          Copyright © 2012-2024 FOG Project