• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Wolfbane8653
    3. Posts
    W
    • Profile
    • Following 2
    • Followers 3
    • Topics 29
    • Posts 572
    • Best 19
    • Controversial 0
    • Groups 1

    Posts made by Wolfbane8653

    • RE: Couple of minor changes to Management Console that would speed things

      [quote=“Junkhacker, post: 27705, member: 21583”]inside /fog/lib/hooks there is a file named AddHostSerial.hook.php
      if you edit it to say var $active = true; it will list the serial numbers of the computers in the host view[/quote]

      :eek: that’s awesome!!!

      You can see the Models too if you do the same to fog/lib/hooks/AddHostModel.hook.php

      posted in Feature Request
      W
      Wolfbane8653
    • RE: IPXE problem

      Some pics or error logs please.

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: DHCP

      It maybe possible to change the settings in /opt/fog/.fogsettings to enable dhcp and the appropriate dhcp settings… Then you would need to “update” you fog server. This should install DHCP and set the settings in .fogsettings. Then you can just disable/enable the dhcp service depending on the network you get on.

      THIS IS NOT TYPICAL. TRY TO STAY ON ONE NETWORK! Either put fog server on the windows network or on the private. What your proposing is going to cause chaos in DHCP world if you mess something up.

      posted in General
      W
      Wolfbane8653
    • RE: How does changing server IP address affect clients?

      simply put…if you put in a static address on the client then that client will always look to that IP. If you change the ip of the server then you just messed up your images.

      posted in General
      W
      Wolfbane8653
    • RE: Hostname CHanger not working since moving to 1.0.1

      FYI avast has a false positive on FOG Client. You will needed to make an exception for “Program Files” and in All Users “Startup” in windows.

      Windows 7 Avast! Exceptions:
      C:\Program Files\FOG*
      C:\Program Files (x86)\FOG*
      C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\FOGTray.exe

      Windows 7 Firewall Settings: (run as administrator–>cmd)
      ::Allow Fog Client Thru Firewall
      netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“C:\Program Files\FOG\FOGService.exe”
      netsh advfirewall firewall add rule name=“Fog Service” dir=in action=allow program=“C:\Program Files\FOG\FOGServiceConfig.exe”
      netsh advfirewall firewall add rule name=“Fog Tray” dir=in action=allow program=“C:\Program Files\FOG\FOGTray.exe”

      Not sure on the Windows 8 though.

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: Fog 1.0.1 fresh install on ubuntu 12.04

      So your saying…

      On Fog server: “i have that DELAY” on [url]http://localhost/fog/management[/url]

      On Different computer accessing fog Web Gui: Works correctly when accessing [url]http://<fog[/url] server ip>/fog/management

      posted in General
      W
      Wolfbane8653
    • RE: Fog 1.0.1 fresh install on ubuntu 12.04

      No, you don’t have to upgrade Ubuntu. Ubuntu 12 is very stable. I just jumped to 13.10 and there hasn’t been much of an issue. BUT I installed a fresh OS then a fresh fog, so I didn’t run into issues.

      posted in General
      W
      Wolfbane8653
    • RE: Hostname CHanger not working since moving to 1.0.1

      So was it relating to Windows Firewall, Avast, or Windows domain?

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: Fog 1.0.1 fresh install on ubuntu 12.04

      please update your php5.

      [CODE]sudo apt-get update
      sudo apt-get upgrade[/CODE]

      my current version is…on Ubuntu 13.10
      [CODE]$ php -v
      PHP 5.5.3-1ubuntu2.3 (cli) (built: Apr 4 2014 01:10:38)
      Copyright © 1997-2013 The PHP Group
      Zend Engine v2.5.0, Copyright © 1998-2013 Zend Technologies
      with Zend OPcache v7.0.3-dev, Copyright © 1999-2013, by Zend Technologies[/CODE]

      posted in General
      W
      Wolfbane8653
    • RE: Unable to start task - Unable to connect to TFTP server

      14.04 still has issues and 13.10 will work about half the time after reboot

      [url]http://fogproject.org/forum/threads/tftpd-hpa-not-starting-on-reboot.10560/[/url]

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: Fog 1.0.1 fresh install on ubuntu 12.04

      What version of PHP do you have installed?

      [CODE]php -v
      [/CODE]

      posted in General
      W
      Wolfbane8653
    • RE: MYSQL & TFTP Stops randomly after update from 0.32 to 1.0.1 and 12.04 to 14.04

      [url]http://fogproject.org/forum/threads/tftpd-hpa-not-starting-on-reboot.10560/[/url]

      posted in FOG Problems
      W
      Wolfbane8653
    • Tftpd-hpa not starting on reboot.

      I have seen this over and over again. I would like to purpose some helpful information about this. This service “tftpd-hpa” should not be troubleshot here. [COLOR=#0000ff][U][B][URL=‘https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/522509’][COLOR=#0000ff]HERE[/COLOR][/URL][/B][/U][/COLOR] is the proper location to ask about this. You can do a few things to fix this problem.

      1.) Just restart it yourself (depending which OS try…)
      [CODE]sudo tftpd-hpa restart
      sudo service tftpd-hpa restart
      service tftpd-hpa restart[/CODE]

      2.) Create an script to restart the service when user logs in.

      3.) Ubuntu 14.4 users should follow this until they fix the package for this version

      [QUOTE]R[SIZE=12px][FONT=monospace][COLOR=#333333]eplace the line “start on runlevel [2345]” in /etc/init/[/COLOR][/FONT][/SIZE][SIZE=12px][FONT=monospace][COLOR=#333333]tftpd-hpa.[/COLOR][/FONT][/SIZE][SIZE=12px][FONT=monospace][COLOR=#333333]conf with “start on (filesystem and net-device-up IFACE!=lo)” and now it starts on boot.[/COLOR][/FONT][/SIZE][/QUOTE]

      [SIZE=2]Anyone else care to share creditable [/SIZE]information[SIZE=2]?[/SIZE]

      posted in Linux Problems
      W
      Wolfbane8653
    • RE: Schema Update Problem in 1.0.1

      When installing fog did you input a password in for mysql?

      If so you will need to change that in a config.php file. I can’t remember the location off the top of my head.

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: IPXE issue

      Can you send a pic or give just a bit more info?

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: Fog Prep page/link

      😄 it’s been added!!! footer of [url]http://<fog[/url] server address>/fog/management/

      posted in Feature Request
      W
      Wolfbane8653
    • RE: 2 requests

      yes|no? opinions?

      posted in Feature Request
      W
      Wolfbane8653
    • RE: Hostname CHanger not working since moving to 1.0.1

      One more piece of info needed is the Active Directory settings on that host.

      Host Management --> (the host having issues) --> [URL=‘http://rasdfog.dyndns.org/fog/management/index.php?node=host&sub=edit&id=1#host-active-directory’]Active Directory[/URL]

      IS that info checked and filled out?

      Edit: (facepalm)

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: Acer travelmate 5542 kernel problem

      Are they the same manufacturer? Surprisingly, different manufacturer’s will have different sized drives and still call them the same.

      Example:
      Toshiba: 80GB --> 78.2GB usable
      WD: 80GB --> 79.4 usable

      Just throwing out some info hopefully this may help.

      posted in FOG Problems
      W
      Wolfbane8653
    • RE: IPXE issue

      Rename your old unionly.kpxe and attempt this undionly.kpxe file.
      [CODE]wget -O /tftpboot/undionly.kpxe https://sourceforge.net/p/freeghost/code/1312/tree/trunk/packages/tftp/undionly.kpxe?format=raw[/CODE]

      Please post your results in this fassion…

      [B]<Manufacturer Model>[/B]
      [I]<Network controller/model>[/I]
      Boot 1: # of attempt(s) to get to Fog Menu
      Boot 2: # of attempt(s) to get to Fog Menu
      Boot 3: # of attempt(s) to get to Fog Menu

      Example:
      [B]Dell D610[/B]
      [I]Broadcom Controller[/I]
      Boot 1: 1 of attempt(s) to get to Fog Menu
      Boot 2: 1 of attempt(s) to get to Fog Menu
      Boot 3: 1 of attempt(s) to get to Fog Menu

      posted in FOG Problems
      W
      Wolfbane8653
    • 1 / 1