• Help with Dell Optiplex 9020

    3
    0 Votes
    3 Posts
    1k Views
    J

    You be the man cause I’m out of a jam…:)

  • PXE Boot Issue with Fog 0.33b

    10
    0 Votes
    10 Posts
    4k Views
    B

    Personally I only use the menu for joining new machines to FOG, after that I do everything from the webUI unless I need the debug menu.

    And even now i’m not using that as much thanks to PDQ Invntory, I just export the machines from there into FOG.

  • Browse to http://FOGSERVER/fog/client

    17
    0 Votes
    17 Posts
    6k Views
    Jaymes DriverJ

    I normally append a sudo to every command that installs, or edits, you will usually need the root permissions to complete the actions properly.

    if you run a command and ti doesn’t work because you for got to sudo you can use what is called a Bang Bang to recall your last command and just put sudo in front of it.

    For example:
    [code]
    ln -s var/www/fog /var/www/html/fog[/code]

    Would fail, you need root privileges to move things to that folder, or you have to be an owner of that folder.
    so to re run the command with the terminal still open you can either press the up arrow and scroll back to the beginning and type sudo, which sometimes is the best bet. Sometimes I make errors when my fingers get excited and type isntall 😛

    or you can use the BangBang
    [code]
    sudo !![/code]

    There are others this is just easiest.

  • 0 Votes
    19 Posts
    8k Views
    Tom ElliottT

    Issue was:

    TFTP Server Settings were set incorrectly.

  • Fog 0.33b doesn't begin uploading after task scheduled.

    11
    0 Votes
    11 Posts
    3k Views
    Tom ElliottT

    [code]# DHCP Server Configuration file.

    see /usr/share/doc/dhcp*/dhcpd.conf.sample This file was created by FOG

    use-host-decl-names on;
    ddns-update-style interim;
    ignore client-updates;
    next-server 10.233.219.152;

    subnet 10.233.219.0 netmask 255.255.255.0 {
    option subnet-mask 255.255.255.0;
    range dynamic-bootp 10.233.219.200 10.0.7.250;
    default-lease-time 21600;
    max-lease-time 43200;
    option domain-name-servers 10.233.219.5;
    option routers 10.233.219.152;
    filename “undionly.kpxe”;[/code]

  • TFTP Problems?

    13
    0 Votes
    13 Posts
    4k Views
    Tom ElliottT

    Please use 0.33 and report any issues.

  • Fog wont load past kernal_thread_helper+0x6/0x10

    62
    0 Votes
    62 Posts
    41k Views
    JunkhackerJ

    we have moved to partclone for compatibility reasons. you do not want to use partimage for new images.

  • Unable to connect to tftp server.

    16
    0 Votes
    16 Posts
    15k Views
    L

    Its seemed like a silly thing that all the passwords must be the same 🙂 but it actually worked … After changing all the passwords everything works like it should !!! god dam it !

  • Scheduled Tasks and FOG 0.32

    8
    0 Votes
    8 Posts
    3k Views
    Tom ElliottT

    Thank you Neil, it just makes it easier for people to copy paste and such.

  • Win8 New Host fog 0.32

    2
  • Unable to access the FOG URL(remote user interface)

    25
    0 Votes
    25 Posts
    21k Views
    J

    Thank you for the replies.

    Since I already have the latest version installed. I will just try that quick. If it works, great. If not, then i’ll go back to version 13.

    Justin

  • Fog server dhcp issues

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    C

    Please start your own thread and link back to this one if it contains pertinent information.

  • FOG 33b - installation - HP Elite 8300 SFF

    145
    0 Votes
    145 Posts
    173k Views
    A

    Have now connected everything to the school VLAN again.

    Rebooted after fixing sleep 30.
    Checked multicast log - no log for the last 3 hours
    Multicast to 2 HP
    TFTP is now running after reboot (problem fixed)
    Multicast failed as expected
    Stop and start multicast
    Multicast to 2 HP
    Multicast worked as expected
    Checked multicast log - it is running now, BUT, the log shows 7:30 PM when it is actually 9:30 PM on the Ubuntu clock as it is in reality here in Norway. I just mention it in case it has significance.

    This multicast problem is now predictable and fixable for me. I’m heading home.

  • Error "driver Mdio-gpio Already Registered Aborting"

    22
    0 Votes
    22 Posts
    11k Views
    Jaymes DriverJ

    [quote=“Stars75238, post: 25697, member: 23572”]OK, after all my issues, self inflicted, I was able to get the kernel installed and it is working perfect. Seems I noticed when I stopped trying to make it overly difficult it was easy. Thank you for all your help.[/quote]

    Welcome to FOG 😄

  • 0 Votes
    4 Posts
    1k Views
    B

    Enabling Compatibility Mode in IE 10 fixes this issue.

  • Errory deploying images

    12
    0 Votes
    12 Posts
    4k Views
    A

    Hello,
    So after changing the sata operation mode from to Raid it seems to be proceeding with the deploy process. I am sorry I did not try this before I just figured that fog would work with IDE or ACHI mode both which i had tried earlier.

    Thank you both of you for you help with this issue. although I am still confused why raid mode would work while ide does not.

  • FOG image upload through fogweb ui stuck on queue

    7
    0 Votes
    7 Posts
    3k Views
    Jaymes DriverJ

    No fog can use its own storage, in my experience I have always used a DHCP server to dole ip addresses, I have never successfully used a static network. I set fog at a static ip address so it never changes, and you can set your machines at static ip addresses, but in my experience pxe booting, something needs to be giving addresses for the machines to have during the boot process.

    If you are not interested in using a DHCP server, look into the dnsmasq option and server proxy ip addresses for the pxe boot process only.

    IMHO I think it a better idea to use DHCP and just reserve your addresses to a MAC, but to each his own.

  • TFTP Error Can't find pxelinux.0

    3
    0 Votes
    3 Posts
    2k Views
    Jaymes DriverJ

    DNSMASQ can help with supplying the boot server and file name to multiple subnet, it may be something to think about.

  • Problems with Hours on fog.

    9
    0 Votes
    9 Posts
    3k Views
    B

    And you have restarted apache2?

    Is there another line in the config with a different timezone set? If there is one further down it will override the line you are setting.

  • FOG 0.32 - DefaultMember not contactable via proxy

    2
    0 Votes
    2 Posts
    1k Views
    B

    [SIZE=13px][FONT=arial][COLOR=#262626]Other Information->FOG Settings->General Settings->FOG_PROXY_IP and FOG_PROXY_PORT[/COLOR][/FONT][/SIZE]

210

Online

12.3k

Users

17.4k

Topics

155.7k

Posts