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

    6285 - Kernel panic not syncing when trying to image

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    5
    41
    16.3k
    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.
    • MRCURM
      MRCUR Testers @Tom Elliott
      last edited by

      @Tom-Elliott Output from where?

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

        @MRCUR The browser like you did before, but with the host in tasking.

        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

        MRCURM 2 Replies Last reply Reply Quote 0
        • MRCURM
          MRCUR Testers @Tom Elliott
          last edited by

          @Tom-Elliott First is the production server, second is test.

          #!ipxe
          set fog-ip 172.16.56.37
          set fog-webroot fog
          set boot-url http://${fog-ip}/${fog-webroot}
          #!ipxe
          kernel http://172.16.56.37/fog/service/ipxe/ loglevel=4 initrd=http://172.16.56.37/fog/service/ipxe/ root=/dev/ram0 rw ramdisk_size=127000 keymap= web=172.16.56.37/fog/ conosoleblank=0 mac=28:80:23:09:28:56 ftp=172.16.56.37 storage= storageip= web=172.16.56.37/fog/ osid= consoleblank=0 irqpoll hostname=TEA-440TEST mode=onlydebug
          imgfetch http://172.16.56.37/fog/service/ipxe/
          boot
          
          #!ipxe
          set fog-ip 172.16.200.10
          set fog-webroot fog
          set boot-url http://${fog-ip}/${fog-webroot}
          #!ipxe
          kernel loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=172.16.200.10/fog/ conosoleblank=0 mac=28:80:23:09:28:56 ftp=172.16.200.10 storage= storageip= web=172.16.200.10/fog/ osid= consoleblank=0 irqpoll hostname=TEA-440TEST mode=onlydebug
          imgfetch init_32.xz
          boot
          
          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • MRCURM
            MRCUR Testers @Tom Elliott
            last edited by

            @Tom-Elliott I did notice on the test server in /var/www, there is a symlink for fog to /var/www/html/fog. On the production server, this symlink doesn’t exist (everything is in /var/www/html/fog).

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

              @MRCUR he initrd line is the issue.

              It’s not set right on the production server.

              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
              • H
                Hanz
                last edited by Hanz

                I’d like to add that my output is the same for my machines…I did the browser test you mentioned and I got the first result…Imaging doesn’t work at all for my sysprep machine…

                0_1455662063132_VirtualBox_Sysprepx32_16_02_2016_17_13_31.png

                it just sits here with no kernel panic errors. It looks as though the actual kernel filenames are missing, and only showing directory where file should reside.

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

                  Do both of you use the location plugin? (On production and not on test if that’s your setup?)

                  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

                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Hanz @Tom Elliott
                    last edited by Hanz

                    @Tom-Elliott yessir, unfortunatley I only have the 1 setup so that’s why I’m quick to bother you…LOL 🙂

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

                      @Hanz See in your screenshot. Both lines that should download bzImage (linux kernel) and init.xz (init ram disk) are missing the filenames!!! I am sure this cannot work.

                      Edit: Seams like Tom has found the issue and will update the code soon and let you know I am sure.

                      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

                        Fix should be pushed. It was, semi, related to location, but indirectly.

                        The hook that processes for the bootmenu in this case was not setting needed variables first. This should now work as intended, of course please update and test.

                        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

                        H MRCURM 3 Replies Last reply Reply Quote 3
                        • H
                          Hanz @Tom Elliott
                          last edited by

                          @Tom-Elliott Like a charm, that’s why you are da man sir

                          1 Reply Last reply Reply Quote 0
                          • MRCURM
                            MRCUR Testers @Tom Elliott
                            last edited by

                            @Tom-Elliott I’ll apply after school is done today and test. Thanks Tom.

                            1 Reply Last reply Reply Quote 0
                            • MRCURM
                              MRCUR Testers @Tom Elliott
                              last edited by

                              @Tom-Elliott This is resolved. Thanks very much Tom.

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

                              170

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project