• Invalid Multicast Session after Update 1.2 to 1.3-RC9

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    LenainL

    @Lenain
    Solved now, I will open a new post for WOL problem. Thanks šŸ˜‰

  • FOG checkin time

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Check in time cannot be changed. The checking time out can be but this is not what you’re looking for.

    It is highly doubtful checkins are causing issues as they are not spamming the server very often (one check every 5 seconds per machine.) If it were a server spamming issue it would most likely come from progress reporting as that checks in every 3 seconds. However the slowdown on images is the main issue as quazz and Wayne pointed out.

    While I suppose removing intermediary requests could help lessen the work stop/start, this would be primarily micro-optimizing as all the checkin does is update state, if needed, and decide if it is safe to start doing the tasking.

  • Host registration/ inventory problem after update to RC-9

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    @THEMCV rc10 is pushed, albeit a couple days later than I wanted to.

  • Multicast not starting

    Solved
    39
    0 Votes
    39 Posts
    27k Views
    H

    @gerald.stachl

    I solved this question, i hope it may help someone.

    FOG 1.3-RC1 on CentOS 7.0. Unicast deploy working. Even multicast was working.

    After a system reboot, MulticastManager didn’t start again:

    Sep 4 06:01:28 clonacion FOGMulticastManager: PHP Fatal error: Call to undefined method MulticastManager::getBanner() in /opt/fog/service/FOGMulticastManager/FOGMulticastManager on line 13

    It didn’t matter if I added a multicast task: udp-sender process didn’t start because service didn’t start before (you’ll see only one FOGMulticastManager in process list --ps–, it’s the parent which forks periodically one child process (but this one will die at GetBanned method invocation).

    If I commented GetBanner() invocation out at /opt/fog/service/FOGMulticastManager/FOGMulticastManager, then it failed at next method call to object MulticastManager.

    I found TWO ā€œMulticastManagerā€ class, one of them extends FOGBase (at lib/fog directory) and the other one extends FOGService (at lib/service directory). Only the last one has defined methods like GetBanner(), etc. By any reason, it uses in some cases wrongly the first one (even when it used the second one after installation because it worked before).

    So, I renamed MulticastManager class that extends FOGService to MulticastManagerService, and I changed the code to use that. After that, service FOGMulticastService starts with no problems, it works. I did the same thing with rest of services: FOGScheduler,…

    I resume (for service MulticastManager: repeat it with other services in /opt/fog/services directory):

    Edit /opt/fog/service/FOGMulticastManager/FogMulticastManager file: modify line 8 from $ServiceClass = FOGCore::getClass(ā€˜MulticastManage’); to $ServiceClass = FOGCore::getClass(ā€˜MulticastManagerService’);

    Rename file /var/www/html/fog/lib/service/multicastmanager.class.php to /var/www/html/fog/lib/service/multicastmanagerservice.class.php (/var/www/html/fog is the path to fog web service)

    Edit /var/www/html/fog/lib/service/multicastmanagerservice.class.php and modify the name of this class (line 2) from ā€œclass MulticastManager extends FOGServiceā€ to ā€œclass MulticastManagerService extends FOGServiceā€

  • [RC9] Unable to Locate image store (/bin/fog.download) Args Passed:

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    Wayne WorkmanW

    In the video @ 9 seconds, did you reboot the machine? Why did it appear to reboot?

    Also - FOG does not use ISO files for imaging. You must first capture an image using FOG before you can deploy it.
    0_1473376357244_iso.png

  • Backing up database - Failed - Rev 5952

    Solved
    23
    0 Votes
    23 Posts
    12k Views
    G

    @Wayne-Workman @Tom-Elliott 127.0.0.1 worked! I did not test localhost with a reinstall since that worked.

    My load just went up a lot, but I’ll see if it drops after a few minutes.

    Thanks for the help!!!

  • Downloading a HDD image to PCIe SSD

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    LenainL

    @george1421
    Ok thanks.
    My problem is solved now, i’v updated Fog.

  • Host Name the Same in FOG PXE

    10
    0 Votes
    10 Posts
    3k Views
    Wayne WorkmanW

    @Joe-Gill Honestly this is usually the case with the ā€œlove / hateā€ relationship that so many people on the internet have with FOG. I’m not saying you’re not good at this, you are and are a valued community member. But people will often simply do something wrong and blame fog, or they just don’t understand how things function and when it doesn’t work, they blame fog. I have the feeling that these people have these sorts of issues with non-fog things too.

    I do my best to keep the wiki updated, and clear. It’s kind of this huge monster with all these old pages that I have no idea what to do with besides to just make notes about them being old or what version they apply to. On one hand, I’d like to just wipe the slate clean, but on the other hand the older pages have value and do help in some capacity sometimes.

    But, the more people we have here on the forums that will help, the better. The more people that are willing to write good documentation, the better. The more people willing to make video tutorials, the better. We just need more willing people - to really push out tutorials and documentation and help. Because simple things like what you found you did today - that ruins some people’s attitudes towards fog, and that’s a shame. And if everyone that had issues asked here, we may not have enough time to answer them all. This summer was especially difficult on the forums, with upwards of 70 new posts daily. The forums is getting very close to one-million views a month… And that’s simply because FOG is growing in popularity because it’s a superior project and open-source. It’s time it also grew in community volunteers as well.

  • Create New Image links to a blank page

    4
  • Printer Config File

    2
    0 Votes
    2 Posts
    884 Views
    Wayne WorkmanW

    It’s not required, it’s optional.

    You will find the printer helper program that Joe made quite useful.
    Basically, manually install the printer, then fire up the helper program, it will give you the values to use in the FOG web UI.

    If you have issues getting the printer to deploy, you can plug these values into the helper’s Add Printer section and if somethings wrong it’ll give you an error about it. Download the latest version of it from here:
    https://github.com/FOGProject/fog-client/releases

    I want to make a video all about it, but I don’t have a network printer at home. šŸ˜ž
    Anyone want to donate an old network printer?

  • Fog Client won't join Domain

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    PsycholiquidP

    @Gary-Kulovics said in Fog Client won't join Domain:

    9560

    Invalid character in name.

  • Schema update issues RC-9

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    K

    @Wayne-Workman
    I feel dumb now, should have tried that yesterday. Simply deleting those folders/doing another git clone and everything is working fine now. Thanks a lot for the help!

  • USB NIC PXE Boot?

    13
    0 Votes
    13 Posts
    7k Views
    Wayne WorkmanW

    @Sebastian-Roth said in USB NIC PXE Boot?:

    The PC/notebook/tablet/whatever device you are trying to PXE boot with this USB NIC needs to have specific drivers for this USB NIC chip in the BIOS!!

    I suppose now we must record the device that the adapter worked on, too. I didn’t think of this but it makes sense.

    #wiki

  • BUG - After Deploy task is set, error displayed in WebGUI

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    Tom ElliottT

    This is already known about and has already been fixed.

  • Problem with PROXY in Fog 1.3.0-RC-8

    2
    0 Votes
    2 Posts
    729 Views
    Tom ElliottT

    I suppose this is dependent upon how your clients, vs your server, communicate to the internet.

    There could be the issue I created, though I’m starting to think your fogserver is not necessarily supposed to be going through the proxy itself?

  • Power Management vs GreenFOG

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @Joe-Schmitt Done. Also put links from the FOG Client article and an older article to it as well.
    https://wiki.fogproject.org/wiki/index.php?title=Power_Management

  • Certificate is not from FOG CA

    Solved
    17
    0 Votes
    17 Posts
    14k Views
    J

    I know this thread is quite old, but I wanted to include another possible cause because Google searches seem to bring you back to this thread.

    I was experiencing the same issue with my Windows 7 Fog clients, and resetting the encryption data did nothing. It turned out to be the time was quite off on the client, so it was never able to authenticate with the Fog server. Once the time was corrected, the client connected and everything worked fine (hostname, join, etc.).

    Just in case someone else runs into this issue, hopefully this can save you some time.

  • TFTP Issues

    7
    0 Votes
    7 Posts
    5k Views
    Z

    Well… This is embarrassing.

    Good news I fixed it, i get into the PXE menu now! šŸ˜„

    I do have a different question now, when I click boot from hard disk in the pxe menu it doesn’t load the operating system, any ideas for that?

    For the issue relating to TFTP this is what happened:

    I set up a packet scan on both the DHCP and PXE server and after analyzing the packets i noticed there were two different packets sending a different option 66 and option 67. One was right pointing to the FOG server and Undionly.kpxe the other however pointed to the DHCP server. Apparently an old image deployment software was still working even though the options weren’t configure anymore. I removed these and everything worked great!

  • Images from old FOG Server 0.32 to new FOG Server 1.0.2

    4
    0 Votes
    4 Posts
    780 Views
    R

    @Wayne-Workman Thanks so much for your reply Wayne. I really appeciate the info. Also, we just went ahead just now and updated it to 1.3.0.

  • TFTP Server Prompt - PXE Boot

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @Quazz is correct.

102

Online

12.7k

Users

17.6k

Topics

156.8k

Posts