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

    IPXE issue

    Scheduled Pinned Locked Moved
    FOG Problems
    8
    53
    22.9k
    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.
    • S
      Seb
      last edited by

      [quote=“Tom Elliott, post: 27829, member: 7271”]try:
      [code]sudo wget -O /tftpboot/undionly.kpxe https://mastacontrola.com/ipxe.kpxe[/code]

      This should have the drivers for all the cards that IPXE has and should allow initialization of the device.[/quote]

      With this one in a room of 30 dell 3010s every one continually restarts and loops when they get the 040ee119 error.

      I tried [URL=‘https://mastacontrola.com/undionly.kpxe’][I][SIZE=12px]https://mastacontrola.com/undionly.kpxe[/SIZE][/I][/URL] and with this one in the same room and around 50% of them got to the menu first time, the others would restart between 2-5 times before working.

      I tried this again and it was different pcs every time that worked.

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

        [quote=“Seb, post: 28247, member: 7969”]With this one in a room of 30 dell 3010s every one continually restarts and loops when they get the 040ee119 error.

        I tried [URL=‘https://mastacontrola.com/undionly.kpxe’][I][SIZE=12px]https://mastacontrola.com/undionly.kpxe[/SIZE][/I][/URL] and with this one in the same room and around 50% of them got to the menu first time, the others would restart between 2-5 times before working.

        I tried this again and it was different pcs every time that worked.[/quote]

        Try all of these if you can, and report back:
        [code]wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe
        wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kkpxe
        wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.kpxe
        wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.kkpxe
        wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.pxe[/code]

        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
        • S
          Seb
          last edited by

          [quote=“Tom Elliott, post: 28248, member: 7271”]Try all of these if you can, and report back:
          [code]wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe
          wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kkpxe
          wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.kpxe
          wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.kkpxe
          wget -O /tftpboot/undionly.kpxe https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.pxe[/code][/quote]

          All these tests are done in a room of 30 Dell 3010s as they are the most common machines we have.
          [LIST=1]
          []50% work first time, the rest take 2-10+ retries
          [
          ]80% work first time, the rest take 2-10+ retries
          []0% work, restarts continuously
          [
          ]0% work, restarts continuously
          [*]0% work, restarts continuously
          [/LIST]
          Is there any additional information you require?

          1 Reply Last reply Reply Quote 0
          • W
            Wolfbane8653 Developer
            last edited by

            [LEFT]Just butting in here with some info on the model’s network card:[/LEFT]
            [LEFT] [/LEFT]
            [LEFT][B]Dell Optiplex 3010: [/B]:eek: two possibilities depending if Standard release or AIO release )[/LEFT]
            [I]Realtek 5M02W Integrated Controller[/I]
            [I]Broadcom 57XX Integrated Controller[/I]

            1 Reply Last reply Reply Quote 0
            • S
              Seb
              last edited by

              [quote=“Wolfbane8653, post: 28273, member: 3362”]
              Just butting in here with some info on the model’s network card:

              [B]Dell Optiplex 3010: [/B]:eek: two possibilities depending if Standard release or AIO release )
              [I]Realtek 5M02W Integrated Controller[/I]
              [I]Broadcom 57XX Integrated Controller[/I][/quote]

              Cheers, the ones i’ve looked at are all “[I]Realtek 5M02W Integrated Controller”[/I]

              1 Reply Last reply Reply Quote 0
              • S
                Steven Chew
                last edited by

                Well I finally got everything working for me. The issue turned out not to be fog related or kpxe file related at all…The issue was a second DHCP server running on my network - I tracked it down using WireShark. I inherited a mess of a network and should have thought of looking for a rogue DHCP to begin with. Anyways things are working now though it does seem a bit slow I can deal with that I am doing my first upload and it started at about 250MB/min it’s running at 350MB/min right now.

                I don’t know what could be the cause of that I have this running on a Ubuntu 14.04 VM on a Hyper-V 2012 R2 Server only one other VM on it that isn’t heavily utilized. Anyways if anyone could point me in the right direction with the speed that would be great otherwise oh well at least its flipping running!

                1 Reply Last reply Reply Quote 0
                • JunkhackerJ
                  Junkhacker Developer
                  last edited by

                  decreasing your compression rate can speed up uploads, but will have little effect on downloads, which are quite fast anyway

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                    [quote=“Steven Chew, post: 28339, member: 21664”]Well I finally got everything working for me. The issue turned out not to be fog related or kpxe file related at all…The issue was a second DHCP server running on my network - I tracked it down using WireShark. I inherited a mess of a network and should have thought of looking for a rogue DHCP to begin with. Anyways things are working now though it does seem a bit slow I can deal with that I am doing my first upload and it started at about 250MB/min it’s running at 350MB/min right now.

                    I don’t know what could be the cause of that I have this running on a Ubuntu 14.04 VM on a Hyper-V 2012 R2 Server only one other VM on it that isn’t heavily utilized. Anyways if anyone could point me in the right direction with the speed that would be great otherwise oh well at least its flipping running![/quote]

                    VM’s have known “slowness” issues on upload compared to physical systems typically, but as Junkhacker states, the compression affects upload speeds as well. In 0.32 there was no “easy” way to adjust the compression rating, but with 1.X.X, you can specify this in FOG Configuration->FOG Settings->FOG Boot Settings->FOG_PIGZ_COMP slider bar. 9 means MAX compression which basically means it will be the slowest to upload, but compress to the smallest size. 0 means least compression but takes up the most space on the server. You can play with these settings to see if it will help you out.

                    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
                    • S
                      Seb
                      last edited by

                      Is anyone else getting this issue still? Or have others been sorted out? Maybe there is something wrong with our spec?
                      We are currently running ubuntu 12.04, should i try going to 13.04/13.10?

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wolfbane8653 Developer
                        last edited by

                        I will talk to Tom today and get some new pxe’s to try out see if we can get it down to one solid file. I’m currently using undionly.kpxe.1312 from release 1312. It seems stable for my machines.

                        1 Reply Last reply Reply Quote 0
                        • JunkhackerJ
                          Junkhacker Developer
                          last edited by

                          try the latest undionly.kpxe, a longer max wait time for DHCP responses has been added and it seems to help a lot

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Seb
                            last edited by

                            [quote=“Junkhacker, post: 28386, member: 21583”]try the latest undionly.kpxe, a longer max wait time for DHCP responses has been added and it seems to help a lot[/quote]

                            Where can i find the latest undionly.kpxe? I’m sort of losing track of all the ones that i have tried.

                            1 Reply Last reply Reply Quote 0
                            • JunkhackerJ
                              Junkhacker Developer
                              last edited by

                              [url]http://sourceforge.net/p/freeghost/code/HEAD/tree/trunk/packages/tftp/undionly.kpxe?format=raw[/url]

                              signature:
                              Junkhacker
                              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                              1 Reply Last reply Reply Quote 0
                              • W
                                Wolfbane8653 Developer
                                last edited by

                                If you want to keep on the cutting edge with fog follow this thread. I know it says 0.33 but its a sync to the latest revision.

                                [url]http://fogproject.org/forum/threads/keep-up-to-date-with-all-the-fog-0-33-updates.10300/[/url]

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sushant jangale
                                  last edited by

                                  Not working for me…
                                  same error…
                                  Configuring (net0 <MAC ADDRESS>)…Error 0x040ee119
                                  and reboots

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

                                    [quote=“sushant jangale, post: 36508, member: 25752”]Not working for me…
                                    same error…
                                    Configuring (net0 <MAC ADDRESS>)…Error 0x040ee119
                                    and reboots[/quote]

                                    We need more info.

                                    The switches your working from are setup for STP? Can you disable or enable Portfast/Rapid STP?

                                    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
                                    • S
                                      sushant jangale
                                      last edited by

                                      Hello Tom,

                                      Thanks for your prompt help. I will provide you STP details in few minutes, till i have one more input for you.

                                      We have FOG Server which have 4 1G Ethernet ports and we have created bond0 from ubuntu side so that we will get 4g pipe.
                                      At switch side we have Nexus 2010 switch on which we have configured portchannel of this 4 ports.

                                      So do you think we have to disable or enable portfast/Rapid STP on this 4 ports.

                                      Just for your info we have tried replacing below kpxe files, but no luck with it
                                      [B][/B]

                                      Thanks,
                                      Sushant

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sushant jangale
                                        last edited by

                                        My switches are not STP
                                        Where do you think should i enable portfast, between fog side and dhcp server???
                                        what do you think problem is, is it time response between DHCP and Client or DHCP and FOG server.???

                                        can you give me link to download latest undionly.kpxe???

                                        thanks,
                                        sushant

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          sushant jangale
                                          last edited by

                                          HI
                                          i had problem with undionly.kpxe, so i tried Chainloading PXE to iPXE using pxelinux.0
                                          Now i have problem, when i open website , i am getting message “unable to connect to database”

                                          I am using fog 1.1.0 installed on ubuntu 14.

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

                                            When you say, “My switches are not STP”, what do you mean? They’re not STP brand, or they’re don’t have STP Enabled?

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

                                            155

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project