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

    Kernel Panic - Not Syncing(Lenovo ThinkPad Edge)

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    24
    9.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Looks like you may have some bad ram on your system then man, based on the output of the “inode” references.

      You can verify this by trying another system of the same make and model.

      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
      • T
        T3charmy
        last edited by

        Same exact error on another laptop. trying on a laptop that we already imaged with the 0.32 server

        Edit: Same issue on that laptop too… Is it possible the memory in the server being bad cause this issue?

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

          Looks like you may need to take a stab at building a kernel.

          The messages you’re being presented with are saying that the init that’s loaded into RAM is not working. Do other systems work fine?

          If they do, then chances are likely you have a corrupt init.xz/init_32.xz file, however if everything loads fine, then those systems are placing the file in a strange place in ram. I don’t know what else to say.

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

            Sorry, my post didn’t see your post until after a refresh reread.

            It’s not likely the server RAM is bad, but that the location the file is at on the server, maybe the disk is going BAD?

            So the volume containing /var/www/fog/service/ipxe could be bad?

            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
            • T
              T3charmy
              last edited by

              What would cause it to work with the old version but not 1.1.0? I’ll try on a different system we have here… Do you have any wikis or anything to assist with building the kernel? I’ve used linux for years… but never really have built a kernel…

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

                [quote=“T3charmy, post: 30179, member: 24610”]What would cause it to work with the old version but not 1.1.0? I’ll try on a different system we have here… Do you have any wikis or anything to assist with building the kernel? I’ve used linux for years… but never really have built a kernel…[/quote]

                It sounds like one of the disks in the server are going bad and not sending the init properly as you’re saying it’s happening on multiple systems.

                Try redownloading the init.xz and init_32.xz to your fog server, if all is well things should start working again, if the disk is bad, chances are you’ll continue to see the problem.

                [code]sudo mv /var/www/fog/service/ipxe/init{,_32}.xz /var/www/fog/service/ipxe/init{,_32}BAD.xz
                sudo wget -O /var/www/fog/service/ipxe/init.xz https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/init.xz
                sudo wget -O /var/www/fog/service/ipxe/init_32.xz https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/init_32.xz
                [/code] Retry, hopefully all starts working again.

                Other’s check if the hard drive is bad.

                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
                • T
                  T3charmy
                  last edited by

                  I tried on another machine I got same error too. so init.xz/init_32.xz files could be corrupt? where can I get a copy of these files? If I need to… I can try another harddrive in the server and see if that helps…

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

                    [quote=“T3charmy, post: 30181, member: 24610”]I tried on another machine I got same error too. so init.xz/init_32.xz files could be corrupt? where can I get a copy of these files? If I need to… I can try another harddrive in the server and see if that helps…[/quote]

                    See Above!
                    [url]http://fogproject.org/forum/threads/kernel-panic-not-syncing-lenovo-thinkpad-edge.10794/#post-30180[/url]

                    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
                    • T
                      T3charmy
                      last edited by

                      Hey! That worked. Looks like it was a corrupt init.xz file! Thanks for all the help! Now just have one small issue I gotta fix(forgot to set the operating system type in image).

                      1 Reply Last reply Reply Quote 0
                      • T
                        T3charmy
                        last edited by

                        [url]http://i61.tinypic.com/2m2j7yd.jpg[/url] Now we can get back to imaging these other 30 of 60 laptops!

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

                          Nice man, best of luck.

                          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
                          • T
                            T3charmy
                            last edited by

                            Or not… Got the first 20% of the image downloaded to the laptop and then it just rebooted out of no where saying the job was completed. Now we’re having the same old issue that we used to have back on 0.32(Unable to locate image store).

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

                              That’s quite possible that the storage location that’s containing the images are corrupt, or the files that “are” the images are corrupt.

                              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
                              • T
                                T3charmy
                                last edited by

                                Hm. Alright. We had this issue quite a lot on our old server which is one of the reasons we moved to new server … I guess worse case scenario we have to grab one the other laptops and remove it from the domain and reupload the image to server to see if that fixes is… Not sure that the hard drive on the new server is corrupt, but then again it is about 6 years old …

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

                                  I could be bad, it may not be.

                                  I use glusterfs as my storage location and saw, more or less, similar problems. The glusterfs filesystem destroyed my images to the point that I basically just wiped them all and started over. It wasn’t disk related directly, but the data was bad and would force partimage and partclone images to fail and random points.

                                  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
                                  • T
                                    T3charmy
                                    last edited by

                                    Yea, we’re uploading the image again to see if that fixes the issue. Hopefully all goes well we got a week to do 30 laptops…

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      T3charmy
                                      last edited by

                                      with the new partclone does it usually upload the whole hard drive? or does it only upload the data that’s actually there? we have 320 GB harddrive on the server but the harddrive we’re uploading from is a 500GB? I’m assuming it’s still like the old method that only uses what is used in image(which is 38GB)

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

                                        That’s correct, unless you tell it to image in raw format.

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

                                        255

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project