• TFTP Error after changing management password

    2
    0 Votes
    2 Posts
    2k Views
    C

    I was able to fix my own issue and here is how I did it.

    I changed my management username back to [B]‘fog’[/B]

    It looks as if you are [B]NOT[/B] allowed to change the username. The username [B]MUST[/B] be set as [B]‘fog’[/B]

    You [B]MUST [/B]also rename the fog user account created within Ubuntu to match the password within the web interface. (#sudo passwd fog)

    Maybe we can create some sort of sticky thread on this and common TFTP and SQL issues concerning the config.php file. I see this all over the web but no real answers.

    I hope all foes well with whoever is reading this!

  • Kernel Loading very slowly

    3
    0 Votes
    3 Posts
    2k Views
    Y

    All the clients are connected to the gigabit switch and are using gigabit ports.

    [quote=“Zardan, post: 1859, member: 185”]Are the clients also connected to a gigabit switch? 10min for that size sounds like ~100mbit speeds.
    Ive had the exact same issue when imaging a computer lab that had a old switch with only 100mbit ports, replacing it with a switch that had 1000mbit uplink to the rest of the network fixed the issue for me. Tftp traffic seems to take big hit when the network is overloaded.
    If everything looks ok make sure the server have negotiated 1000mbit with the switch.[/quote]

  • Attempting to register host

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Restore PC with fix MBR and settings users

    5
    0 Votes
    5 Posts
    2k Views
    T

    Maybe this could be the solution to my problem?

    Release date: October 27, 2008

    Fixed wipe tasks’ kernel argument issue (2076993) Added option to add computer to domain from fog.reginput
  • Clients don't receive DNS Information via DHCP

    5
    0 Votes
    5 Posts
    3k Views
    J

    The DNS-Server isn’t assigned automatically - the FOG-Client only uses bootp for PXE-Boot and after that Kernel-DHCP.

    If you need DNS inside the FOG-Client you can use the PXE_IMAGE_DNSADDRESS setting.

    But I don’t know why your gateway is missing…

  • HOW TO ONLY CHANGE THE HOSTNAME ON THE CLIENT COMPUTERS ?

    4
    0 Votes
    4 Posts
    3k Views
    J

    once your hosts are in your Fog inventory, you can simply click edit for the host you want to change, then change the hostname right there in your FOG web-admin page.

    Simplified:
    Log in to Fog -server with your web browser…
    Click on Host Management
    Click Edit for the host you wish to change
    Change Hostname.

    Now, this will automatically rename and reboot the system (if the fog client has hostname changer enabled.-- see screenshot)

    [ATTACH=full]64[/ATTACH]

    [url=“/_imported_xf_attachments/0/64_fog-service.JPG?:”]fog-service.JPG[/url]

  • Full Duplex Mode - Is it Possible?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Web Interface Running slow

    2
    0 Votes
    2 Posts
    2k Views
    C

    maybe this helps 8a copy fron the old forum):

    The disk pie chart (along with the server stats page) time out and returns Unable to pull server information

    The issue: the Fetch function uses the proxy settings provided in the fog settings (otherInfo>Fogsettings) but the storage node is most likely to be on the same LAN (or even the same server) and does not require a proxy sever.

    FIX1: configure the proxy server to deal with internal requests.
    OR
    FIX2: at the very end of /var/www/fog/commons/functions.include.php

    replace these 2 lines
    <code>
    //Proxy
    if($Proxy)
    </code>
    with:
    <code>
    //Proxy
    $url1 = explode(“/”, $URL);
    $noproxyfor = array(“192.168.”, “10.”);
    foreach($noproxyfor as $ip) {
    if(substr($url1[2], 0, strlen($ip)) == $ip) $Proxy = false;
    }
    if ($Proxy)
    </code>

    the array is of the IPs of the servers/ranges that you do not wish to proxy. it looks at the start of the hostname for the strings in the array
    eg. any host starting with “192.168.” and “10.” so this would include “192.168.1.2” and “10.2.5.7”
    feel free to add and edit the values in teh array for your lan/server

  • Fog saving images as gz directories

    3
    0 Votes
    3 Posts
    2k Views
    A

    Ahh, good to know. I’m sure that’s what it is. Thanks!

  • HOSTNAME CHANGER WITH FOG SERVER

    2
    0 Votes
    2 Posts
    8k Views
    J

    [B] A few things:[/B]
    Why can’t you just leave domain info blank in fog settings?

    Another option, don’t use the fog service, just use hostname change early setting and computer name will get renamed while still in linux before it ever boots into Windows. Since fog service isn’t installed you won’t join domain.

    netdom is not required

    Finally if your set on doing the way you are now, then download the Fog service source, download a C# compiler and remove the code that joins to the domain. It is pretty straitforward. The joys of open source.

  • NAS as Storage Node

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Scheduling Image tasks

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Unable to Deploy Images

    2
    0 Votes
    2 Posts
    1k Views
    A

    I am having the same problem. As a workaround I deploy images manually as described here: [url]http://fogproject.org/wiki/index.php?title=Troubleshooting_an_image_push_to_a_client[/url]

  • Is it possible to deploy images with all the apps included?

    3
    0 Votes
    3 Posts
    2k Views
    S

    [quote=“Zardan, post: 1888, member: 185”]Yes it is, it copies everything.
    Windows and few other applications may require that you activate them again after cloning due to hardware changes.[/quote]
    I see. Thx a lot!!

  • Issue after upgrade

    1
    0 Votes
    1 Posts
    948 Views
    No one has replied
  • Deploy 1/6th Speed of Upload. New .32 install on ubuntu 11

    2
    0 Votes
    2 Posts
    1k Views
    J

    bump? lol.

  • Add Normal Wipe to PXE Boot Menu

    5
    0 Votes
    5 Posts
    4k Views
    S

    Use the following guide to add the DBAN .iso to your boot menu - [url]http://fogproject.org/forum/threads/how-to-modify-the-pxe-boot-menu-to-allow-the-booting-of-iso-files.154/[/url]

    you can download dban here - [url]http://dban.org/[/url]

  • Failed to deploy image to my clients

    5
    0 Votes
    5 Posts
    4k Views
    M

    hahah opps sorry my bad…

    yes im allready uploaded image from other host (and success deploy it on other host).

    and it’s not .gho it’s (.mbr,,.img).

  • Booting from external

    2
    0 Votes
    2 Posts
    1k Views
    M

    [quote=“testbuck, post: 1791, member: 625”]Hello people,

    This might be a bit off the topic but i have a few questions,

    I’m running a compeny, and since i have to get everything legal i would like to well sort of copy my computer to a external USB/ Harddrive, so i’m able to boot from that and download cracked versions of programs.

    So my question is, is there anything that i can do to get like W7 on a USB and boot from that and install the programs without having anything on my local PC ?

    K.[/quote]

    So you just said you have to get everything legal, so why would you want to do the total opposite and download illegal cracked software?

  • SiS Drivers

    1
    0 Votes
    1 Posts
    929 Views
    No one has replied

176

Online

12.4k

Users

17.4k

Topics

155.9k

Posts