• Quick Delete * Weird One

    3
    0 Votes
    3 Posts
    731 Views
    S

    @sebastian-roth Thanks!! We will double your pay! I love the FOG project and I really appreciate the FOG community! thanks again!

  • Proxy Setting for Hosts

    8
    0 Votes
    8 Posts
    3k Views
    george1421G

    @lerne-nie-aus Well you have 1 big issue and a few small issues.

    The big issue is that the OS that clone’s the disks is linux based so it can’t directly interact with the target windows OS.

    With that said, the proxy settings for Windows are typically deployed via Windows GPO policy.

    The proxy settings are user specific, so the values are stored in HKCU (current user) and not in a system location (HKLM).

  • Problem displaying List of registered hosts on Host Management Screen.

    2
    0 Votes
    2 Posts
    277 Views
    S

    @jaceituno Do you still see all the images listed? What about groups, maybe snapins, printers and older tasks? What is still there and what is missing? Any obvious error messages in the FOG web UI?

  • Lenovo Ideapad 5

    4
    0 Votes
    4 Posts
    919 Views
    S

    @blueberry By default the iPXE binaries go into /tftpboot/ in your FOG server.

  • Sophos Firewall + DHCP with Fog Server

    9
    0 Votes
    9 Posts
    2k Views
    L

    @sebastian-roth Thanks, i did it with rename.

    I am not expert so i wanted give the options by instalation. Thats why i just renamed the .fogsettings file.

  • unusual network traffic to/from fog client

    5
    0 Votes
    5 Posts
    1k Views
    A

    @sebastian-roth Perfect. The original install was through a Group Policy .msi push, so I added the newer agent to replace the old one. Appreciate the quick info!

  • New Client Banner Image not being displayed.

    1
    0 Votes
    1 Posts
    339 Views
    No one has replied
  • import /images from another fog install without access to it

    11
    0 Votes
    11 Posts
    2k Views
    george1421G

    @doc Having backups would have saved you some pain, but you can rebuild it.

    Understand this memory is vague, but I seem to recall if the fog client is installed on your target computers, when the fog client checks in, the registration will be created, but in a pending state, where you need to authorize the client in the FOG Web ui. If it still works that way, this may be a way to rebuild the registrations without much pain. The other options may be to add the hosts via a csv file into the host table, there may be a web ui option to import hosts too. You will at least need hostname and mac address.

  • rEFInd - Initializing after disable Secure boot

    Solved
    15
    0 Votes
    15 Posts
    8k Views
    W

    @poizzon Same here. I tried replacing in S: partition to the latest rEFInd but still getting stuck at “initializing”.

  • After update to latest dev version Apache doesn't respond to hostname

    8
    0 Votes
    8 Posts
    1k Views
    A

    Finally got a chance to run the upgrade again and figured out my issue.

    For some reason safari wasn’t happy with the upgrade. I can open fog fine from a private window or if I cleared history. It doesn’t open in Chrome, which was my other test because chrome doesn’t trust the ssl cert and no longer gives an option to bypass by default.

  • Deploy/Capture Email notification

    1
    0 Votes
    1 Posts
    255 Views
    No one has replied
  • Fog Server problems

    3
    0 Votes
    3 Posts
    784 Views
    FuriousGamer065F

    @george1421 That’s probably why its not working, I have my root account username is fog. Thank you, I will change it

  • 0 Votes
    2 Posts
    1k Views
    S

    @Pinki This sounds like a layer 7 firewall is in between FOG server and the client/host. Sometimes alles the transfer of init.xz but more often blocks it.

    The later error is due to the firewall not allowing connections on random network ports which are used by NFS.

    Either way you need to talk to your network/security team and see if they can help.

  • Fog running very slow

    12
    0 Votes
    12 Posts
    3k Views
    george1421G

    @john-l-clark Up til this point we didn’t change anything. If you were able to make the database server change then we could do the next step that will solve the speed issue. SO with that said, its probably running fine now but the slowness will be back.

    When you are to the point where you want to continue let me know. We can work through the rest of the changes.

  • Image association - There is a host in a tasking error

    2
    0 Votes
    2 Posts
    564 Views
    S

    @mesaman0182 Simply use the command mysql -u fogmaster -p (don’t add the password to the command line but wait for the command to ask you for the password)

  • Some Hosts are not giving me the option to reset encryption data?

    6
    0 Votes
    6 Posts
    2k Views
    S

    @tesparza said in Some Hosts are not giving me the option to reset encryption data?:

    @sebastian-roth

    [17-Oct-2021 14:55:07 UTC] PHP Fatal error: Uncaught Exception: Error multiple hosts returned for list of mac addresses in /var/www/html/fog/lib/fog/hostmanager.class.php:209

    Could it be that?

    Absolutely! Search the forums for this error and you will find help.

  • EFI EXIT type chainloading failed

    29
    0 Votes
    29 Posts
    14k Views
    C

    @george1421 HI George,

    I’ve started again replcing all config files and checking /boot has no refind.conf files.

    i’m now at a point where I have both choices in fog:

    The orginal refind.conf option works AND i can change default boot choice.

    The new refindx2.conf option is ignored, i can even delete refindx2.conf and it still boots into a refind menu. I’ve also checked the refindx2 option and it’s not reading the original refind.conf.

    here’s me remade settings:

    bootmenu.class.php

    public function __construct() { parent::__construct(); $grubChain = 'chain -ar ${boot-url}/service/ipxe/grub.exe ' . '--config-file="%s"'; $sanboot = 'sanboot --no-describe --drive 0x80'; $refind = sprintf( 'imgfetch ${boot-url}/service/ipxe/refind.conf%s' . 'chain -ar ${boot-url}/service/ipxe/refind_x64.efi', "\n" ); $refindx2 = sprintf( 'imgfetch ${boot-url}/service/ipxe/refindx2.conf%s' . 'chain -ar ${boot-url}/service/ipxe/refind_x64.efi', "\n" ); if (stripos($_REQUEST['arch'], 'i386') !== false) { //user i386 boot loaders instead $refind = sprintf( 'imgfetch ${boot-url}/service/ipxe/refind.conf%s' . 'chain -ar ${boot-url}/service/ipxe/refind_ia32.efi', "\n" ); }

    and further down the same file

    self::$_exitTypes = array( 'sanboot' => $sanboot, 'grub' => $grub['basic'], 'grub_first_hdd' => $grub['basic'], 'grub_first_cdrom' => $grub['1cd'], 'grub_first_found_windows' => $grub['1fw'], 'refind_efi' => $refind, 'refind_efix2' => $refindx2, 'exit' => 'exit', );

    service.class.php

    if (empty($name)) { $name = $this->get('name'); } $types = array( 'sanboot', 'grub', 'grub_first_hdd', 'grub_first_cdrom', 'grub_first_found_windows', 'refind_efi', 'refind_efix2', 'exit', );
  • HP 430 G8

    2
    0 Votes
    2 Posts
    370 Views
    S

    @crustyjeff Search the forums for “mac passthrough” and I am sure you can figure out what this is about.

  • Starting and checking status of web service failing

    2
    0 Votes
    2 Posts
    327 Views
    S

    @lolarea2 said in Starting and checking status of web service failing:

    I’m unsure how to make FOG not use 443 since 443 is required by OpenVPN for the restrictive networks I go outside my home for system maintenance.

    Which Linux OS and version do you use? As far as I know from the top of my head the FOG Installer shouldn’t use 443 if you do not enable HTTPS. But I can imagine the OS itself defaults to HTTPS enabled by now when the Apache package is being installed.

    I am sure there is an easy fix as soon as we know the OS and version you use.

  • Fog Server with DHCP

    10
    0 Votes
    10 Posts
    3k Views
    S

    @ryno-theron said in Fog Server with DHCP:

    Why is it that if the web management can see the registration but device is not registered after a restart?

    Please open a new topic on this issue. It helps a lot to keep things sorted and not just post one question after the other in the same thread.

    A quick first hint in this: search the forums for “passthrough MAC” and I am sure you can find an answer to your question.

71

Online

12.7k

Users

17.6k

Topics

156.6k

Posts