• Add Menu item/Limit hosts returned in Host Management

    Moved
    10
    0 Votes
    10 Posts
    4k Views
    Tom ElliottT

    What I like to do is take a current working plugin, make a copy, and adjust for the needs.

  • FOG Top Menu buttons are off center on 24" 1080p Monitor

    Moved Solved
    4
    0 Votes
    4 Posts
    1k Views
    THEMCVT

    @Tom-Elliott That makes sense. I figured I would at least report it and talk about it.

    Thanks. šŸ™‚ You can close this!

  • MAC Address Questions

    10
    0 Votes
    10 Posts
    4k Views
    Wayne WorkmanW

    @AngryScientist said in MAC Address Questions:

    But much to my horror, the FOG client will task restart the host when connected to Wi-Fi, which ends up in a boot-loop and a very concerned end-user.

    So to avoid this, just don’t create imaging tasks for laptops unless they are hooked up to the network with a patch cable, and leave all your MACs enabled so you can still use snapins.

    I don’t know what your setup looks like or how your operations go where you are, but the way I did laptops in great numbers was I hooked up an 8 port 1Gbps switch on a big table, hooked that up to the building network, setup myself some power strips and some laptop adapters, and I used my pre-made FOG Groups to queue all of the turned-off laptops for unicast imaging. Then I hooked up 8 at a time and powered them on. When one completed imaging & domain joining & snapins, I shut it down afterwards and hooked up another.

  • FOG 1.4.0 and PhP 7.0

    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    @sudburr Right, I don’t touch the repo, this i leave up to you. I try to leave the installations as virgin to the OS as possible.

  • New plugin: MyLDAP. LDAP Extension Plugin

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    @Fernando-Gietz While, theoretically possible, the password in the db is there as nothing more than a show. The password is not encrypted. It’s hashed, and a hash cannot be brought back to the password. You would have to brute force until you found a match and even then we are checking if the type is valid. So it IS possible, but very very unlikely.

  • Fog password setting

    3
    0 Votes
    3 Posts
    2k Views
    S

    @Wayne-Workman Thank you, sorry I missed this article when I looked for answers earlier.

  • Host Management - Connection Indicator

    1
    0 Votes
    1 Posts
    731 Views
    No one has replied
  • PartImage faster than PartClone?

    36
    0 Votes
    36 Posts
    21k Views
    S

    @Wayne-Workman Thank you for taking the time to look into this, and I’ll just chalk it up to weird things that happens to me. Thank you for all your efforts and advise.

  • pre and post image scripts

    6
    0 Votes
    6 Posts
    3k Views
    M

    @george1421 said in pre and post image scripts:

    Thank you very much for your replies. I think that the complexity of implementing this kind of security measure doesn’t worth the time. Perhaps just restricting access to several subnets is more than enough.
    I will go that way.
    Thanks!

  • connecting FOG to glpi or OCS

    5
    0 Votes
    5 Posts
    2k Views
    S

    yes I looked at fog transfert code too because I managed to connect glpi and fog but it’s not working further
    and I’m not good enough with mysql to correct what’s wrong
    anyway thanks for the tip of csv import

  • Add a second PXE Boot Option

    18
    0 Votes
    18 Posts
    10k Views
    F

    Nice! Thank you @Junkhacker and @george1421

    I just changed it to work with the clients MAC address and it seems to work like a charm!

    So now, i have this config:

    iseq ${net0/mac} XX:XX:XX:XX:XX:XX && goto chainboot || goto fog.local :chainboot set pxeserver:ipv4 XXX.XX.XXX.XXX set next-server ${pxeserver} chain tftp://${pxeserver}/pxelinux.0 exit

    I will do some testing but i am verry optimistic šŸ˜‰

    Thanks!

  • Invoke hostinfo.php from powershell

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    Wayne WorkmanW

    @andreas.paul said in Invoke hostinfo.php from powershell:

    Im intrested in the option to query the database direct, do you have any snipped for this?

    I’ve only done it with BASH, it’s easy in bash. Here’s an article about doing it in powershell. All I did was google-search ā€œpowershell query mysqlā€ and there’s tons of results.
    http://www.thomasmaurer.ch/2011/04/powershell-run-mysql-querys-with-powershell/

  • Forums long link issue

    2
    0 Votes
    2 Posts
    1k Views
    J

    @Wayne-Workman you can make it a hyperlink: e.g. this thread

  • Do interrupted image replications resume or restart?

    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @Malos I must have been really under the weather when I escalated to the devs.

    I actually know the answer. Currently the way replication works due to a bug in lftp concerning only replacing changed bits (remember that one @tom-elliott? ), If a change or difference is detected between the source file and destination file, the destination file is deleted and the copy is re-started.

  • Selinux policy fail to mount image folder

    6
    0 Votes
    6 Posts
    2k Views
    Z

    @Joe-Schmitt I have no problem with that. Anything to help fog with

  • Future of FOG

    3
    0 Votes
    3 Posts
    2k Views
    Tom ElliottT

    There is going to still be a ā€œtrunkā€ branch and I’ll still be doing (albeit much less than in the past) work on the PHP side of FOG, but really limited to bug fixes and minor improvements. I don’t expect any new features to be added unless it’s to support some new functionality in regards to the new FOG Client that we find useful enough to be added to the current channel’s of FOG.

    As we get closer and closer to a functional element of FOG 2.0 (which will likely take a while) we’ll most likely give up postings to try to get our testers and other developers updated to test and report things.

  • 0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    I clicked edit on his post because sometimes the triple tics when done wrong hide text, and he did post a line of code, I fixed it so we can see it now.

    But it still makes no sense to me. It looks like he’s trying to use VB.NET.

    BASH is easier.

  • How does iPXE load fog files from the init.xz image

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    A

    Awesome, that answers my question. Thank you!

  • IP address and interface not asked anymore.

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    I took a look at the code and I don’t remember why I added that. The same likely happens for ā€œrouteraddressā€ and ā€œplainaddressā€ as well.

    I’ve republished RC-15 to have the code changes in effect to correct the installer issues in regards to these four fields. I also re-tagged the RC-15 as RC.2 is just a tag, it’s not the ā€œversionā€ applied to the installation.

  • Scripting keeping multi-site-master-setup images updated.

    12
    0 Votes
    12 Posts
    4k Views
    Tom ElliottT

    @Wayne-Workman I’m not saying you all are.

    I’m saying how I might approach the situation from a personal mindset.

180

Online

12.3k

Users

17.4k

Topics

155.8k

Posts