• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Brian Huxtable
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Brian Huxtable

    @Brian Huxtable

    1
    Reputation
    331
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 53

    Brian Huxtable Unfollow Follow

    Latest posts made by Brian Huxtable

    • RE: No chip? --> HP Compaq 6910p

      Was having the same issue with a E6410, flashed the BIOS and was finally able to image the machine with the latest kernel.

      I should mention that the ‘no chip?’ error still shows up, but it is able move past it. Also, I get many ‘USB enumeration’ errors but I don’t know if this is related. Main thing is that I’m able to image it : )

      posted in FOG Problems
      B
      Brian Huxtable
    • RE: In Deploy, Hangs at Checking Queue

      Seems I found the culprit. I use an SSL cert for the web interface and use mod-rewrite to redirect all traffic to https://

      This apparently is not something FOG’s web service can handle so I modified my rule set as follows:

          RewriteEngine   on
          RewriteCond     %{SERVER_PORT} ^80$
          RewriteCond     %{REQUEST_URI} !^/fog/service [NC]
          RewriteRule     ^(.*)$ [url]https://%{SERVER_NAME}$1[/url] [L,R]
          RewriteLog      "/var/log/apache2/rewrite.log"
          RewriteLogLevel 2
      

      For anyone else that wants to run their FOG web interface with SSL, I hope this helps. I’ll post anything else related to this if it comes up.

      posted in FOG Problems
      B
      Brian Huxtable
    • RE: In Deploy, Hangs at Checking Queue

      Well, I tried to reboot all my network hardware, but no luck. : ( Alas, needed to start from scratch. Everything is fine now.

      All is well that ends well, I suppose. : )

      Thanks for working with me rdegennaro!

      posted in FOG Problems
      B
      Brian Huxtable
    • RE: In Deploy, Hangs at Checking Queue

      I don’t think that is it, unfortunately. The machines I’m working with have always imaged fine and I’m testing with two different models. It does this waiting thing when I attempt to inventory a machine as well : (

      posted in FOG Problems
      B
      Brian Huxtable
    • In Deploy, Hangs at Checking Queue

      When attempting to deploy to a machine, the process gets up to 'Checking Queue … [Done]" and then:

      • (0 sec)
      • (5 sec)
      • (10 sec)
      • (15 sec)
        etc…

      I recently rebuilt this FOG server so I know that it is something I buggered-up but I can’t find any information or logs to help me debug the problem. I went through this:
      [url]http://fogproject.org/forum/threads/wiki-troubleshooting-an-image-deploy.20/[/url]
      hoping to get some insight but the images I have are in multiple files and these instructions don’t seem to take that into account.

      Any guidance would be great! : )

      posted in FOG Problems
      B
      Brian Huxtable
    • RE: Failed to Connect to DefaultMember

      LOL!! Jeez. I had two gateways defined in /etc/network/interfaces! Took it out and now we are good.

      Feeling stupid … Thank you so much!

      posted in FOG Problems
      B
      Brian Huxtable
    • RE: Failed to Connect to DefaultMember

      Unfortunately that didn’t do the trick : ( I changed them all to be same as what is found in ‘commons/config.php’. I wasn’t aware that these setting were in two places.

      I should mention that the Apache error log gets about 100 ‘PHP Notices’ every time I load a page. The ones I mentioned in the previous post are just the last two and correspond to the [SIZE=3][FONT=arial][COLOR=#000000]“Failed to Connect to DefaultMember” error. I figured they’d all be related though.[/COLOR][/FONT][/SIZE]

      [SIZE=3][FONT=arial][COLOR=#000000]Here is a sample from the error log:[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: groupid in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: node in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: id in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: imageid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: sub in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: snapinid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: storagegroupid in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: storagenodeid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: crit in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: sort in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: confirm in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: tab in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000][…][/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: [/COLOR][/FONT][FONT=arial][COLOR=#000000]Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: SERVER in /var/www/fog/management/includes/mainmenu.include.php on line 32,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: SERVER in /var/www/fog/management/includes/mainmenu.include.php on line 32,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: SERVER in /var/www/fog/management/includes/mainmenu.include.php on line 32,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: SERVER in /var/www/fog/management/includes/mainmenu.include.php on line 32,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000][SIZE=2]PHP Notice: Undefined variable: SERVER in /var/www/fog/management/includes/mainmen[/SIZE]u.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: node in /var/www/fog/management/includes/mainmenu.include.php on line 32, [/COLOR][/FONT][/SIZE]
      [SIZE=3][FONT=arial][COLOR=#000000][…][/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: groupid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: node in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: imageid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: sub in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: snapinid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: storagegroupid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: storagenodeid in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: crit in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: sort in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: confirm in /var/www/fog/commons/init.php on line 5,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: tab in /var/www/fog/commons/init.php on line 5, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: Proxy in /var/www/fog/commons/functions.include.php on line 3506,[/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined index: ngmInterface in /var/www/fog/management/ajax/dashboard.bandwidth.php on line 28, [/COLOR][/FONT][/SIZE]
      [SIZE=2][FONT=arial][COLOR=#000000]PHP Notice: Undefined variable: Proxy in /var/www/fog/commons/functions.include.php on line 3506, [/COLOR][/FONT][/SIZE]

      posted in FOG Problems
      B
      Brian Huxtable
    • Failed to Connect to DefaultMember

      [FONT=arial][SIZE=3]My previous FOG server failed and I needed to reinstall:[/SIZE][/FONT]
      [FONT=arial][SIZE=3]FOG 0.32 on Ubuntu 12.04 LTS Server AMD64[/SIZE][/FONT]

      [FONT=arial][SIZE=3]Here is my installation answer set:[/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]What version of Linux would you like to run the installation for? 2[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]What type of installation would you like to do? N[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]What is the IP address to be used by this FOG Server? 192.168.1.10[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Would you like to setup a router address for the DHCP server? N[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Would you like to setup a DNS address for the DHCP server and client boot image? N[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Would you like to change the default network interface from eth0? Y[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Would network interface would you like to use? eth1[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Would you like to use the FOG server for dhcp service? Y[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]This version of fog has internationalization support, would you like to install the additional language packs? N[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]Are you sure you wish to continue? Y[/COLOR][/SIZE][/FONT]

      [FONT=arial][SIZE=3][COLOR=#000000]I then changed the config.php to point to my MySQL server with all the previous data. Also, I moved images over from the failed machine to the new one and ran [/COLOR][COLOR=#000000]the following:[/COLOR][/SIZE][/FONT]

      [FONT=arial][SIZE=3][COLOR=#000000]sudo chown -R fog /images[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]sudo chmod -R 755 /images[/COLOR][/SIZE][/FONT]
      [FONT=arial][SIZE=3][COLOR=#000000]sudo chmod -R 777 /images/dev[/COLOR][/SIZE][/FONT]

      [FONT=arial][SIZE=3][COLOR=#000000]I can log in just fine and see all the hosts, snapins, etc. but I get a “Failed to Connect to DefaultMember” on the dashboard’s storage display and I see no bandwidth. These are the (I think) corresponding errors in Apache’s error.log:[/COLOR][/SIZE][/FONT]

      [FONT=arial][SIZE=3][COLOR=#000000]PHP Notice: Undefined index: ngmInterface in /var/www/fog/management/ajax/dashboard.bandwidth.php on line 28, referer: [url]https://kratos.dhcp.umsl.edu/fog//management/index.php[/url][/COLOR][/SIZE][/FONT]

      [FONT=arial][SIZE=3][COLOR=#000000]P[/COLOR][/SIZE][/FONT][SIZE=3][FONT=arial][COLOR=#000000]HP Notice: Undefined variable: Proxy in /var/www/fog/commons/functions.include.php on line 3506, referer: [/COLOR][/FONT][/SIZE][URL=‘https://kratos.dhcp.umsl.edu/fog//management/index.php’][SIZE=3][FONT=arial]https://kratos.dhcp.umsl.edu/fog//management/index.php[/FONT][/SIZE][/URL]

      [FONT=arial][SIZE=3][COLOR=#000000]On top of which, I can’t get a machine to PXE boot. LOL I have a feeling all of this is related to something I’m missing. Can someone help me troubleshoot this problem?[/COLOR][/SIZE][/FONT]

      posted in FOG Problems
      B
      Brian Huxtable