• Cannot capture image- fails at 'Saving original partition table'

    10
    0 Votes
    10 Posts
    3k Views
    Wayne WorkmanW

    @tandersb said in Cannot capture image- fails at 'Saving original partition table':

    Is there a mailing list I should be on to get notified of new releases?

    Release Candidates and Releases are in the Announcements area:
    https://forums.fogproject.org/category/22/announcements

    But currently news.fogproject.org is not working.

    Latest version is also shown right on the FOG login screen, and in FOG Configuration area too.

  • Some fogproject.org pages seem to be unavailable

    4
    0 Votes
    4 Posts
    993 Views
    S

    This has been fixed.

  • boot.php hidden menu prompt translation

    5
    0 Votes
    5 Posts
    2k Views
    F

    Thank you so much, I made the changes I needed in the bootmenu.class.php file (line 528) and now the prompt is in french !

    $Send['chainhide'] = array( 'cpuid --ext 29 && set arch x86_64 || set arch i386', "iseq \${platform} efi && set key 0x1b || set key $KSKey", "iseq \${platform} efi && set keyName ESC || " . "set keyName $KSName", "prompt --key \${key} --timeout $this->_timeout " . "Demarrage en cours... (Presser la touche \${keyName} pour acceder au menu) && " . "goto menuAccess || $this->_bootexittype",

    I know it might sound trivial, but I would like to insert some kind of ascii logo to warn my users that it’s time to press the escape button. I can’t figure out how to insert a line break in the line of code below without breaking things… I would like to display someting like :

    . "Demarrage en cours... "line break" _____ "line break" / __ \ "line break" | / \/ ___ _ __ _ __ "line break" | | / _ \| '__| '_ \ "line break" | \__/\ (_) | | | |_) |"line break" \____/\___/|_| | .__/ "line break" | | "line break" |_| "line break" (Presser la touche \${keyName} pour acceder au menu) && "

    Thank you again for your time !

    Regards,

    Frederic

  • FOG Project Wiki down

    Solved
    1
    0 Votes
    1 Posts
    510 Views
    No one has replied
  • Users, not machines at the Active Directory.

    32
    0 Votes
    32 Posts
    8k Views
    J

    Hi guys, first I would like to say thanks for all of you that help me here on this amazing tools that is FOG.

    Special thanks for @Tom-Elliott @george1421 @Sebastian-Roth

    Unnfortunately I can’t share more info about the AD for policy of the company that I work, I check out about the AD tables directory parents and even like that I couldn’t establish integration.

    So I use the plugin of Access Control Manager , and create local users.

    Looks great, you can make the filter of what the users can see it, but these bunch of users also can see the images of others users when list the images and the hosts as well. It is not a problem for me now.

    Thanks a lot guys you are amazing.

    Jacob.

  • Unable to reach Fog Management website

    14
    0 Votes
    14 Posts
    5k Views
    J

    @sebastian-roth That worked I have no idea how those rules got loaded onto the firewall however…

  • 404 Error accessing x.x.x.x/dban/about.txt

    9
    0 Votes
    9 Posts
    2k Views
    A

    @cml Changing DocumentRoot did not help but changing the folder from which the content is served, did. Thanks.

  • PXE E74 on some PC

    9
    0 Votes
    9 Posts
    2k Views
    george1421G

    @louislagad OK lets see what the pcap is telling us. That will give us a better picture of what the client is seeing.

    Just wondering, is the dhcp server configured for some other imaging solution?

  • switch to mariadb instead of mysql

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    The command to do such a thing would be:

    snmysqlhost=10.10.10.10 snmysqluser='root' snmysqluser='passwordforcentralsql' ./installfog.sh -y
  • 403 Forbidden error when trying to access x.x.x.x/dban

    4
    0 Votes
    4 Posts
    2k Views
    THEMCVT

    @Sebastian-Roth That worked! Thanks so much!

    Can you explain more to me why I can’t browse to x.x.x.x/dban and see the about.txt?

  • dhcpd and known/registred hosts in fog

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    T

    @george1421 said in dhcpd and known/registred hosts in fog:

    select hostName,hmMAC,hmPrimary from hosts left join hostMAC on hosts.hostID=hostMAC.hmHostID where hostMAC.hmPrimary<>1;

    Works perfect. Thank you again!
    Cheers

    Rainer

  • Dell Latitude 3570 pxe

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    J

    @george1421 Yes it is, thanks.

  • Off site node with meraki vpn

    7
    2 Votes
    7 Posts
    2k Views
    J

    @george1421 Sorry for the delayed reply, been SWAMPED. Anyway, so far it’s working with no issues, basically plug and play since I configured it here and had it delivered. Setup a bash to send me an email when it came online. As soon as it came up, I added it the console and replication took off… by the way, forgetting to limit bandwidth before replication start upsets a lot of users LOL. Now if I can figure out why these new Dell Latitude 3570’s will let me register them but not load the menu after I will be all set.

    Note: No the firewall only filters external traffic, sorry I meant to start off with that.

  • FOG 1.4.4 how to securing NFS ?

    2
    0 Votes
    2 Posts
    640 Views
    george1421G

    This is true. In the current release of FOG NFS is used to transfer the images from the fog server to the target computers. This needs to be open for the target computers to be able to read the images. You can restrict mounting the nfs share to a specific subnet, but that is it as of now.

    While this version is still a years off, FOG 2.0 will have security built in from the start. But that isn’t here today.

  • Automatically Sync Images & update DB across multiple servers

    13
    0 Votes
    13 Posts
    3k Views
    S

    @brooksbrown I think the terms are being mixed up here so I am trying to set this right. When installing FOG there are two different modes you can choose from, either master OR storage node (there is nothing called “master storage node”!). From your description it sounds as if you installed all your FOG servers as master nodes and therefore you have separate DBs and hosts being registered to one node won’t show up in the other node unless you register each and every client with every FOG server you have. On the other hand if you do the usual setup you’d have ONE master node (where the DB and web UI is) and several storage nodes.

    The “failover setup” you intent to build is not as easy to handle I am afraid. There is a lot involved in PXE booting clients - 1st DHCP handshake from the PXE ROM, TFTP to load iPXE binary, 2nd DHCP handshake from the iPXE binary, TFTP and then HTTP request to load iPXE config, HTTP request to load kernel and initrd, 3rd DHCP handshake from the linux kernel. It might sound as if this is pretty straight forward. But if the FOG server for a particular bench fails (or is too busy) the client will get his first DHCP answer from another FOG server. For example if the 1st DHCP handshake is answered by lets say NODE 2 (as the client is on bench 2). Then the client will download the iPXE binary from NODE 2 as well. But the 2nd DHCP handshake might be answered by NODE 3 (cause NODE 2 is not fast enough this time). Still fine if they all share the same DB (which would be on the one single master node) and the client gets a consistent iPXE config (e.g. FOG menu or task).

    In theory this all works but all servers kind of need to be in sync, TFTP files, kernels/initrds, FOG web UI. If you alter the kernel on one server you might see clients from a different bench booting that kernel at random.

    That all said there is another reason why I think this setup is not great. For every DHCP broadcast a client sends it gets up to eight answers from all the DHCP servers. Finding an issue and keeping this all setup properly will be a nightmare I suppose! What if there is just one single setting different on NODE 6? Some clients will boot properly but others will fail randomly because of that.

    I reckon one could be keen enough to set this up all in one broadcasting domain using two or three servers at the most. But definitely not eight. This will cause you so much headache I suspect. Just don’t do it if you and the rest of your team are no real network wizards who love to use tcpdump for analysing network packet dumps to figure out what’s going on.

    If you intend to use the fog-client the whole idea of failover is buried alive anyway. Sure, fog-clients not reaching their particular server is not as problematic as the other stuff can be. But failover is just not possible.

    I bet you better take some more time to think about the network setup now and have a lot less issues later on…

  • FOG 1.4.2 TFTP Open Timeout

    17
    0 Votes
    17 Posts
    8k Views
    george1421G

    @Sebastian-Roth said in FOG 1.4.2 TFTP Open Timeout:

    @cassie_280 There is one step in the installer where it tells you to go to the web interface. This is not the end. You need to hit enter after that to proceed. Not to sound rude just wanted to make sure…

    I don’t know how many times I’ve reached that step and when to copy the url and hit ctrl-c to copy the url, which then aborted the install. So it does create a botched install. It does happen.

  • image size

    3
    0 Votes
    3 Posts
    765 Views
    L

    In terms of single disk productivity is the best option because the clone of this image was on average 30 minutes in multicast mode, when I used multiple partition the time to clone the image was in 2 hours and 30 minutes.

  • patch isc-dhcp server for mac startup disk

    Solved
    17
    0 Votes
    17 Posts
    5k Views
    S

    @Sebastian-Roth Yea, I’m good now, actually got it to work with a Windows DHCP server as I was hoping.

    Thanks for all your help!!

  • Custom SSL Certificate with Fog Client Service

    10
    0 Votes
    10 Posts
    3k Views
    S

    @hancocza Ok, so I got this. I am looking into the building process of the FOG client right now as our client developer is absent right now. I might come up with a description of how to custom build the client (e.g. for custom SSL cert). I am still trying to get things sorted with the building tools. Let’s hope I get this fixed soon.

  • Sysprepping

    4
    0 Votes
    4 Posts
    1k Views
    ryan.mckenzieR

    @Tom-Elliott using KMS server, if I leave blank will that work?

183

Online

12.3k

Users

17.4k

Topics

155.6k

Posts