• [Fog 1.6] checkin failure?

    Solved
    5
    0 Votes
    5 Posts
    601 Views
    S

    @Greg-Plamondon Is this still an issue or did you find what was causing this?

  • rEFId (feature request)

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S

    @sgoodman Bump…

  • FOG Service and interventions

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    S

    @sgoodman @Daniel-Miller @Greg-Plamondon @george1421 Has anyone run into this issue (again)? I’d think this might have been caused by a major .NET framework update which we can’t do much about.

    In case people have PCs running for a long time without restart they might consider setting the service to auto-restart.

    I am marking this solved now. Feel free to post if you think it’s not.

    Cross reference to another topic: https://forums.fogproject.org/topic/13704/fog-service-quits-running

  • 0 Votes
    18 Posts
    2k Views
    S

    @Matthieu-Jacquart Sure right. If one client was pinned to the re-newed server CA cert then it can’t connect to the old original one. I missed that point! Good you figured it out!!!

    Great we got that worked out.

  • boot.php........Connection timed out

    Solved
    19
    0 Votes
    19 Posts
    4k Views
    cmachadoC

    @Sebastian-Roth OK. No problem.

  • FOG Image Deploy Slowness

    Solved
    6
    0 Votes
    6 Posts
    800 Views
    imagingmaster21I

    @Daniel-Miller I looked into the speeds, auto-negotiating was set however the speed was messed up. It seems the port on the switch went bad. Plugged into another port and got the correct speed. Imaging seems to be back to normal now.

  • Fog Client Authentication Issue

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    L

    @Sebastian-Roth Thanks again. I created an new image without that VPN software installed and everything is working as it should. Sorry about this and thanks again for all your help and time.

  • Unable to update database after capture

    Solved
    7
    0 Votes
    7 Posts
    884 Views
    P

    @george1421 Hey George, sorry for the late reply, work has been closed for Christmas, first day back now.

    That has worked, followed those instructions and reran the fog setup and now i can upload images without any issues.

    Many thanks,
    Pete

  • Fog Client Not Communicating with Server

    Solved
    8
    0 Votes
    8 Posts
    738 Views
    S

    @Penguinsec said in Fog Client Not Communicating with Server:

    This time client logs are showing no errors, but the host is not showing up in the server.

    What do you mean by this??

  • Could not complete Tasking (/bin/fog.upload)

    Solved
    3
    0 Votes
    3 Posts
    528 Views
    L

    I will go through the information you sent, but I cannot take photo of the screen. Thanks.

  • No boot with FOG and an HP 705 G4

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    geicosG

    Hello
    it’s ok only with: ipxe.pxe, ipxe.kpxe, ipxe.kkpxe, realtek.pxe, realtek.kpxe and realtek.kkpxe.

    I will choose ipxe.kpxe because we also have computers on our network with Intel network cards.

    Thank you very much and happy new year 2020

  • Unable to update Kernel after upgrade

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    J

    @Sebastian-Roth

    At some point you might need to think about updating your Ubuntu install but 16.04 LTS is still fine at the moment. No rush.

    Yeah thats definately on my to do list!

    I don’t think it is something you did. If I remember correctly there was an issue with this link in an older version. As you updated FOG from 1.4.x there is a chance that old version has messed it up. Sorry.

    no problem! just wanted to be sure to not repeat it if it were my mistake haha

    Learning Linux is a live long task. Even for me, working on Linux every day for many years. Just keep on playing with it and find yourself getting more and more comfortable. A great way is setting up a test environment in a VM where you can snapshot, test and re-install without much trouble…

    Yeah, I think I may try and work out of a VM every so often. Tried it before but the timing was unfortunate and I got literally buried at work so I never went back to it but it may be time to give it another go. thanks again for all you’re help! I’ll be back on Monday haha

  • Powershell script doesnt work when fog client executes it

    Solved
    4
    0 Votes
    4 Posts
    956 Views
    S

    @Greg-Plamondon Ok, fog-client log looks fine. What about the other things I mentioned?

  • 0 Votes
    15 Posts
    10k Views
    S

    @mckay You are welcome. This is what the forum is all about! 🙂

    Happy new year!

  • Invalid Storage Group (may be related to image import)

    Solved
    8
    0 Votes
    8 Posts
    731 Views
    P

    sorry, I didn’t. but I think you can easily recreate this by following your instructions and immediately after the upgrade is finished try to capture a machine.

  • Name of Boot File

    Solved
    2
    0 Votes
    2 Posts
    6k Views
    george1421G

    For bios based computers you would use undionly.kpxe as the default bootloader. For uefi based systems the boot file is ipxe.efi. The next server or boot server value should be the IP address of your fog server.

  • Choose the right location on PXE Boot - Is that possible?

    Solved
    18
    0 Votes
    18 Posts
    2k Views
    S

    @Gamienator Sorry, just didn’t get to take a closer look at this up until today. I think you’ve done a pretty good job considering this is your first time using PHP!

    Thinking more about the scenario you have I was wondering if there is a more apropriate way to do this. I don’t understand why you’d want to have users (I suppose you mean admins) start the transfers manually. What I mean is: Someone needs to have image X on FOG server in location Y and so he opens your special website, selects image, clicks send and needs to wait for it to finish before a host can be deployed at location Y. But why is this interaction needed at all I wonder? If I’d be you I’d try to have it all automated as much as possible.

    One way would be to just replicate all images to the servers in all locations. Though images might not be needed and it would therefore waste a lot of bandwith to transfer the huge images to locations where they might not be used at all. So I thought about miss-using FOG’s concept of storage groups could be useful for you. Define a storage group for every location you have. Then edit the image settings -> tab “Storage Group” and assign the location/storage group where you want the image to be used. I’d suggest you leave the pre defined “default” Storage Group as is for every image but only add the new “location storage groups” as needed.

    Now combine the stuff you’ve come up with already with the settings I mention above: Create a cronjob on your main server that will query the the “Storage Group” information of every image from the database and do the replication to the other servers automatically based on this information. So when people create a new image definition and add the correct “Storage Group” to it the image will be automatically replicated as soon as the image is being captured.

    This is all about the raw image data replication. Now for the database there are two scenarios I can imagine. One would be to use MySQL’s capability of replicating (syncing) databases automatically. One of our users just wrote a tutorial on this topic. I’d suggest to not replicate all tables but only sync the images table by using replication filter rules.

    The other option is to add a simple mysqldump through SSH tunnel command that grabs all the information from the images table and push it to the other server’s database. It would be wise to also base this on the “Storage Group” information described above so you’d only have the image defintions needed in all the locations.

    That’s just my point of view. See what you think and let me know if you need help with this.

  • TFTP Timeout

    Solved
    2
    0 Votes
    2 Posts
    220 Views
    No one has replied
  • Workstation does not reboot after imaging

    Solved
    24
    0 Votes
    24 Posts
    6k Views
    george1421G

    @greichelt On your fog server itself, there is a config file /etc/resolv.conf that file should list your name servers (DNS servers) used for the fog server to do name lookups. A quick google-fu will show you the parameters needed for that file. Typically on ubuntu that file is managed by the network manager application. Just be aware of that because it may overwrite any settings you add. For the network manager application that is typically an application on the tool tray that deals with network configuration (sorry I’m a rhel guy, so I can’t give exact instructions for ubuntu).

  • Lenovo X1 Tablet (Gen 3) Stuck at "init.xz...ok"

    Unsolved
    20
    0 Votes
    20 Posts
    2k Views

198

Online

12.3k

Users

17.4k

Topics

155.7k

Posts