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

    Error 0x040ee119 FOG v1.0.0 Centos 6.5

    Scheduled Pinned Locked Moved
    FOG Problems
    8
    16
    4.2k
    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.
    • W
      wizard210
      last edited by

      I’m running version 1.0.0 follwed the steps to install from here: [url]http://community.spiceworks.com/how_to/show/78110-fog-1-0-0-on-ubuntu-server-14-04[/url]

      This is on any host I try

      1 Reply Last reply Reply Quote 0
      • B
        BPSTravis Developer
        last edited by

        Instead of checkout run an update for SVN and install again. It will use the same settings you used the first time but update to the latest release.

        One of the last few releases had some issues with the init files but that is resolved now.

        [CODE]svn up /opt/fog_1.0.0[/CODE]

        [FONT=Arial][COLOR=#000000][SIZE=12px]then[/SIZE][/COLOR][/FONT]

        [CODE]cd /opt/fog_1.0.0/bin/
        ./installfog.sh[/CODE]

        [SIZE=12px]signature:[/SIZE]
        [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

        1 Reply Last reply Reply Quote 0
        • W
          wizard210
          last edited by

          Okay I did that. Was able to register a host just fine. Went to image and go to the area where ipxe says its configuring the mac address then machine just skips imaging and logs in as normal.

          the following is in my apache log file

          [Thu May 08 14:23:55 2014] [error] [client 172.16.4.2] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/status/freespace.php on line 39, referer: [url]http://172.16.2.32/fog/mana$[/url]

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

            what exactly did you do when you “Went to image”
            did you try to use “quick image” from the ipxe boot screen?
            have you created an image profile and associated it with that computer after registering it with fog?

            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
              wizard210
              last edited by

              went to the host and chose what image i wanted associated with it. Then went to basic task and chose to create a download task. Under advanced settings I have checked Schedule instant deployment.

              1 Reply Last reply Reply Quote 0
              • M
                marquinhoxd
                last edited by

                [quote=“Marcos Marti, post: 26790, member: 24067”]This error indicates that iPXE timed out while attempting to autoconfigure a network adapter

                Its the fog server a VM or the destination PC a VM?[/quote]

                CentOS 6.5 (Fog-Server) VM - XenServer —> PC Client - LAN

                1 Reply Last reply Reply Quote 0
                • M
                  marquinhoxd
                  last edited by

                  [quote=“BPSTravis, post: 26791, member: 22444”]According to the iPXE forums that is the new error message for DHCP failing. I myself have never encountered that error.

                  Is there a switch between the FOG server and the client, if so has this server worked previously to image clients?[/quote]

                  'm noob … I am now starting to use the FOG, it is actually the first install mode! I make all install mode, the fog does not work … only with version 1.00 which is ok.
                  And I intend to use CentOS. Rather install FOG on Arch Linux or FreeBSD, but not found documentation. Can you suggest me a tutorial that works on CentOS 6.5? I am using CentOS 6.4 Tutorial Wiki, but always after installed this error occurs 0x040ee119

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

                    Question 1: Have you read the WIKI? I realize it’s inEnglish, but if you follow the steps, it works.

                    Question 2: The error being reported, is saying it can’t configure the device. Do you have a DHCP server issuing IP Addresses?

                    Question 3: Is this working properly?

                    Question 4: Have you tried a cold reboot (i.e. power off the system for a few seconds, turn it back on?)

                    From what I can establish, your Server is not passing DHCP requests at all. It gets the initial TFTP information for network boot, but nothing is actually handing out DHCP after this point.

                    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
                    • L
                      Lonnie Gaither
                      last edited by

                      [quote=“marquinhoxd, post: 26788, member: 24088”]Hi! I am brazilian and my english is not very good. …
                      I’m with FOG 1.0.1 xenserver vm installed on CentOS 6.5 and PXE menu does not work, displays the following error: Error 0x040ee119
                      What should I do?

                      [IMG]http://i.imgur.com/M86eDsd.jpg[/IMG][/quote]

                      I am getting the exact same error Marquin. I have been running FOG for a long time now, but v1.0.1 has broken. 🙂

                      I have checked my DHCP settings to make sure everything was ok, and it is. Nothing changed on the settings and the DHCP logs show that the DHCP server is being contacted:

                      10,05/14/14,16:09:32,Assign,10.28.0.32,5C260A57E7D4,3571930892,0,

                      I am also still looking for the solution.

                      -=Lon=-

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tyler Coles
                        last edited by

                        Hey guys. I’m new to this forum as well. I’m getting this same exact error, but only for some of my hardware (maybe mainly the realtek nics? could be a lenovo thing too /shrug). I’ve tried several different kernels (some official and then the ones in Tom’s signature) and BIOS settings. I was able to pxe boot from a Dell E5500 just fine throughout the day today, but not on my Lenovo hardware. I’m getting valid responses on my DHCP server (Windows Server 2008) for the realtek/lenovo cards, but it terminates at error 0x040ee119.

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

                          i believe we have found a solution to this problem
                          [url]http://fogproject.org/forum/threads/040ee119-error-on-boot.10493/[/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
                          • 1 / 1
                          • First post
                            Last post

                          168

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project