• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tom Elliott
    3. Best
    • Profile
    • Following 27
    • Followers 83
    • Topics 117
    • Posts 18,991
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Multicasting - Not The Master Node

      @Joe-Gill I’m confused.

      The server you’re trying to have multicast is not the server you’re looking at the logs on. So of course the “fogserver” server is NOT the master node right?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Installing FOG on Debian Stretch fails

      I don’t know why this was reported like this should’ve been fixed already. (No I don’t keep track of all Distribution release dates.)

      I’ve fixed, and tested, the installer under Debian 9 RC-4. Knowing Debian tends to be very stable, I think this is suitable enough.

      The working branch contains these fixes if you MUST install fog on Debian 9.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Power Management and FOG Client v0.11.12 not work

      Can you show us the powermanagement information for this particular host as seen in the GUI?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Cannot capture image: run lists overlap

      @jheikkila54 Can you make sure nfs is running?

      service nfs-kernel-server restart
      

      OR

      service rpcbind restart
      service nfsd restart
      service nfs restart
      

      I know you’re running centos and all but i can’t remember what is what so just try the whole thing.

      Also please check that firewall isn’t running.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Unable to register machines to FOG

      What didn’t solve what issue?

      You need to provide information other than, it didn’t work. If the solution from the thread was identical to the issue you were seeing, then did you follow the information exactly? If the information from this was not identical, you likely have a totally separate issue.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Image Capture FTP Failure - Could Not Create File

      @jaoyer So it’s safe to solve this thread? Sorry I didn’t poke my neck in. I didn’t notice the / in the image path as passed either.

      Glad @george1421 and @Sebastian-Roth were able to help.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Image Capture FTP Failure - Could Not Create File

      @Sebastian-Roth This is really possible. The “feature” is to allow you to put images into sub folders of the root images folder.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Power Management and FOG Client v0.11.12 not work

      I found the issue and fixed it in 1.4.3. This problem was a correction to fix the “cannot set DOW to 0 and/or 7 as the client expects it to be 7.”

      This should be more appropriately addressed.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: No Login History Clients

      So I’m not seeing any problems with user logon. I did see an issue with powermanagement and while I was looking into that, I did notice user tracking appeared to be doing what was expected.

      Can you provide the fog.log of a machine that’s not sending the user login/logout information?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Deploy imaging tasks but only run them manually?

      Oh, even simpler, Turn off “Task Reboot” on the hosts client/service settings. Or even better, just turn off the “force” reboot portion from FOG Configuration Page->FOG Settings->FOG Client - Task Reboot->FOG_TASK_FORCE_REBOOT

      The hosts won’t magically try to reboot to perform the task in question.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Deleting Images

      How did you delete the images initially?

      If you delete the images individually (clickon on each image->choose delete) it will ask you if you want to delete the data as well.

      If you deleted using the “list/search click checkbox press delete” it doesn’t do this option yet. I’m nervous about adding this capability here and the best approach to handle it just because you’re dealing with real data, so I hope you understand the hesitation.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Server Migration PXE Boot Issues

      So it’s safe to solve?

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Debian 9.0 capture fails AND destroys client image

      I was able to, more or less, replicate the problem albeit in a different sector failing. I don’t know why this is failing unless the ext4 utility used to build the filesystem has a difference from what is normally used on the likes of Redhat, Debian 8, etc…

      I don’t like the way I’ve worked around this either. It leaves too much potential for unknown issues, but I think it might work for our needs either way.

      I’m approaching the problem by:

      Check the filesystem as normal. Copy the error so we can present it to the user later if needed.
      If the filesystem check fails as it seems to do, attempt to forcibly fix the problem. If the forcible fix doesn’t seem to help, then we know there must be a real problem. I’m still waiting for the upload to complete to find out if it works. Then I’ll test if deploying the image works as well.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Debian 9.0 capture fails AND destroys client image

      And success.

      If you’d like to test for yourself, please download the newly built inits (these will be in 1.4.5 of course).

      It does appear to take longer to boot than one would expect under normal conditions, but it DOES boot. I’m going to try recapturing now that the init’s have been updated.

      To test for yourself, please try:

      wget -O /var/www/fog/service/ipxe/init.xz https://fogproject.org/inits/init.xz
      wget -O /var/www/fog/service/ipxe/init_32.xz https://fogproject.org/inits/init_32.xz
      
      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Surface Book won't boot the kernel

      Host Kernel is not IPXE Booting.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: "Seems like you are trying to restore to an empty disk" issue

      So the HDD moved around fails continuously? Maybe firmware on the one machine that’s just “not” working?

      This still doesn’t feel/sound like it’s something FOG’s doing.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Seems that TFTP was not prepared by installer

      @Tywyn it only uses ifconfig if needed. We try ip addr too

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Groups adding unselected hosts

      Please run in mysql:

      DELETE FROM groupMembers WHERE gmHostID IN ('', '0', 0, null) OR gmGroupID IN ('', '0', 0, null);
      
      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: FOG Server Failed to update: Installing now everything is updated ........Failed

      So updating FOG is fixed? Can we move the next issue into a new thread so as to keep things more direct/distinct as to issues encountered and what not?

      I’m confused by this posting now. Sorry if this seems rude, but it sounds like you’re no longer having an issue with “Failed to update” anymore.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: WOL not working for all hosts in group

      @Dark000 For your own needs, I’ll say, open the file: /var/www/fog/lib/fog/wakeonlan.class.php

      At line 70 insert a newline after $mac->wake($SendTo, self::$_port); that reads sleep(1);

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • 1
    • 2
    • 114
    • 115
    • 116
    • 117
    • 118
    • 129
    • 130
    • 116 / 130