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

RC-25 boot error when pxe booting.

Scheduled Pinned Locked Moved Solved
Bug Reports
3
9
2.5k
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 Hanz Nov 21, 2016, 9:17 AM Nov 21, 2016, 2:48 PM

    Server
    • FOG Version: RC-25
    • OS: Fedorea 24
    Client
    • Service Version: 11.5
    • OS: win 7
    Description

    Getting pxe boot error only on vm below is the output from vm.
    0_1479739629627_bootPHPError.docx

    1 Reply Last reply Reply Quote 0
    • M
      Matthieu Jacquart
      last edited by Nov 21, 2016, 2:49 PM

      I had same error on some pc today, due to RC24 or RC25 update

      Fog 1.5.9.138
      Debian 11
      Vmware ESXi

      H 1 Reply Last reply Nov 21, 2016, 2:50 PM Reply Quote 0
      • H
        Hanz @Matthieu Jacquart
        last edited by Nov 21, 2016, 2:50 PM

        @Matthieu-Jacquart upgraded from RC 23-25 myself…I can get an actual machine to image, just not VM

        1 Reply Last reply Reply Quote 0
        • M
          Matthieu Jacquart
          last edited by Nov 21, 2016, 2:54 PM

          For me I tried to deploy one image on 15 computers in the same room, and 4 of them gave me this error…
          I restart deployment after the 11 others pc were finished and this time it was ok.

          Fog 1.5.9.138
          Debian 11
          Vmware ESXi

          H 1 Reply Last reply Nov 21, 2016, 3:20 PM Reply Quote 0
          • H
            Hanz @Matthieu Jacquart
            last edited by Nov 21, 2016, 3:20 PM

            @Matthieu-Jacquart do you have this in your error logs ?

            [Mon Nov 21 09:57:46.787970 2016] [:error] [pid 11741] [client 10.72.2.25:4168] PHP Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/html/fog/lib/plugins/location/class/locationassociation.class.php:118\nStack trace:\n#0 /var/www/html/fog/lib/plugins/location/hooks/changeitems.hook.php(77): LocationAssociation->isTFTP()\n#1 /var/www/html/fog/lib/fog/hookmanager.class.php(185): ChangeItems->BootItemSettings(Array)\n#2 /var/www/html/fog/lib/fog/bootmenu.class.php(362): HookManager->processEvent('BOOT_ITEM_NEW_S...', Array)\n#3 [internal function]: BootMenu->__construct(Object(Host))\n#4 /var/www/html/fog/lib/fog/fogbase.class.php(389): ReflectionClass->newInstance(Object(Host))\n#5 /var/www/html/fog/service/ipxe/boot.php(36): FOGBase::getClass('BootMenu', Object(Host))\n#6 {main}\n thrown in /var/www/html/fog/lib/plugins/location/class/locationassociation.class.php on line 118
            
            1 Reply Last reply Reply Quote 0
            • M
              Matthieu Jacquart
              last edited by Nov 21, 2016, 3:23 PM

              I think it’s that error for me :

              [Mon Nov 21 16:03:40.978741 2016] [:error] [pid 17935] [client 192.168.8.75:60801] PHP Fatal error:  Uncaught exception 'Exception' with message 'No valid storage nodes found' in /var/www/html/fog/lib/fog/bootmenu.class.php:1427\nStack trace:\n#0 /var/www/html/fog/lib/fog/bootmenu.class.php(425): BootMenu->getTasking()\n#1 [internal function]: BootMenu->__construct(Object(Host))\n#2 /var/www/html/fog/lib/fog/fogbase.class.php(389): ReflectionClass->newInstance(Object(Host))\n#3 /var/www/html/fog/service/ipxe/boot.php(36): FOGBase::getClass('BootMenu', Object(Host))\n#4 {main}\n  thrown in /var/www/html/fog/lib/fog/bootmenu.class.php on line 1427```

              Fog 1.5.9.138
              Debian 11
              Vmware ESXi

              T 1 Reply Last reply Nov 21, 2016, 4:02 PM Reply Quote 0
              • T
                Tom Elliott @Matthieu Jacquart
                last edited by Nov 21, 2016, 4:02 PM

                @Matthieu-Jacquart said in RC-25 boot error when pxe booting.:

                3:40.97

                Mind adjusting your “FOG_URL_AVAILABLE_TIMEOUT”

                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
                  Tom Elliott
                  last edited by Nov 21, 2016, 4:10 PM

                  Found the originating issue and it has been fixed in the working RC-26 branch.

                  If you need the immediate fix please run:

                  wget -O /var/www/fog/lib/plugins/location/class/locationassociation.class.php https://raw.githubusercontent.com/FOGProject/fogproject/00c62f9e739bb56d3a084690327740e99a650fa7/packages/web/lib/plugins/location/class/locationassociation.class.php

                  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 21, 2016, 4:11 PM Reply Quote 1
                  • H
                    Hanz @Tom Elliott
                    last edited by Nov 21, 2016, 4:11 PM

                    @Tom-Elliott worked like a charm sir

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

                    216

                    Online

                    12.1k

                    Users

                    17.3k

                    Topics

                    155.4k

                    Posts
                    Copyright © 2012-2024 FOG Project