• Active Directory settings from Groups menu don't save if Group is empty

    Solved
    10
    0 Votes
    10 Posts
    6k Views
    george1421G

    @FlowLive So far the persistent groups as I laid out in the kb and link previously is working in my environment. A formal solution (authored by the devs) would be better. But if there is no plan to support persistent groups in fog 1.3 (as of today) then this solution should work for you too. You will just need to create your host consistent templates and then setup your host groups as outlined in the KB.

  • Private key not found

    Solved
    14
    0 Votes
    14 Posts
    5k Views
    Tom ElliottT

    The issue, for others who may stumble across.

    If you’re getting Private key not found but all the data seems to point that you do have a Private key file. Make sure the node (ip address or whatever) is actually a node within the system.

    In @raumin’s case fog-server was not the node he was working with. The node he had defined was a NAS. NAS’s suck (plain and short) but have their own uses. (No offense to anybody using one, just they’re a bit of a pain to play with to get working with fog).

    So the clients were looking at the thing @raumin is using as the GUI access point for private key. This was not a defined node (and I will try to come up with a better approach).

    The fix, for now, is to always have a node for the GUI as well. You do not need to have the node enabled for things to work, and I would highly recommend against using in such a setup (NAS->Central GUI) trying to make the GUI node a “master” of the group it’s working with, unless you want it setup in such a way.

    For our fix. We created a definition for the node and gave it the proper ip address. All started working immediately.

  • Unable to boot Fog from PXE

    27
    0 Votes
    27 Posts
    19k Views
    C

    Hi Gents,

    I am no expert, but hopefully my input can help a little.

    First, quick MACLookUp on the MAC in the screenshot 080027 cadmus computer systems, looking for cadmus computer systems, VirtualBox came up. so that’s that. https://www.virtualbox.org/pipermail/vbox-dev/2011-August/010036.html

    Just this past week i had an issue with our POS system that runs over PXE (Nothing to do with FOG).

    Scenario

    EXSi 5.5 Upt 2 host running Windows 7 guest and inside the guest VirtualBox. Inside VirtualBox a Virtual machine running our POS system (Point of Sale jst fyi 🙂 ) that is called via PXE.

    The PXE call would time out, which i think is the problem you are having.

    The way i was able to make it work was by ENABLING – PROMISCUOUS MODE – in the EXSi Host.

    In Virtual box not sure how to enable, but a quick search tells me that all you have to do is change the NIC you are using the FOG with to Bridged Adapter instead of Internal Network which is most likely what you are using.
    https://www.virtualbox.org/manual/ch06.html

    Just to try change your FOG server network adapter to Bridged Adapter (Literally will simulate you physical NIC ) to see what happens, it wont hurt !!!

    Again way far from expert, but in my case using fog, since this beautiful software uses PXE and DHCP among a lot more things. I though to myself, just to be on the safe side i will keep my FOG server completely isolated from my actual network, because in my case i just use it to clone computers and more important i already have a DHCP and PXE service already running … that would be a call for problems to put my fog server on the same network !!!

    Hope this helps a little, if not well i shared something !!!

    Cheers mate !!!

  • Dumb question.. how to change web gui password?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    ch3iC

    @andyroo54 You can edit it from the GUI on the “User Management” tab. There is no link between fog user on GUI and fog unix user.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Change how fog trunk 'boots'

    9
    0 Votes
    9 Posts
    3k Views
    A

    @Wayne-Workman Yeah it’s not a big deal. It was just a nice feature of .32

    Like I said it’s a small price to pay to upgrade.

  • no default.ipxe

    Solved
    18
    0 Votes
    18 Posts
    8k Views
    Wayne WorkmanW

    It only shows we need a lot more testing. I plan on hopping onto the Ubuntu/Debian wagon soon to bang out some tutorials and videos, but I’m busy getting a fog-dhcp plugin / service / interface put together.

  • Kernel issues Latitude E7470

    Solved
    11
    0 Votes
    11 Posts
    9k Views
    A

    @Sebastian-Roth Yes Sebastian, I meant to write yesterday, fog is booting no probs now with the new trunk version. I am getting corruption of the image but that might be the OEM image I’m trying to upload. I’m going to try a win 10 soe today.

  • HostNameChanger says hostname is correct

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    S

    @jfath Have you tried updating to the latest version and tested again? Please let us know!

  • Log files missing r5096 v6895

    Solved
    36
    0 Votes
    36 Posts
    19k Views
    S

    @Raymond-Bell Is this still an issue in latest trunk?

  • Host Name/ Active Directory Issue

    Solved
    17
    0 Votes
    17 Posts
    7k Views
    A

    I ended up just adding them to groups and changing them using the group active directory section. Thanks again for all you guy’s help!

  • Configuration Save - Memory size of xxxxxxx bytes exhausted

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    truncating the history table fixed it.

    truncate table history;

  • The Storage Groups associated storage node is not valid

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    Tom ElliottT

    @george1421 Yes.

  • new server build and Downloading inits, kernels and client fails

    Solved
    8
  • Access denied for user 'root' @ ' localhost ' (Using password : NO ) #tried YES

    Solved
    24
    0 Votes
    24 Posts
    22k Views
    C

    Hi Guys,

    Didn’t wanted to bother anyone again since we solved the problem. But indeed as @MagicLink said when entering a password during fog installation gave me the issue again (I had to prepared a backed server in case this one goes bad), however all i had to do was make sure MYSQL was running correctly (ran into the same problem, but i had a fixed !!!) 0_1459315888568_ERROR 2002 (HY000)-FOG SERVER MYSQL FIX.txt

    Then make sure that the both configuration files match the inf you entered during the installation
    /var/www/html/fog/lib/fog/config.class.php
    /opt/fog/.fogsettings
    and DONE.

    ps,

    Not sure what i did wrong but when i re-ran the install the LOCALHOST in the config file /var/www/html/fog/lib/fog/config.class.php was changed to the IP i gave my server instead of the “localhost”

    Just change changed it to “localhost” and DONE !!!

    Lesson !!!

    Always make sure your config file is setup correctly !!!

    Regards Gents !!!

  • Error: ftp_login(): Login incorrect (while capturing Image)

    Solved
    3
    3 Votes
    3 Posts
    6k Views
    S

    @Wayne-Workman : It worked. I just updated the Unix Fog password. Thanks 🙂

  • Display errors on queued computers (Unicast)

    Solved
    33
    0 Votes
    33 Posts
    22k Views
    Tom ElliottT

    @Wayne-Workman THey base on the time. If all of them have the exact same checkin time, they will ALL say 0 before me, because it doesn’t know which is which, (of which I’ll likely fall back to the ID of the tasking).

    For now it’s working but a bit odd.

  • FOG 1.2.0 - Is there a way to limit bandwidth in FOG?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    Might be faster to ship them a hard drive in the mean time…

    But I agree with Tom, you can setup a storage node there and use the location plugin.

    Fog doesn’t need anything super powerful. An old P4 or Core 2 Duo would work fine. You can even get an Intel NUC to use a fog storage node.

  • Upgraded to git 6961 from 1.2.0 Images won't Capture

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    S

    @Sebastian-Roth Thank you for all your help I updated to latest Trunk and followed the troubleshooting guide got all my credentials set correctly and images are capturing now!

  • Snapin client Failed to find snapin file

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    robzaR

    @Sebastian-Roth thanks for suggestion, there was a problem with snapin configuration. In field “Snapin File (exists)” was “Please select an option”
    Thanks once again
    Regards

88

Online

12.7k

Users

17.6k

Topics

156.8k

Posts