<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Linux Problems]]></title><description><![CDATA[Technical help related to a Linux Problem.]]></description><link>http://forums.fogproject.org/category/7</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 01:02:01 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/category/7.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2026 15:49:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Fog Storage Node installation Fails (Checking connection to master database... Failed)]]></title><description><![CDATA[<p dir="auto">Shoutout  “The Minester”</p>
<p dir="auto"><a href="https://github.com/FOGProject/fogproject/issues/685" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/FOGProject/fogproject/issues/685</a></p>
<p dir="auto">On the storage node, create a .my.cnf file in root’s home directory:</p>
<p dir="auto">sudo tee /root/.my.cnf &lt;&lt; ‘EOF’<br />
<strong>[client]<br />
skip-ssl = true</strong><br />
EOF</p>
<p dir="auto">MariaDB will try to connect with SSL by default but that’s not enabled on the main FOG server. This is why I had to use the --ssl=FALSE flag when I connected to mysql manually.</p>
<p dir="auto">The installation succeeded!</p>
]]></description><link>http://forums.fogproject.org/topic/18177/fog-storage-node-installation-fails-checking-connection-to-master-database-failed</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18177/fog-storage-node-installation-fails-checking-connection-to-master-database-failed</guid><dc:creator><![CDATA[Jab98]]></dc:creator><pubDate>Mon, 15 Jun 2026 15:49:22 GMT</pubDate></item><item><title><![CDATA[linux client on runit]]></title><description><![CDATA[<p dir="auto">seems to work when copying the directory from another host over to /opt/fog-service and creating a runit file /etc/sv/fog-service/run with content</p>
#!/bin/sh
exec 2&gt;&amp;1
echo "Starting FOG Client..."
exec mono-service /opt/fog-client/FOGService.exe -d /opt/fog-service -l /opt/fog-service/service.lock

]]></description><link>http://forums.fogproject.org/topic/18174/linux-client-on-runit</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18174/linux-client-on-runit</guid><dc:creator><![CDATA[pilipp_edv]]></dc:creator><pubDate>Wed, 03 Jun 2026 09:16:03 GMT</pubDate></item><item><title><![CDATA[Determine version installed after update]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41811">@Nono</a> Without going through the web interface you can check the file in /var/www/fog/lib/fog/system.class.php.<br />
Toward the bottom of the file there is a line that start with define('FOG_VERSION'</p>
]]></description><link>http://forums.fogproject.org/topic/18158/determine-version-installed-after-update</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18158/determine-version-installed-after-update</guid><dc:creator><![CDATA[rodluz]]></dc:creator><pubDate>Tue, 05 May 2026 12:27:13 GMT</pubDate></item><item><title><![CDATA[Debian Trixie Dependancy Errors]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/46921">@hammerc807</a></p>
<p dir="auto">This is what I had to do, was in the same boat.</p>
<p dir="auto">Go to /opt/fog/.fogsettings</p>
<p dir="auto">Remove the sysv-rc-conf entry from the packages line from there. (Reference: <a href="https://github.com/FOGProject/fogproject/issues/797" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/FOGProject/fogproject/issues/797</a>)</p>
<p dir="auto">Lower down in the same file, set “php_ver=‘8.2’” to “php_ver=‘8.4’”</p>
<p dir="auto">Exit and save.</p>
<p dir="auto">Then I had to remove symlinks in Apache that were using the old php modules:</p>
<p dir="auto">sudo unlink /etc/apache2/mods-enabled/php8.2.conf<br />
sudo unlink /etc/apache2/mods-enabled/php8.2.load</p>
<p dir="auto">Then add the new links:</p>
<p dir="auto">sudo ln -s /etc/apache2/mods-available/php8.4.conf /etc/apache2/mods-enabled/php8.4.conf<br />
sudo ln -s /etc/apache2/mods-available/php8.4.load /etc/apache2/mods-enabled/php8.4.load</p>
]]></description><link>http://forums.fogproject.org/topic/18119/debian-trixie-dependancy-errors</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18119/debian-trixie-dependancy-errors</guid><dc:creator><![CDATA[timmermac]]></dc:creator><pubDate>Mon, 23 Feb 2026 19:35:59 GMT</pubDate></item><item><title><![CDATA[Linux Client Install Dual Nics]]></title><description><![CDATA[<p dir="auto">Ok so I now have a second system with the EXACT same issue.   I purchased a Dell Precision 7875 which has 2 on-board nics.   I updated our dhcp server to issue an IP address for one of the two NICs.  With the system connected to that interface I PXE booted the system.  The first stage of the fog shows as it notices the system is not registered and asking whether I would like to register the system.    Yet once I say do full registration that’s it it will not proceed further.</p>
<p dir="auto">So similar to the issue that I’ve raised prior with multiple NICs and <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> suggested I PXE booted the system again but went into DEBUG mode.   Well as it appears the unused MAC address is now showing up on the interface that I had configured to connect to the network.  Seeing that I did not assign an IP address to the second mac address the system would not proceed any further.  The odd thing is that BOTH interfaces show up having the same mac address.   It seems that there’s an issue with the FOS with newer Dell systems with multiple NICs.</p>
<p dir="auto">If I disable one of the two NICs in the BIOS, and do the re-imaging process everything works fine…</p>
<p dir="auto">Really looking for a fix for this…</p>
<p dir="auto">Cheers</p>
<p dir="auto">Jason Naughton</p>
]]></description><link>http://forums.fogproject.org/topic/18053/linux-client-install-dual-nics</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18053/linux-client-install-dual-nics</guid><dc:creator><![CDATA[JasonNaughton]]></dc:creator><pubDate>Mon, 10 Nov 2025 22:13:41 GMT</pubDate></item><item><title><![CDATA[Reinstall fails at initrd]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49229">@DanCan</a> Hi This is currently a <a href="https://github.com/FOGProject/fos/issues/108" target="_blank" rel="noopener noreferrer nofollow ugc">known issue</a> on some motherboards. Honestly not sure what is causing this to happen. I am working on a fix to this issue just haven’t had too much time lately.</p>
]]></description><link>http://forums.fogproject.org/topic/18032/reinstall-fails-at-initrd</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18032/reinstall-fails-at-initrd</guid><dc:creator><![CDATA[rodluz]]></dc:creator><pubDate>Sat, 25 Oct 2025 23:02:35 GMT</pubDate></item><item><title><![CDATA[FOG Multicast Manager creating zombie processes. How to fix?]]></title><description><![CDATA[<p dir="auto">Fresh Ubuntu 24.04.3 LTS install running 1.5.10.1721 (started on 1.5.10.1698)</p>
<p dir="auto">This is what is happening</p>
<p dir="auto"><img src="https://i.imgur.com/x0TXipm.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">What to do?</p>
<p dir="auto">Thank you</p>
]]></description><link>http://forums.fogproject.org/topic/18019/fog-multicast-manager-creating-zombie-processes-how-to-fix</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18019/fog-multicast-manager-creating-zombie-processes-how-to-fix</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Fri, 10 Oct 2025 09:47:38 GMT</pubDate></item><item><title><![CDATA[How do i add more storage space to my  Fog Storage repository]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49274">@Jchinn412</a> The answer is it depends on how you have your disk structure setup</p>
<p dir="auto">Post the results of these two commands.</p>
<p dir="auto">lsblk<br />
df -h</p>
<p dir="auto">It maybe easy or harder (but not impossible) depending on how you have the disk created.</p>
]]></description><link>http://forums.fogproject.org/topic/18003/how-do-i-add-more-storage-space-to-my-fog-storage-repository</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18003/how-do-i-add-more-storage-space-to-my-fog-storage-repository</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Mon, 29 Sep 2025 18:24:44 GMT</pubDate></item><item><title><![CDATA[Linux UFW Profile for FOG Questions]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49226">@Petrushka</a> hello!!</p>
<p dir="auto">In our firewalld rules we have</p>
services:
      - ftp
      - http
      - mountd
      - nfs
      - rpc-bind
      - tftp
    ports:
      - { port: 20048, proto: tcp }  # nfs
      - { port: 20048, proto: udp }  # nfs
      - { port: "35350-36350", proto: udp }  # tftp
      - { port: "49512-65532", proto: udp }  # multicast

]]></description><link>http://forums.fogproject.org/topic/17982/linux-ufw-profile-for-fog-questions</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17982/linux-ufw-profile-for-fog-questions</guid><dc:creator><![CDATA[AUTH IT Center]]></dc:creator><pubDate>Fri, 12 Sep 2025 00:59:21 GMT</pubDate></item><item><title><![CDATA[install failed on fresh debian trixie]]></title><description><![CDATA[<p dir="auto">Hello all !<br />
I tried to install fog from git on my debian trixie.<br />
<a href="http://installfog.sh" target="_blank" rel="noopener noreferrer nofollow ugc">installfog.sh</a> failed with installation of isc-dhcp-server</p>
<p dir="auto">“Préparation du dépaquetage de …/isc-dhcp-server_4.4.3-P1-8_amd64.deb …<br />
Dépaquetage de isc-dhcp-server (4.4.3-P1-8) sur (4.4.3-P1-8) …<br />
Paramétrage de isc-dhcp-server (4.4.3-P1-8) …<br />
Job for isc-dhcp-server.service failed because the control process exited with error code.<br />
See “systemctl status isc-dhcp-server.service” and “journalctl -xeu isc-dhcp-server.service” for details.<br />
invoke-rc.d: initscript isc-dhcp-server, action “restart” failed.”</p>
<p dir="auto">I tried to reinsatll isc-dhcp-server separately on my computer but it could not work</p>
<p dir="auto">I searched for a bug in <a href="https://www.isc.org/dhcp/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.isc.org/dhcp/</a><br />
and there I found that this pacakge is  not maintained any more.</p>
<p dir="auto">“ISC has announced the end of maintenance for ISC DHCP as of the end of 2022. ISC will continue providing professional support services for existing subscribers, but does not intend to issue any further maintenance releases. For resources that may help in migrating your existing ISC DHCP server deployment to our newer DHCP server, Kea, please see this page.”</p>
<p dir="auto">Will <a href="http://foginstall.sh" target="_blank" rel="noopener noreferrer nofollow ugc">foginstall.sh</a> be modified, or is a by-pass possible ?</p>
]]></description><link>http://forums.fogproject.org/topic/17975/install-failed-on-fresh-debian-trixie</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17975/install-failed-on-fresh-debian-trixie</guid><dc:creator><![CDATA[PierreM59]]></dc:creator><pubDate>Mon, 08 Sep 2025 16:03:07 GMT</pubDate></item><item><title><![CDATA[Debian 13 Trixie]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@Tom-Elliott</a><br />
The upgrade to stable version completed successfully.<br />
I’m now on fog 1.5.10.1673<br />
Thanks again</p>
]]></description><link>http://forums.fogproject.org/topic/17963/debian-13-trixie</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17963/debian-13-trixie</guid><dc:creator><![CDATA[plegrand]]></dc:creator><pubDate>Mon, 25 Aug 2025 14:40:16 GMT</pubDate></item><item><title><![CDATA[FOG Client Linux Installation Failed CA certificate 403 forbidden using sudo mono SmartInstaller.exe]]></title><description><![CDATA[<p dir="auto">Hi<br />
I have followed this <a href="https://docs.fogproject.org/en/latest/kb/reference/fog-client-installation-options/#linux-client" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.fogproject.org/en/latest/kb/reference/fog-client-installation-options/#linux-client</a> to Install SmartInstaller.exe in Linux Ubuntu v.22.04.5, and while Fog server pinning it gets failed throwing 403 forbidden while downloading CA certificate.</p>
<p dir="auto"><strong>The installation is like this…</strong></p>
<p dir="auto">sudo mono SmartInstaller.exe</p>
<p dir="auto">…#######:.    …,#,…     .::##::.<br />
               .:######          .:;####:…;#;…<br />
               …##…        …##;,;##::::.##…<br />
                  ,#          …##…##:::##     …::<br />
                  ##    .::###,##.   . ##.::#.:######::.<br />
               …##:::###::…#. …  .#…#. #…#:::.<br />
               …:####:…    …##…##::##  …  #<br />
                   #  .      …##:,;##;:::#: … ##…<br />
                  .#  .       .:;####;::::.##:::;#:…<br />
                   #                     …:;###…</p>
<p dir="auto">###########################################<br />
               #     FOG                                 #<br />
               #     Free Computer Imaging Solution      #<br />
               #                                         #<br />
               #     <a href="https://www.fogproject.org/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.fogproject.org/</a>         #<br />
               #                                         #<br />
               #     Credits:                            #<br />
               #     <a href="https://fogproject.org/Credits" target="_blank" rel="noopener noreferrer nofollow ugc">https://fogproject.org/Credits</a>      #<br />
               #     GNU GPL Version 3                   #<br />
               ###########################################<br />
               #           FOG Service Installer         #</p>
<p dir="auto">------------------------------------License-----------------------------------</p>
<p dir="auto">FOG Service Copyright <img src="http://forums.fogproject.org/assets/plugins/nodebb-plugin-emoji/emoji/android/00a9.png?v=av3o5fakf9o" class="not-responsive emoji emoji-android emoji--copyright" style="height:23px;width:auto;vertical-align:middle" title=":copyright:" alt="©" /> 2014-2023 FOG Project<br />
This program comes with ABSOLUTELY NO WARRANTY.<br />
This is free software, and you are welcome to redistribute it under certain<br />
conditions. See your FOG server under ‘FOG Configuration’ -&gt; ‘License’ for<br />
further information.</p>
<p dir="auto">----------------------------------Information---------------------------------</p>
<p dir="auto">Version…0.13.0<br />
OS…Linux<br />
Current Path…/root<br />
Install Location…/opt/fog-service<br />
Systemd…True<br />
Initd…False</p>
<p dir="auto">-----------------------------------Configure----------------------------------</p>
<p dir="auto">FOG Server address [default: fogserver]: &lt;FOG_SERVER_IP&gt;<br />
Webroot [default: /fog]:<br />
Enable tray icon? [Y/n]:                 Y</p>
<p dir="auto">Your hostname is &lt;MY_SYSTEM_NAME&gt;<br />
This exceeds the 15 character limit.<br />
Auto registration will not run until this is fixed.<br />
Press ENTER to proceed with installation.<br />
Version…0.13.0</p>
<p dir="auto">Start FOG Service when done? [Y/n]:      S…Linux</p>
<p dir="auto">----------------------------------Installing----------------------------------</p>
<p dir="auto">Getting things ready…[Pass]<br />
Installing files…[Pass]<br />
Saving Configuration…[Pass]<br />
Applying Configuration…[Pass]<br />
Pinning FOG Project…[Pass]<br />
<strong>Pinning Server…[Fail]</strong></p>
<p dir="auto">Installation failed, cleaning system</p>
<p dir="auto">-----------------------------------Uninstall----------------------------------</p>
<p dir="auto">Uninstalling…[Pass]</p>
<p dir="auto">-----------------------------------Finished-----------------------------------</p>
<p dir="auto">See /root/SmartInstaller.log for more information.</p>
<h2><strong>The SmartInstaller logs are like this :</strong></h2>
<h2>3/18/2025 3:13:20 PM Installer Settings successfully saved in /opt/fog-service/settings.json<br />
3/18/2025 3:13:20 PM Middleware::Communication Download: http://&lt;FOG_SERVER_IP&gt;/fog/management/other/ca.cert.der<br />
3/18/2025 3:13:21 PM Middleware::Communication ERROR: Could not download file<br />
3/18/2025 3:13:21 PM Middleware::Communication ERROR: The remote server returned an error: (403) Forbidden.<br />
3/18/2025 3:13:21 PM Installer Could not download server CA cert from FOG server</h2>
<p dir="auto">I have configured Apache as well.<br />
I can download this certificate manually to test 403 issue and it downloads the file in the system using this link http://&lt;FOG_SERVER_IP&gt;/fog/management/other/ca.cert.der</p>
<p dir="auto">But, it fails while mono installation throwing 403 error.</p>
<p dir="auto">I’m hoping for a solution here.<br />
Looking forward…<br />
Thanks.</p>
]]></description><link>http://forums.fogproject.org/topic/17854/fog-client-linux-installation-failed-ca-certificate-403-forbidden-using-sudo-mono-smartinstaller-exe</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17854/fog-client-linux-installation-failed-ca-certificate-403-forbidden-using-sudo-mono-smartinstaller-exe</guid><dc:creator><![CDATA[amitsi2x]]></dc:creator><pubDate>Tue, 08 Apr 2025 11:28:34 GMT</pubDate></item><item><title><![CDATA[FOG Service on Client reboot loop]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/48444">@adam1972</a> FYI, there are no pending tasks… I just tried creatinga snapin bash that uninstalls the client, to see if it would stop repeatedly rebooting…  It just sits there.  The log has a “a power operation is pending, aborting module”… I can’t find anything that’s is pending… especially after rebooting several times lol</p>
]]></description><link>http://forums.fogproject.org/topic/17840/fog-service-on-client-reboot-loop</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17840/fog-service-on-client-reboot-loop</guid><dc:creator><![CDATA[adam1972]]></dc:creator><pubDate>Tue, 25 Mar 2025 21:47:08 GMT</pubDate></item><item><title><![CDATA[RHEL 8.10 clones fail to boot]]></title><description><![CDATA[<p dir="auto">Edit: So, the target PC was not identical after all. It had an optical drive as well. Don’t know why that would change anything. From dracut emergency shell I found that the driver for the SAS controller card (aacraid) was not loaded for some reason. Works fine on other target PCs without the optical drive…</p>
]]></description><link>http://forums.fogproject.org/topic/17831/rhel-8-10-clones-fail-to-boot</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17831/rhel-8-10-clones-fail-to-boot</guid><dc:creator><![CDATA[tag]]></dc:creator><pubDate>Wed, 19 Mar 2025 17:09:23 GMT</pubDate></item><item><title><![CDATA[postdownload script...]]></title><description><![CDATA[<p dir="auto">Hey All,</p>
<p dir="auto">I recently transferred a perfectly working fog project server to another server and pouched the postdownload script functionality.   I’ve gone through a bit of debugging.   I put a /bin/bash inside my /images/postdownloadscripts/fog.postdownload so that I could shell out and see why I’m not getting the client hostinfo that I used to fetch with curl leveraging the fog-api-token and fog-user-token.</p>
<p dir="auto">I’ve validated that my ${FOG_API_TOKEN} contains the same string that is on my configuration page of my fog server.   I’ve also validated that my ${FOG_USER_TOKEN} contains the same API string for a user within my user list.  Both the user and the fog settings have the api enabled.</p>
<p dir="auto">Yet if I issue the following from my bash shell on the client after doing the pxeboot:</p>
<p dir="auto">curl -A “” -Lks <br />
-o /tmp/hostinfo.sh <br />
-H ‘Content-Type: application/json’ <br />
-H “fog-api-token: ${FOG_API_TOKEN}” <br />
-H “fog-user-token: ${FOG_USER_TOKEN}” <br />
${web}/service/hostinfo.php <br />
–data “mac=$mac”</p>
<p dir="auto">Where $mac is the mac address of the pxe booted client, and $web simply contains <a href="http://192.168.1.35/fog/" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.35/fog/</a>.    Yet the contents of the file /tmp/hostinfo.sh is essentially:</p>
<p dir="auto">No token passed to authenticate this host</p>
<p dir="auto">I kinda need the othertag1 from the fogserver where I store some unique information about the client.   Prior to my moving of my server to the new configuration this worked fine…   Any insight on this matter would be greatly appreiated.</p>
]]></description><link>http://forums.fogproject.org/topic/17820/postdownload-script</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17820/postdownload-script</guid><dc:creator><![CDATA[JasonNaughton]]></dc:creator><pubDate>Tue, 25 Feb 2025 23:20:04 GMT</pubDate></item><item><title><![CDATA[FOG exit to local GRUB option]]></title><description><![CDATA[<p dir="auto">I am looking for a way to exit from a FOG task to a specific GRUB menu option on the client machine.<br />
My goal it to find a way to achieve a one time iPXE boot option on a legacy GRUB Linux machine by copying the iPXE kernel to the /boot folder on the client machine,  then adding a grub menu entry for iPXE so that I have a grub menu.lst file similar to</p>
<pre><code class="language-cfg">default 0
timeout 0

title BIOS iPXE Boot
    root (hd0,0)    
    kernel /boot/ipxe.lkrn

title openSUSE - Kernel 3.1.0-1.2 
    root (hd0,0)
    cedarview_gfx.modeset=0
    kernel /boot/vmlinuz splash=silent quiet 
    initrd /boot/initrd
</code></pre>
<p dir="auto">I have tested this and it works well , but I end up in a boot-loop and I can not see a method to automatically exit a FOG session that would allow me to move on to the next menu option as all EXIT options I have tried so far end up back at the GRUB menu with a default of iPXE</p>
<p dir="auto">Is there a way to use a custom GRUB_EXIT_TO_MENU_OPTION  or maybe some better way to achieve this ?</p>
<p dir="auto">So far I have tried the following exit options<br />
GRUB - finds the local GRUB , but oots to the default iPXE option<br />
GRUB-FIRT-HDD -same as above , - I have the ipxe bootloader and menu option on the HDD<br />
REFIND-EFI - this machine is very legacy and did not manage to load REFIND neither from FOG, nor a rEFInd bootable USB for testing ( this USB was tested on more modern machines and did work)<br />
EXIT - Still ends up back at the same grub menu with iPXE as default</p>
<p dir="auto">I can see that there are other ways to booting to iPXE ( eg bootable USB , BIOS option etc), but this method of adding the files to the main HDD would allow me to do all this remotely, without the need for access to the machine, e.g. over ssh and the basic concept is working well. I just am not sure how to solve the boot loop EXIT issue</p>
]]></description><link>http://forums.fogproject.org/topic/17813/fog-exit-to-local-grub-option</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17813/fog-exit-to-local-grub-option</guid><dc:creator><![CDATA[justjason]]></dc:creator><pubDate>Mon, 17 Feb 2025 19:28:48 GMT</pubDate></item><item><title><![CDATA[SLES 15 image does not update add efi entry]]></title><description><![CDATA[<p dir="auto">My lab deals mainly with RHEL and SLES. When building an image I setup both with a small 512MiB EFI boot partition and ext4 root partition. Install the OS and basic packages.</p>
<p dir="auto">We only have UEFI systems so testing legacy boot is not doable.</p>
<p dir="auto">When deploying a RHEL image it will reboot into disk without issue and the disk efi entry is already there, but with sles it is missing.</p>
<p dir="auto">Is there some required setting on the OS I need? Maybe RHEL sets some flag on disk?</p>
<p dir="auto">Also, is there a possibility to have the OS boot directly without rebooting the system using switch_root /sbin/init, this is what warewulf v3 did. This allowed me to run any changes before rebooting including makeing sure efi boot params were correct using efibootmgr.</p>
]]></description><link>http://forums.fogproject.org/topic/17809/sles-15-image-does-not-update-add-efi-entry</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17809/sles-15-image-does-not-update-add-efi-entry</guid><dc:creator><![CDATA[acgoldma]]></dc:creator><pubDate>Wed, 12 Feb 2025 19:42:56 GMT</pubDate></item><item><title><![CDATA[Cant connect to database]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have here an old FOG installation, where I forgot the credentials. Before I install it all from 0, I wanted to look into the database (I have access to the machine, where its running at). But when I want to connect with the informations from the .fogsettings file, I just get an error (ERROR 1045 (28000): Access denied for user).</p>
<p dir="auto">Someone knows why I can’t login?</p>
]]></description><link>http://forums.fogproject.org/topic/17783/cant-connect-to-database</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17783/cant-connect-to-database</guid><dc:creator><![CDATA[sega]]></dc:creator><pubDate>Fri, 10 Jan 2025 09:29:33 GMT</pubDate></item><item><title><![CDATA[capture computrer crashed - file system compressed and corrupt]]></title><description><![CDATA[<p dir="auto">Hi!<br />
I captured a linux computer (debian 12, ext4).<br />
Unfortunately the power failed during the capture process.<br />
At the beginning of the process the disk was compressed, then the capture started, then the power failed. Now the filesystem has not been uncompressed.<br />
Is there anything I can do ?<br />
(I use FOG since v0.9something and this problem NEVER occured)<br />
Thanks!<br />
Xibeaga</p>
]]></description><link>http://forums.fogproject.org/topic/17765/capture-computrer-crashed-file-system-compressed-and-corrupt</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17765/capture-computrer-crashed-file-system-compressed-and-corrupt</guid><dc:creator><![CDATA[Xibeaga]]></dc:creator><pubDate>Thu, 19 Dec 2024 18:58:35 GMT</pubDate></item><item><title><![CDATA[Images folder seems to not have correct permissions]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/46307">@COE</a> Typically if the permissions on the /images directory get messed up you can reinstall FOG and it will fix the permissions.</p>
<p dir="auto">If you run the chmod 777 /images that will make the directory world writable but not the existing files / folders under that directory. If you use chmod -R 777 /images it will change everything under that directory to world writable.</p>
<p dir="auto">But before you do that, the linux user fogproject should have read write access to /images. The password for that user is found in the hidden file /opt/fog/.fogsettings  That is the user account fog uses to move files around while imaging.</p>
]]></description><link>http://forums.fogproject.org/topic/17739/images-folder-seems-to-not-have-correct-permissions</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17739/images-folder-seems-to-not-have-correct-permissions</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Tue, 19 Nov 2024 14:59:31 GMT</pubDate></item><item><title><![CDATA[Client registration error]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/48570">@Small0145</a> said in <a href="/post/156140">Client registration error</a>:</p>
<blockquote>
<p dir="auto">il y a environ 18 minutes</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/48565">@kelocktnt</a> look in “Pending Hosts” on the hosts page. It should be the</p>
</blockquote>
<p dir="auto">OMG !!!<br />
i’ve been walking past it since the beginning without seeing it!!! too newbiees</p>
<p dir="auto">Thank youu  @)</p>
]]></description><link>http://forums.fogproject.org/topic/17727/client-registration-error</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17727/client-registration-error</guid><dc:creator><![CDATA[kelocktnt]]></dc:creator><pubDate>Tue, 05 Nov 2024 15:01:55 GMT</pubDate></item><item><title><![CDATA[Update to working-1.6 fails with mysql: unrecognized service]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@Tom-Elliott</a> Success. I switched to single-user with init 1, and installing systemd-sysv worked fine.</p>
<p dir="auto">As this is a machine upgraded from debian 11, maybe it wasn’t using systemd. Installation of 1.6 worked no problem Thanks,</p>
]]></description><link>http://forums.fogproject.org/topic/17713/update-to-working-1-6-fails-with-mysql-unrecognized-service</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17713/update-to-working-1-6-fails-with-mysql-unrecognized-service</guid><dc:creator><![CDATA[lperoma]]></dc:creator><pubDate>Sun, 27 Oct 2024 11:04:14 GMT</pubDate></item><item><title><![CDATA[At the end of capturing an image, FTP login incorrect...New Rocky Fog srv]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/45409">@RocksAndRolls</a> I’m not sure how much additional help I can provide here but where it failing is at the end of the imaging process, the target system logs into the ftp server on the FOG server using the fogproject user account. That fogproject user MUST be able to rename the captured file in /images/dev from the mac address and the move the directory from /images/dev/&lt;mac_address&gt; to /images/&lt;image_name&gt;.</p>
<p dir="auto">If you have verified you can log into the fog server via ftp as the fogproject user using the password saved in the fog ui then it has to be a permission issue on the /images directory.</p>
<p dir="auto">The image capture process is</p>
<p dir="auto">FOS Engine -&gt; connects to /images/dev NFS share and creates a directory that matches it’s mac address<br />
FOS Engine -&gt; Uploads the disk connect as the root user (on the FOS Engine)<br />
FOS Engine -&gt; Connects to the FOG server as fogproject user and issues a mv command to move the directory from /images/dev/&lt;mac_address&gt; to /images/&lt;image_name&gt;<br />
FOS Engine -&gt; Logs out of ftp and completes the cleanup before reboot.</p>
]]></description><link>http://forums.fogproject.org/topic/17710/at-the-end-of-capturing-an-image-ftp-login-incorrect-new-rocky-fog-srv</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17710/at-the-end-of-capturing-an-image-ftp-login-incorrect-new-rocky-fog-srv</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Fri, 25 Oct 2024 16:43:53 GMT</pubDate></item><item><title><![CDATA[lightdm user detected, wont change hostname]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/48379">@AUTH-IT-Center</a> That is correct. That’s what that FOG Settings item is meant to do. If that is checked, on registration it should set that flag on future registrations, but it doesn’t on existing hosts that were registered before it was checked.  If after this is checked and a new host registers and this isn’t working, I would believe there to be a bug.</p>
<p dir="auto">Though a workaround exists, so while, it would be a bug, it may not be the biggest concern to get fixed immediately over say actual imaging issues.</p>
]]></description><link>http://forums.fogproject.org/topic/17684/lightdm-user-detected-wont-change-hostname</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17684/lightdm-user-detected-wont-change-hostname</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 04 Oct 2024 12:11:49 GMT</pubDate></item><item><title><![CDATA[constant 100% CPU Usage]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/48055">@PatrickL</a> You might want to review this post: <a href="https://forums.fogproject.org/topic/17648/massive-cpu-usage-from-a-service" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.fogproject.org/topic/17648/massive-cpu-usage-from-a-service</a></p>
<p dir="auto">That .sysvd is suspicious and very similar to the thread above.</p>
]]></description><link>http://forums.fogproject.org/topic/17673/constant-100-cpu-usage</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17673/constant-100-cpu-usage</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Fri, 20 Sep 2024 10:58:51 GMT</pubDate></item></channel></rss>