• Unable to connect to storage node with Ver 1.2.0

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    Run updates on the main server and nodes, make them all match.

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

    Ensure FTP functions correctly on your nodes.

    Also, it sounds like you’re using the location plugin ??
    Ensure the locations are set properly. Reset them if you need.

  • No Reply when PXEBoot

    Unsolved
    4
  • Deploying an Image

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    ch3iC

    @tvigneau 😄

  • Adding a new hard drive to a fog server

    Unsolved
    2
    0 Votes
    2 Posts
    939 Views
    Tom ElliottT

    You have to create the node on the gui

  • target partition size is smaller than source

    Solved
    15
    0 Votes
    15 Posts
    7k Views
    Wayne WorkmanW

    @TheKoR said:

    Up to 3480 : no problem anymore

    Wild.

  • FOG Nodes At BoVPN Locations

    3
    0 Votes
    3 Posts
    1k Views
    Lee RowlettL

    @Alex-Grier we have multiple sites across the UK utilizing the Multiple TFTP servers, Location Plugin (where you can also specify that the node is TFTP if you do not want to use multiple tftp servers) and imaging is as quick on remote sites as it is local (since Junkhackers speed increases - 1GB LAN 14.68gb/min averaging out at 8.58gb/min!!) and images sync pretty quick thanks to Tom’s awesome addition to the replication allowing multiple streams and you can also control the bandwidth by adding bandwidth limits.

  • .mntcheck file is missing

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    Wayne WorkmanW

    files in Linux that begin with a period are hidden.

    ls lists files.
    -a includes hidden files.
    -l shows permissions and ownership.
    -R is the recursive flag.

    So this command would show every single file in /images and it’s sub-directories:
    [CODE]ls -laR /images[/CODE]

    You could pipe that with grep, which is a powerful searching tool and just search for .mntcheck

    [CODE]ls -laR /images | grep .mntcheck[/CODE]
    That will only show all instances of .mntcheck inside the /images directory.

    There should be two.

  • New to Fog.... A little help with hostname changer and Join AD

    Unsolved
    25
    0 Votes
    25 Posts
    18k Views
    Wayne WorkmanW

    I’d recommend (just for the purposes of troubleshooting) these things:

    Default OU blank
    use your domain Administrator as the default user
    Administrator password

    then, I’d play with the domain name…
    Try your FQDN (fully qualified domain name)
    Try your sloppy domain name (example for My.SchoolDistrict.k12.mo.us you’d just put in “My”)

    No need to change any php files. This is FOG Trunk, the days of editing PHP files are over.

    The rest of your settings look good.

    Now, if none of this works… keep in mind that this client is in BETA. If you want to pursue this further, please contact @Jbob

    Does your legacy client work?

  • Apache will not start

    Solved
    27
    0 Votes
    27 Posts
    15k Views
    Tom ElliottT

    Solved as the Apache error is corrected for in latest svn.

  • FOG 1.2.0 - WOL on multiple VLANs

    30
    0 Votes
    30 Posts
    16k Views
    Tom ElliottT

    @Jeroen-Brussich said:

    Let’s bump an old topic 🙂

    Do I have to tag my FOGserver in all VLANS in order to get this plugin working?
    And configure all VLANS on my FOGserver?

    /etc/network/interfaces eth0.1 (default vlan) eth0.100 (vlan 100) eth0.1000 (vlan 1000)

    No.

    The WOLBroadcast plugin just needs your networks broadcast addresses specified. Once specified, you will likely need udp-directed-broadcast enabled on your switches. After that, fog will send WOL packet to each of the broadcast addresses.

  • Fog Nodes Not Syncing

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
  • Blacklist for duplicate MAC's

    Unsolved
    16
    0 Votes
    16 Posts
    5k Views
    TrevelyanT

    Ah ok! Maybe this is default behaviour now? Tom will probably weigh in soon.

    I’ll upgrade to SVN later and see what happens myself.

  • Fog Upgrade 0.31 to 1.2.0

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    D

    @Trevelyan Yes, I just restarted it to test, and it came right back up and I was able to login. So it looks good so far! Thanks for trying to help so much btw, I really appreciate it.

  • Strange error: Just booted my fog server got database installer / updater

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    There might be relevant parts in that article, but it was last updated in 2011.

    I should re-write it… I’ll put it on my to-do list (I actually have a to-do list here).

    If you can get another HDD in, format it, mount it, etc, you could simply add a new storage node and point the path to your new HDD. Set your permissions on that new directory as 777 and it ought to work.

  • PXE boot in previous environemnt

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    Firstly, please check back to this thread because a developer might provide a solution.

    So, normally, when a client “exits” from the FOG PXE environment (when it sees that there are no tasks waiting for it), it can hand off control to the local system in three different styles, all of which assume booting from the local HDD.

    See picture:

    ExitToHardDriveType.png

    Somehow, one of those (or add a new one?) will need to be modified to detect if said system needs to boot to the HDD or to the network. Because currently all of those point to the local HDD.

    Chainloading to the appropriate boot-file will be involved for the systems that need to boot to network.

    The Advanced Configuration Options will likely need to be used to accomplish this:

    advancedconfigoptions.png

    I’m not sure how that’d be accomplished.

  • Moving images from 1.0 Server to 1.2 Server

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    Tom ElliottT

    @techpromise said:

    Thanks for the help guys, I decided to manually add the images back in as the SQL dump carried over some errors from the old system.

    How do I mark this as solved?

    Ask us and we will oblige.

  • iPXE boot not working after latest upgrade

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    sarge_212S

    I get that, Wayne, and I don’t think that’s harsh. I should have commented on your suggestion. Better late than never: The weird thing I saw was when I did a download with debug, and then ran fdisk was I only saw one partition. I didn’t really understand that and still getting my feet wet with FOG decided to revert back to a snapshot before going any further. I really do appreciate the help and knowledge you guys have, I would be sunk without your help!! Thanks again. I’m going to try upgrading to the latest Trunk version and see what happens. Thanks!

  • Problems Deploying Image Fog 1.2 Ubuntu 14.04

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    B

    For the Windows 7 machines try going into image management and change your image type to multiple partition image single disk. I had this same issue today and found that this fixed it.

  • Problems after update from 0.32 to 1.2.0

    Unsolved
    48
    0 Votes
    48 Posts
    18k Views
    Wayne WorkmanW

    @Vickie-Osbornr said:

    Asus X200M

    Are we working with this one?

  • Password Menu Options

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Joseph HalesJ

    Here is what I have set currently. menu.png
    Maybe it would be simpler to add a check box to add these to the advanced menu amd then check the login box there.

153

Online

12.3k

Users

17.4k

Topics

155.6k

Posts