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

SVN 5481 bzimage32 not loading

Scheduled Pinned Locked Moved Solved
FOG Problems
3
14
3.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.
  • H
    Hanz @ch3i
    last edited by Nov 24, 2015, 11:23 AM

    @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 Nov 24, 2015, 5:35 AM Nov 24, 2015, 11:32 AM

      @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

      T 1 Reply Last reply Nov 24, 2015, 12:00 PM Reply Quote 0
      • T
        Tom Elliott @Hanz
        last edited by Nov 24, 2015, 12:00 PM

        @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 Nov 24, 2015, 4:10 PM Reply Quote 0
        • H
          Hanz @Tom Elliott
          last edited by Hanz Nov 24, 2015, 10:14 AM Nov 24, 2015, 4:10 PM

          @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

          T 1 Reply Last reply Nov 24, 2015, 4:19 PM Reply Quote 0
          • T
            Tom Elliott @Hanz
            last edited by Nov 24, 2015, 4:19 PM

            @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 Nov 24, 2015, 4:22 PM Reply Quote 0
            • H
              Hanz @Tom Elliott
              last edited by Hanz Nov 24, 2015, 10:24 AM Nov 24, 2015, 4:22 PM

              @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.

              T 1 Reply Last reply Nov 24, 2015, 4:26 PM Reply Quote 0
              • T
                Tom Elliott @Hanz
                last edited by Nov 24, 2015, 4:26 PM

                @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 Nov 24, 2015, 5:03 PM Reply Quote 0
                • H
                  Hanz @Tom Elliott
                  last edited by Nov 24, 2015, 5:03 PM

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

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Nov 24, 2015, 5:05 PM

                    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 Nov 24, 2015, 5:08 PM Reply Quote 0
                    • H
                      Hanz @Tom Elliott
                      last edited by Nov 24, 2015, 5:08 PM

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

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

                      166

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project