• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Amy Emberson
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Amy Emberson

    @Amy Emberson

    0
    Reputation
    319
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Amy Emberson Unfollow Follow

    Latest posts made by Amy Emberson

    • RE: [SOLVED] TFTP Problems

      Figured it out. Our network administrator placed prelinux.0 in 067 instead of pxelinux.0. Simple typo! So glad that’s all it was. Everything is working perfectly now. Upload my first image!! 🙂

      posted in Windows Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      See the following

      [url]http://fogproject.org/forum/threads/tftp-problems.6442/[/url]

      posted in FOG Problems
      A
      Amy Emberson
    • [SOLVED] TFTP Problems

      Hello All,

      I am running FOG on Ubuntu 12.04 LTS and my clients will not boot from PXE. TFTP doesn’t ever try to load. I have read several posts about the service starting before the interface can come up causing errors. I tried all of these fixes but it still will not boot into FOG menu.

      I have mainly followed the threads below to fix
      [url]http://fogproject.org/forum/threads/tftp-issues-but-fixable.779/[/url]
      [url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url]

      [B]Fixes applied:[/B]
      [LIST]
      [*]In /etc/rc.local
      [/LIST]
      [CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]

      [LIST]
      [*]Created my own script to restart the service when network is up
      [/LIST]
      /etc/network/if-up.d/tftpd-hpa
      [CODE]#!/bin/sh
      restart tftpd-hpa[/CODE]

      [LIST]
      [*]In /etc/default/tftpd-hpa
      [/LIST]
      [CODE]TFTP_USERNAME=“root”
      TFTP_DIRECTORY=“/tftpboot”
      TFTP_ADDRESS=“x.x.x.x:69”
      TFTP_OPTIONS=“-s”[/CODE]
      Xs = my server’s ip address

      [LIST]
      [*]On the client (Windows 7)
      [/LIST]
      Opened cmd and ran this
      [CODE]tftp x.x.x.x get pxelinux.0[/CODE]
      and it came back as transfer successful

      [LIST]
      []Options 066 and 067 on our networks DCHP server are set correctly and 060 is unticked.
      [/LIST]
      [LIST]
      [
      ]All firewalls are turned off by default in ubuntu 12.04 but double checked this, and yes they are off
      [*]The client is on the same network as the fog server
      [/LIST]
      Is there something I’m missing here???

      posted in Windows Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      Okay, I appreciate all your help!

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      I’m looking at /etc/fstab and all the filesystems are on default, none of them say noexec.

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      We are going to start over from scratch. My boss wanted to use CentOS instead of Ubuntu because of more stability. I’ve convinced him now that we need to use what is RECOMMENDED! lol Sorry that this a been a roller coaster. Thanks for all your help!

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      I’m logged in as root. Everything I’ve done on this server has been as root

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      When trying to start the FOGMulticastManger service using
      [CODE]service FOGMulticastManager start[/CODE]
      It comes back and says Permission Denied. The path for that service is /opt/fog/service/FOGMulticastManager/FOGMulticastManager

      I change the permissions like suggested above to rwxr-xr-x root root for the file /etc/init.d/FOGMulticastManager
      Still says permission denied. The services are enabled.

      NICs are set for bridged.

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      Everything is updated, i made sure to run the updates through yum at least three times today before starting the FOG installation. One thing I probably should mention is that i have another NIC on this VM which is disabled for now. This shouldnt interfere should it? Our plan is to run this on every vlan on our network, which will require multiples NICs.

      As far as log files, no its been a while since I have used linux. I used to know bash shell really well bc of previous programming experience. Just been a while since ive utilized it. I will get you those lines as soon as I can.

      posted in FOG Problems
      A
      Amy Emberson
    • RE: Error Installing Fog - FOG Multicast Management Server Failed

      Choosing option 1 for Redhat
      Normal mode
      Everything else is defaults except choosing to make FOG dchp server which is no. We are integrating our own network with fog

      posted in FOG Problems
      A
      Amy Emberson