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

    SVN 5481 bzimage32 not loading

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    14
    3.7k
    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.
    • H
      Hanz
      last edited by

      This is a machine that just yesterday worked fine when imaging, but now gives this error

      0_1448330793260_upload-02c2d2e6-dda0-4b7b-abde-f7ee0fe41d0d

      I let the machine boot without pxe, it then restarted to complete imaging, but came to this.

      H Tom ElliottT 2 Replies Last reply Reply Quote 0
      • H
        Hanz @Hanz
        last edited by

        @Hanz Deleted host and re-added works fine now…probably had something to do with database and/or tasking

        ch3iC 1 Reply Last reply Reply Quote 0
        • ch3iC
          ch3i Moderator @Hanz
          last edited by ch3i

          @Hanz Hi, I don’t understand why the host deleted and re-added solve the problem, it’s a ipxe loading problem. Have you upgrade your FOG installation before try another boot ? When you had this problem, you had just updated FOG?

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

            @Hanz normally, when I see and int 18 error it’s one of two problems. First I assume I screwed up and check the Apache error logs for a hint. Second I take a look at the output results in the browser to try to track what is missing/added to the output that would cause this. The browser test is useful for both of these cases because an int 18 error basically means it’s getting data that is unexpected, or not getting any data. I suspect it was a particular configuration, possibly? Maybe the exit types or something? Just a hunch.

            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 @ch3i
              last edited by

              @ch3i I ruled out, uncompleted inits and such as the installer now completely downloads these, and then moves on.

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

                @Tom-Elliott I hadn’t changed any setting on this machine other than unchecking the "join domain after imaging"section, as my unattend, renames and domains. I did however have an issue with getting this machine to go through without timing out, with undionly.kpxe. It did “task” the re-image after not going through completely, and I tried removing the tasked item a couple times. That’s why I thought it might be something to do with a bad taskID or something like that. It’s the exact same error msg I was getting when I created the other thread about bzimage not loading correctly.

                https://forums.fogproject.org/topic/6169/svn-5419-not-loading-bzimage-correctly

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

                  @Hanz I’m most saying you made any changes, just trying to help figure out the cause. If you see this issue pop up out of nowhere please try to get a copy of the Apache error logs and it may help lead us to the issue, also try looking at the browser and post its output too. The url would be http://fogip/fog/service/ipxe/boot.php?mac=macofhost

                  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 Sorry, wasn’t trying to come across as rude…just wanted to give you all the info I had.

                    After doing url test…this was in log, and page errored out

                    [Tue Nov 24 10:55:30.174427 2015] [:error] [pid 10332] [client 10.72.2.162:53982] PHP Warning:  printf(): Too few arguments in /var/www/html/fog/lib/fog/FOGPage.class.php on line 404, referer: http://10.72.3.50/fog/management/index.php?node=host&sub=deploy&id=822&type=2
                    

                    Is it possible this has something to do with the group task settings not working correctly ?

                    I have teamviewer if you have a chance to look

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

                      @Hanz update and the line 404 error will 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

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

                        @Tom-Elliott I deleted host, manually re-created and bam, works flawlessly, it has to have something to do with the database. Could I delete all tasks and snapin tasks in database possibly to “clean” it up ? I’m not worried about keeping the past “logs” of tasking or snapins at all. I just wan’t to keep groups and I can export hosts seperately. I’m familiar enough now to get it back up and running with plugins and such.

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

                          @Hanz truncate table tasks; truncate table snapinTasks; truncate table snapinJobs; truncate table multicastSessions; truncate table multicastSessionsAssoc;

                          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

                            @Tom-Elliott Zero rows affected ? Should this apply to something ? Or does this mean it’s ok

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

                              it means it’s fine. there is no more data to return because they’ve all been removed.

                              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

                                @Tom-Elliott awesome, thanks, it seems to be working ok now…

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

                                189

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project