• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Glenn Wilson
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 27
    • Best 0
    • Controversial 0
    • Groups 0

    Glenn Wilson

    @Glenn Wilson

    3
    Reputation
    464
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 102

    Glenn Wilson Unfollow Follow

    Latest posts made by Glenn Wilson

    • RE: Fog reboots when user is logged in. ???

      That is actually not enabled. I guess I should have specified rebooting when there is a task, like changing the host name, or something. The reason I ask is that I logged in to some of my lab machines today to install some software that couldn’t be deployed. The machines all rebooted within a few minutes of logging in. The local Fog log showed that Fog was attempting to join the machines to the domain, but they had all been imaged 2 days ago.

      Is it possible for a Fog task to get “stuck” in a queue? I read this thread: [url]http://fogproject.org/forum/threads/fog-client-weirdness.11942/#post-38669[/url] that seems to point in that direction. There have been many task false starts in the past week or two, where the task was cancelled before being completed.

      Where does the actual mysql db for Fog reside?

      posted in FOG Problems
      G
      Glenn Wilson
    • Fog reboots when user is logged in. ???

      Is there a setting somewhere to prevent Fog from rebooting a machine if there is a user currently logged in? I’ve looked and haven’t been able to find anything.

      Thanks,

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: FOG TFTP server address prompt -- Any ideas?

      Many thanks, Tom. I’ll give it a try.

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: FOG TFTP server address prompt -- Any ideas?

      What is the link to that folder, Tom?

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: FOG TFTP server address prompt -- Any ideas?

      That looks like it did the trick, Tom. Tested with and without a task and it booted as expected. This will make the rest of the week (and semester) much easier. Many thanks.

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: FOG TFTP server address prompt -- Any ideas?

      Tom,

      I would certainly appreciate your assistance. There are several more labs to image this week and entering the tftp server ip address on each machine multiple times is not ideal. The server address is 10.58.11.55. I am using the undionly.kpxe that you suggested last week (link above). Attached is a pic of the error message if the server is incorrectly entered.

      This is puzzling to me, also, as this issue only cropped up once last week while I was testing various kernels and it wouldn’t boot anyway.

      [url=“/_imported_xf_attachments/1/1602_IMG_20150112_170252892_HDR.jpg?:”]IMG_20150112_170252892_HDR.jpg[/url]

      posted in FOG Problems
      G
      Glenn Wilson
    • FOG TFTP server address prompt -- Any ideas?

      Fog 1.2 under Ubuntu 13.10 with a proxy dhcp server. After some tweaking, this install seems to be working perfectly with one exception. After the initial pxe boot, there is a prompt to enter the ip address of the tftp server (pic attached). Entering the address allows the boot process to continue.

      This did not happen with the kernels we previously tested in Fog 1.2 or with any kernel in Fog .32.

      I am using the [B]undionly.kpxe[/B] from [B][I][url]http://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp[/url][/I][/B], as suggested by Tom Elliott. This boots our 790s and 7010s.

      I’ve looked everywhere I can think of to plug in the server address, but to no avail. Below are some of the config files for the server.

      Not sure where else to check. TE suggested building a custom undionly.kpxe, but I’d like to see about an easier solution, if one exists, before opening that can of worms.

      All help/suggestions appreciated.

      [U][B]default.ipxe[/B][/U]
      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch i386
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain [url]http://10.58.11.55/fog/service/ipxe/boot.php##params[/url]

      [U][B]ltsp.conf[/B][/U]

      if port=0 is not commented out, we lose internet connectivity on the fog server,

      but all server functions work

      port=0

      log-dhcp

      enable-tftp

      tftp-root=/tftpboot
      dhcp-boot=undionly.0,10.58.11.55

      dhcp-option=17,/images

      dhcp-option=vendor:PXEClient,6,2b

      dhcp-no-override
      pxe-prompt=“Press F8 for boot menu”, 3
      pxe-service=X86PC, “Boot from network”, undionly

      pxe-service=X86PC, “Boot from local hard disk”, 0

      pxe-service=x86PC, “Install windows from RIS server”, 1

      dhcp-range=10.58.11.55,proxy

      dhcp-range=192.168.0.20,192.168.0.250,8h

      dhcp-host=00:20:e0:3b:13:af,10.160.31.111,client111,infinite

      [U][B]tftpd-hpa[/B][/U]
      sleep 30

      /etc/default/tftpd-hpa

      FOG Modified version

      TFTP_USERNAME=“root”
      TFTP_DIRECTORY=“/tftpboot”
      TFTP_ADDRESS=“10.58.11.55:69”
      TFTP_OPTIONS=“-s”

      [url=“/_imported_xf_attachments/1/1601_IMG_20150112_135614954_HDR.jpg?:”]IMG_20150112_135614954_HDR.jpg[/url]

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: Is this a timing problem? Machines sometimes boot properly

      Is it possible to roll my own using the kernel that is working for me now?

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: Is this a timing problem? Machines sometimes boot properly

      I tried the edit and restarting dnsmasq, but the tftp server prompt persists, even after several reboots. Should the change be immediately evident, or does it take some time?

      posted in FOG Problems
      G
      Glenn Wilson
    • RE: Is this a timing problem? Machines sometimes boot properly

      Do any services need to be restarted after changing the ltsp.conf file?

      posted in FOG Problems
      G
      Glenn Wilson