• SSL Issue srvpublic.crt

    11
    0 Votes
    11 Posts
    1k Views
    N

    @jbandy
    I ran into the same issue myself and did a bit of research. It appears it is a problem with the .Net Framework not using more secure SSL/TLS protocols, which can be enabled.

    So, after enabling them, the very issue you have encountered above was fixed.
    You have to add two registry key value in windows:

    Using Powershell:

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

    Or manually using regedit find:

    HKey_Local_Machine\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319

    Add a 32-bit DWord, called

    SchUseStrongCrypto

    Modify its value to 1.

    Then repeat the same for:

    HKey_Local_Machine\SOFTWARE\Microsoft\.NetFramework\v4.0.30319

    After those values are set, you can restart the Fog service on the Windows machine, and it should work.

    I hope this helps; apologies for the janky post, first time posting here. @Sebastian-Roth You may find this useful for your erratia and troubleshooting section regarding the client. It might also be possible to check and set these values via the client installer in the future.

  • Fog/dnsmasq and EFI booting

    4
    0 Votes
    4 Posts
    585 Views
    C

    @quazz said in Fog/dnsmasq and EFI booting:

    SecureBoot must be disabled for EFI

    i…

    That was it. I feel like an idiot! thank you!

  • Unable to Image Since 1.5.9 Update

    7
    0 Votes
    7 Posts
    716 Views
    Raymond BellR

    @sebastian-roth Checked on the storage node that was giving issues and it done fine i am going to just move everything to new master SN and test

    fog@Fog-Main-Storage:/images$ cp Win1064Bit4-15-21/d1p2.img test_extract.img.gz fog@Fog-Main-Storage:/images$ file test_extract.img.gz test_extract.img.gz: gzip compressed data, last modified: Thu Apr 15 12:45:14 2021, from Unix, original size modulo 2^32 3448112244 gzip compressed data, reserved method, ASCII, has CRC, extra field, has comment, encrypted, from FAT filesystem (MS-DOS, OS/2, NT), original size modulo 2^32 3448112244 fog@Fog-Main-Storage:/images$ gunzip test_extract.img.gz
  • Image Replication Deletes and starts over

    5
    0 Votes
    5 Posts
    600 Views
    Raymond BellR

    @sebastian-roth
    Yes one of the storage nodes is the master
    But i am working on changing that as we speak and creating a new master 64bit then the others will be changed to 64 bit also

    as of right now i have
    server 64 bit 16.04 xubuntu not storage node
    1 Ubuntu 16.04 32bit storage node master
    1 Ubuntu 16.04 32bit storage node
    1 ubuntu 20.04 64 bit storage node

    I am going to just use the 64bit as master after i get the images all copied over, then disable the other 2 32 bit nodes, upgrade them to 64 bit and re-enable them to see if that fixes some of the issues i am having since the 1.5.9 upgrade

  • Attempting host registration via PXE Boot

    3
    0 Votes
    3 Posts
    442 Views
    M

    @sebastian-roth I resolved this issue by changing the boot file to ipxe.efi on my DHCP server scope configuration. Thank you!

  • Reset fog dashboard login password

    2
    0 Votes
    2 Posts
    220 Views
    S

    @nerdstburns said in Reset fog dashboard login password:

    I have tried the 1.5.0 steps on this page

    So what was the outcome if trying this? Were you able to login to the database? What happens when you send the SQL query? Please provide more details on what exactly you tried and what happened and we should be able to help.

  • LDAP General

    7
    0 Votes
    7 Posts
    1k Views
    K

    @Tom-Elliott
    Dude, I was able to integrate the LDAP with the fog, now I need to manage the access levels, how can I do with LDAP enabled? I thank your previous answers.

  • How to export full inventory?

    17
    0 Votes
    17 Posts
    3k Views
    S

    Looks like @John-L-Clark has a huge setup with many hosts. Talked in chat and figured that increasing the value of php_admin_value[memory_limit] in /etc/php/7.4/fpm/pool.d/www.conf fixed the issue.

    Possibly moving to InnoDB could help here as well. Though this is not supported in an official release yet. Take a look at those topics:
    https://forums.fogproject.org/topic/15162/the-list-all-hosts-tab-takes-a-long-time
    https://forums.fogproject.org/topic/14254/high-cpu-usage
    https://forums.fogproject.org/topic/14689/high-cpu-usage-on-fog-server/9

  • subnet groups plugin

    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • chainloading failed after image

    1
    0 Votes
    1 Posts
    235 Views
    No one has replied
  • PXE Windows Client registration

    19
    0 Votes
    19 Posts
    2k Views
    K

    @sebastian-roth
    All the laptops we have are HP Probook x360 435 G7 model,

    thanks

  • Out of Disk space Fog Capture Error

    14
    0 Votes
    14 Posts
    3k Views
    DJslimD1kD

    @sebastian-roth Moving it to 12 did the trick! Is there anything else I should change or do? Thank you guys for the help!

  • FOG on new server and moving the SSL certs, reinstall fails

    5
    0 Votes
    5 Posts
    744 Views
    Chris WhiteleyC

    @sebastian-roth It did not help. It still got stuck there. I think it was a version issue with the .fogsettings between 1.5.2 (old) and 1.5.9 (new) and the difference in Linux Distro. I will just move images and other settings and recreate the cert. Thanks for the help!

  • PXE boot BItdefender Rescue CD fails

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    george1421G

    @aaron-nolet said in PXE boot BItdefender Rescue CD fails:

    @jd272 Any chance on getting some clearer step by step doc on the procedure?

    Looking into this, it looks like its possible to go boot it via pxe. I should be able to add the instructions to my tutorial. I don’t plan on testing this myself, but if you would want to verify my tutorial I think I can give you what you need to get started.

    https://forums.fogproject.org/post/143187

  • Fog Upgrade (Backing up database.. Failed!)

    8
    0 Votes
    8 Posts
    1k Views
    Raymond BellR

    @sebastian-roth UPDATE
    I ran 1.4.4 installer
    then ran 1.5.5 installer
    then ran 1.5.9 installer
    and everything worked fine this time it asked me to set a password for MySql this time

  • Old MAC's retained after being changed in web interface

    2
    0 Votes
    2 Posts
    364 Views
    S

    @jyost said in Old MAC's retained after being changed in web interface:

    FOG 1.58

    We don’t have a team of developers to backport fixes so this needs to be verified an issue in the latest dev-branch version. We won’t be able to help you with a fix for 1.5.8.

    With that said we can still see if this is really a bug or just a missunderstanding. From what I remember when you change a MAC address it will add the old one as a secondary MAC to that Host. And I think there was a bug in 1.5.8 web UI that did not show the secondary MACs (were somehow hidden). Please see if that’s the case.

  • Export CSV columns details and Import issues

    2
    0 Votes
    2 Posts
    313 Views
    S

    @adriand said in Export CSV columns details and Import issues:

    Seems good, but when I click on a host, I can’t access it, it gave me “No result found”

    While I find it strange that you get back to the host search view when clicking a host I can imagine what’s wrong. Have not tested but in the picture we see TEST 1 as hostname with a space in the name. While the web UI would prevent you from creating hosts with a space character in the name the import seems to allow that (bug or feature 😉 ). I guess that would account for the behavior you see.

    Which version of FOG do you use? 1.5.9 I would imagine!?

  • Fog http wrong

    10
    0 Votes
    10 Posts
    776 Views
    B

    @sebastian-roth said in Fog http wrong:

    port fast

    Thank you! I jumped in the switch and enabled port fast and that has taken care of the problem. Thank you for all your help!

  • 0 Votes
    21 Posts
    7k Views
    S

    @lsdo I may also ask you to open a new topic and post your own details there!

    You might also read this topic, possibly answers your question as well: https://forums.fogproject.org/topic/15025/move-partitions-on-gpt-layouts-need-people-to-test

  • UEFI & PXE problem

    2
    1 Votes
    2 Posts
    201 Views
    george1421G

    @pierrer What error do you see? If you can take a clear picture of the error with a mobile phone and upload the image here. This will let us see the context of the error.

125

Online

12.3k

Users

17.4k

Topics

155.6k

Posts