<?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[General]]></title><description><![CDATA[General Developer questions relating to FOG.]]></description><link>http://forums.fogproject.org/category/9</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 01:57:17 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/category/9.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 May 2026 19:15:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[IPXE 2.0 Secure Boot Working]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41830">@Valer</a> Hi Valer,</p>
<p dir="auto">You can see my tutorial on using Secure boot with Shim, and my thoughts on what 2.0 means for Secure Boot with FOG here: <a href="http://forums.fogproject.org/post/158170">http://forums.fogproject.org/post/158170</a></p>
]]></description><link>http://forums.fogproject.org/topic/18161/ipxe-2-0-secure-boot-working</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18161/ipxe-2-0-secure-boot-working</guid><dc:creator><![CDATA[KMEH]]></dc:creator><pubDate>Fri, 08 May 2026 19:15:48 GMT</pubDate></item><item><title><![CDATA[Dumb Question about FOG UI, under Hosts, how to get FOG to see the OS of this new host? See Insinde]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> Can I bother you with this quick question ^^^</p>
]]></description><link>http://forums.fogproject.org/topic/18063/dumb-question-about-fog-ui-under-hosts-how-to-get-fog-to-see-the-os-of-this-new-host-see-insinde</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18063/dumb-question-about-fog-ui-under-hosts-how-to-get-fog-to-see-the-os-of-this-new-host-see-insinde</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Mon, 24 Nov 2025 19:09:56 GMT</pubDate></item><item><title><![CDATA[Working 1.6 differences and API structure]]></title><description><![CDATA[<p dir="auto">I’m testing FOG 1.6.0-beta (build 2253) on Ubuntu 24.04. A single FOG server that runs also DHCP.</p>
<p dir="auto">I’m having three related issues:</p>
<p dir="auto">GET /fog/system/info works fine (returns version and success).</p>
<p dir="auto">All authenticated routes (like /fog/host or /fog/image) return 403 Forbidden.</p>
<p dir="auto">API and User tokens are both enabled and verified in the database.</p>
<p dir="auto">The same API requests work on my production FOG 1.5.10 instance.</p>
<p dir="auto">The main difference is that this new install uses PHP-FPM (proxy_fcgi) instead of mod_php.</p>
<p dir="auto">Is there any required Apache config (e.g. header forwarding) for FastCGI so the fog-api-token and fog-user-token headers are passed correctly?</p>
<p dir="auto">In 1.6, the global API token looks base64 encoded in the web UI, while user tokens look like the old raw hex format.</p>
<p dir="auto">Are tokens now stored or displayed differently in this version?</p>
<p dir="auto">Should API requests use the displayed (encoded) token or the raw decoded value?</p>
<p dir="auto">On the web GUI, I can’t change any values under FOG Configuration → FOG Settings. All values seem hard-coded.</p>
<p dir="auto">Is this a known issue in the 1.6 beta, or could it be a permissions problem?</p>
<p dir="auto">Any guidance or clarification from the developers or anyone else using the 1.6 beta would be appreciated.</p>
]]></description><link>http://forums.fogproject.org/topic/18045/working-1-6-differences-and-api-structure</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18045/working-1-6-differences-and-api-structure</guid><dc:creator><![CDATA[mashina]]></dc:creator><pubDate>Fri, 07 Nov 2025 14:05:46 GMT</pubDate></item><item><title><![CDATA[Location of the System Serial Number field in FOG db?]]></title><description><![CDATA[<p dir="auto">It shows up on the Host Hardware Inventory Static area of the Inventory tab for the host.  I cannot find it anywhere in the database.  Any ideas?</p>
<p dir="auto">Thanks<br />
Dave</p>
]]></description><link>http://forums.fogproject.org/topic/17978/location-of-the-system-serial-number-field-in-fog-db</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17978/location-of-the-system-serial-number-field-in-fog-db</guid><dc:creator><![CDATA[dsack27]]></dc:creator><pubDate>Tue, 09 Sep 2025 13:29:05 GMT</pubDate></item><item><title><![CDATA[Need clear steps to debug Postdownload Script execution and Slack notification in FOG 1.5.10]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m running FOG 1.5.10 and have set up a global postdownload script at /images/postdownloadscripts/fog.postdownload. The script sends a Slack notification via webhook when a deploy finishes.</p>
<p dir="auto">The script is configured in the database (FOG_POST_DOWNLOAD_SCRIPT), and the file has correct executable permissions.</p>
<p dir="auto">However, the script is not being executed automatically after deploy, even though deploys complete successfully and show in the Active Tasks list.</p>
<p dir="auto">I have tried:</p>
<p dir="auto">Adding debug logs inside the script writing to /tmp/fog-post.log (only updates when running manually).</p>
<p dir="auto">Watching the PXE client console during deploy but don’t see any message about using the postdownload script.</p>
<p dir="auto">Confirming the global postdownload path is set correctly in the database.</p>
<p dir="auto">Verifying that no “Post Download Script” option exists per image in the web UI.</p>
<p dir="auto">What I need:</p>
<p dir="auto">Clear steps or checklist to verify why the postdownload script is not running automatically.</p>
<p dir="auto">How to confirm if the postdownload script is actually called by FOG after deploy.</p>
<p dir="auto">If there is any additional configuration required in FOG 1.5.10 to enable postdownload scripts.</p>
<p dir="auto">How to properly debug this issue (logs to check, commands to run).</p>
<p dir="auto">Any known issues or tips specific to FOG 1.5.10 regarding postdownload scripts.</p>
<p dir="auto">Thank you for your he</p>
]]></description><link>http://forums.fogproject.org/topic/17921/need-clear-steps-to-debug-postdownload-script-execution-and-slack-notification-in-fog-1-5-10</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17921/need-clear-steps-to-debug-postdownload-script-execution-and-slack-notification-in-fog-1-5-10</guid><dc:creator><![CDATA[nicolas.moraes]]></dc:creator><pubDate>Fri, 11 Jul 2025 22:37:28 GMT</pubDate></item><item><title><![CDATA[&quot;Windows Other&quot; vs &quot;Windows 10&quot; when creating new Windows 11 images?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Great, thanks for the info!</p>
]]></description><link>http://forums.fogproject.org/topic/17760/windows-other-vs-windows-10-when-creating-new-windows-11-images</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17760/windows-other-vs-windows-10-when-creating-new-windows-11-images</guid><dc:creator><![CDATA[danieln]]></dc:creator><pubDate>Tue, 17 Dec 2024 17:53:34 GMT</pubDate></item><item><title><![CDATA[Making Fog independent from pxe boot.]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> seems like in this post it is a similar interest they were implying by putting FOS on a bootable partition of the hard drive</p>
<p dir="auto"><a href="https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image/4" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image/4</a></p>
]]></description><link>http://forums.fogproject.org/topic/17742/making-fog-independent-from-pxe-boot</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17742/making-fog-independent-from-pxe-boot</guid><dc:creator><![CDATA[JamiesonCA092]]></dc:creator><pubDate>Fri, 22 Nov 2024 23:01:33 GMT</pubDate></item><item><title><![CDATA[FOG 1.5.10.x : Display problem with accesscontrol&#x2F;site&#x2F;windowskey plugins]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Fix Members tab for accesscontol plugin and some display elements for site plugin (11807ac) : <a href="https://github.com/FOGProject/fogproject/pull/647" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/FOGProject/fogproject/pull/647</a></p>
<p dir="auto">Regards.</p>
]]></description><link>http://forums.fogproject.org/topic/17659/fog-1-5-10-x-display-problem-with-accesscontrol-site-windowskey-plugins</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17659/fog-1-5-10-x-display-problem-with-accesscontrol-site-windowskey-plugins</guid><dc:creator><![CDATA[Yoann]]></dc:creator><pubDate>Sat, 14 Sep 2024 07:24:37 GMT</pubDate></item><item><title><![CDATA[FOG 1.5.10.1604 ldap plugin]]></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> Subree is updated to be properly listed as Subtree</p>
]]></description><link>http://forums.fogproject.org/topic/17632/fog-1-5-10-1604-ldap-plugin</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17632/fog-1-5-10-1604-ldap-plugin</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Mon, 02 Sep 2024 18:17:16 GMT</pubDate></item><item><title><![CDATA[Fog 1.5.10.1593 slack integration failing]]></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> fog has some hooks and events capable but those are relatively new and not quite as granular as I’d like to see them, though I suppose with the effort of 1.6 it may be worth while to try to find all the possible hooks/events (they can be either and/or both technically) as will as the attributes available for each one. That may help with the event notifications. I warn it does not exist currently.</p>
]]></description><link>http://forums.fogproject.org/topic/17623/fog-1-5-10-1593-slack-integration-failing</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17623/fog-1-5-10-1593-slack-integration-failing</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 22 Aug 2024 11:31:50 GMT</pubDate></item><item><title><![CDATA[Fog wont boot to UEFI PXE]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/47020">@Bhav</a> duplicate thread here: <a href="https://forums.fogproject.org/topic/17521/not-booting-to-pxe-uefi" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.fogproject.org/topic/17521/not-booting-to-pxe-uefi</a></p>
]]></description><link>http://forums.fogproject.org/topic/17520/fog-wont-boot-to-uefi-pxe</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17520/fog-wont-boot-to-uefi-pxe</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Thu, 04 Jul 2024 09:53:25 GMT</pubDate></item><item><title><![CDATA[API Error with PHP 8.1]]></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> Apologies, I don’t know what went wrong there but somehow I got an incomplete version of your changes. git is a confusing beast to me :). I’ve now checked again that I’m running dev-branch and I can confirm that all the warnings have gone.</p>
<p dir="auto">Thanks again.</p>
]]></description><link>http://forums.fogproject.org/topic/17495/api-error-with-php-8-1</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17495/api-error-with-php-8-1</guid><dc:creator><![CDATA[MarkG]]></dc:creator><pubDate>Mon, 10 Jun 2024 10:16:52 GMT</pubDate></item><item><title><![CDATA[Extracting IP addresses from host]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> perhaps I can achieve the same outcome with snap-ins?</p>
<p dir="auto">I have batches of Ubuntu machines that I multicast image. I have a bash script in the image that essentially prefigures the machine but it currently need to be run manually as it require two user inputs unique to each machine.</p>
<p dir="auto">The reason I wanted the IP of each machine was so I could write a script to SSH into each machine from my PC, run the script and populate the unique inputs from a CSV.</p>
<p dir="auto">It’s not so clear to me the limitations of snap-ins - is this a correct use case?</p>
]]></description><link>http://forums.fogproject.org/topic/17036/extracting-ip-addresses-from-host</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17036/extracting-ip-addresses-from-host</guid><dc:creator><![CDATA[MikeAbbages]]></dc:creator><pubDate>Thu, 21 Sep 2023 02:34:22 GMT</pubDate></item><item><title><![CDATA[FOG API]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/47207">@aviel1540</a> Sure you are welcome to build your own UI. The best of documentation we have you can find here: <a href="https://news.fogproject.org/simplified-api-documentation/" target="_blank" rel="noopener noreferrer nofollow ugc">https://news.fogproject.org/simplified-api-documentation/</a></p>
]]></description><link>http://forums.fogproject.org/topic/16811/fog-api</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16811/fog-api</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Mon, 24 Apr 2023 07:15:23 GMT</pubDate></item><item><title><![CDATA[FOG With SSO]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/24528">@TaTa</a> FOG does not do SSO though you are invited to make it happen. Tell your company to get involved in this open source project, put one developer on this for a few weeks. 🙂</p>
]]></description><link>http://forums.fogproject.org/topic/16759/fog-with-sso</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16759/fog-with-sso</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 23 Mar 2023 18:47:07 GMT</pubDate></item><item><title><![CDATA[Coding a shortcut Webview&#x2F;Problem with the API]]></title><description><![CDATA[<p dir="auto">I changed the code to PHP and now it works, so I think it was something security related from the browser.</p>
]]></description><link>http://forums.fogproject.org/topic/16742/coding-a-shortcut-webview-problem-with-the-api</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16742/coding-a-shortcut-webview-problem-with-the-api</guid><dc:creator><![CDATA[sega]]></dc:creator><pubDate>Mon, 13 Mar 2023 12:17:51 GMT</pubDate></item><item><title><![CDATA[Fedora 37 added to installation tests]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28100">@Wayne-Workman</a> Great, thanks for your work in this!</p>
]]></description><link>http://forums.fogproject.org/topic/16662/fedora-37-added-to-installation-tests</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16662/fedora-37-added-to-installation-tests</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Mon, 16 Jan 2023 19:52:07 GMT</pubDate></item><item><title><![CDATA[Enable or disable SPECULATION_MITIGATIONS in the Linux kernel]]></title><description><![CDATA[<p dir="auto">Forgot to say that I turned SPECULATION_MITIGATIONS <strong>on</strong> in the current default kernels some days after my last post because there wasn’t any feedback from people testing those kernels.</p>
]]></description><link>http://forums.fogproject.org/topic/16508/enable-or-disable-speculation_mitigations-in-the-linux-kernel</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16508/enable-or-disable-speculation_mitigations-in-the-linux-kernel</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Sat, 17 Sep 2022 11:49:17 GMT</pubDate></item><item><title><![CDATA[&#x2F;opt&#x2F;fog&#x2F;.fogsettings MySQL user can&#x27;t make changes]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@sebastian-roth</a><br />
Update I was able to make progress by fixing up the code per-say. I think the OP of the code (ch3i) wrote up something from memory and not from actual tests, and possibly update or make note of any changes in syntax as programs update.</p>
<p dir="auto">For instance, hostname --fqdn gives an error “hostname: unrecognized option ‘–fqdn’ BusyBox v1.31.1” so I changed to ‘hostname -f’.</p>
<p dir="auto">I was able to get pass the original MySQL errors using your advice, and using the fogstorage account instead. Running both scripts on ubuntu still stops without reason at “checking hostname/domain configurations”. When I run it on FOG (As a postdownloadscript), and it runs after cloning the image,it stops at :<br />
“Check Mysql Configuration: Done<br />
Check FOG Mysql Database Status: Done<br />
Checking hostname/domain configurations    *Rebooting system as task is completed”<br />
Reboot: restarting system</p>
<p dir="auto">but upon reboot, I have the same hostname I myself set prior to capturing the image. Fog has a different hostname set to the MAC that I never changed, so if the script worked my hostname should reflect what FOG has.</p>
<p dir="auto">IT never makes it to the next part which should say “updating /etc/hostname” nor saying “Done” or “host not found in fog database”. So I am thinking it’s stuck at these lines:</p>
#########################################################
	# Get interfaces
	#########################################################
	NETWORK_CARDS=($(ls /sys/class/net | grep eth))

	#########################################################
	# Get host name and domain from FoG database
	#########################################################
FUNC_DOTS "Checking hostname/domain configurations"
	for ETH in ${NETWORK_CARDS[*]}
	do
			# read mac address
			MAC=$(cat /sys/class/net/$ETH/address)
			# get mac address information from fog web server
			wget http://$FOG_SERVER/$FOG_WEBROOT/service/hostname.php?mac=$MAC -O /tmp/hostname_check 2&gt;/dev/null
			HOST_NAME="$(grep 'ok=' /tmp/hostname_check | cut -d "=" -f2)"
			HOST_DOMAIN_NAME="$(grep 'ADDom' /tmp/hostname_check | cut -d "=" -f2)"
			if [ "$HOST_NAME" != "" ]
			then
				echo "Done ($HOST_NAME.$HOST_DOMAIN_NAME)"
				sleep 3
				# A hostname is found - quit the loop
				break
			else
				echo "Error"
				FUNC_DOTS "Host not found in FOG database"
				echo "exiting"
				sleep 3
				exit
			fi
	done


<p dir="auto">Final Update<br />
I got it to work!<br />
As first mentioned, I had to update the syntax as it’s been over 7 years since the code was written by OP (ch3i). The update that crashed the above code was :</p>
NETWORK_CARDS=($(ls /sys/class/net | grep eth))

<p dir="auto">To get it to work I swapped it to :</p>
NETWORK_CARDS=($(ls /sys/class/net ))

<p dir="auto">I learned thru google there was a change (systemd?) that made ls /sys/class/net not use ETH anymore, rather showing something like “enp0s31f6” which is the same as ETH0, but showing the exact location. The code was looking for ETH so just removing that line fixed it.</p>
<p dir="auto">Now that it works, I feel I can turn the code into a snap-in or post-download script.</p>
]]></description><link>http://forums.fogproject.org/topic/16499/opt-fog-fogsettings-mysql-user-can-t-make-changes</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16499/opt-fog-fogsettings-mysql-user-can-t-make-changes</guid><dc:creator><![CDATA[dvorak]]></dc:creator><pubDate>Mon, 12 Sep 2022 19:40:26 GMT</pubDate></item><item><title><![CDATA[Change FOG Client language]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> Thank you!</p>
<p dir="auto">I did what you suggested (stopped FOG services on client, moved \pl folder to other place and restarted the PC) and after that FOG Client become english-speaking.</p>
<p dir="auto">English notifications look a way better than with mixed languages.</p>
]]></description><link>http://forums.fogproject.org/topic/16465/change-fog-client-language</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16465/change-fog-client-language</guid><dc:creator><![CDATA[daarnalthe]]></dc:creator><pubDate>Wed, 24 Aug 2022 13:29:47 GMT</pubDate></item><item><title><![CDATA[Full spec screen before injecting image]]></title><description><![CDATA[<p dir="auto">hi is it possible to view as the first page of the fog after pxe and the specifications of the pc in question before injecting the image?<br />
then logically once we have seen the specifications we return to the menu and inject the image.<br />
thank you</p>
]]></description><link>http://forums.fogproject.org/topic/16455/full-spec-screen-before-injecting-image</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16455/full-spec-screen-before-injecting-image</guid><dc:creator><![CDATA[alexamore90]]></dc:creator><pubDate>Thu, 18 Aug 2022 18:04:07 GMT</pubDate></item><item><title><![CDATA[Thank you!]]></title><description><![CDATA[<p dir="auto">Sorry of this is not the right place for this, but I wanted to say thanks to everyone who contributes to this project! I finally got my environment up and running after a couple of days, most of which was spent sifting through previous posts.</p>
<p dir="auto">Thank you!</p>
]]></description><link>http://forums.fogproject.org/topic/16415/thank-you</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16415/thank-you</guid><dc:creator><![CDATA[etbs]]></dc:creator><pubDate>Wed, 27 Jul 2022 23:13:11 GMT</pubDate></item><item><title><![CDATA[Include partclone 3.20?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Not much but… I did a little testing at home. 4 different machines, HP Laptop hackintoshed (all drives, non resizable, Other OS) (one SSD NTFS the other APFS), 2 gaming PCs (win 10 single drive all partitions resizable), A 2018 mac mini all boot security turned off.</p>
<p dir="auto">And… and !!!  I finally migrated, well actually, I made a new FOG server from scratch using only the ltsc.conf from the previous FOG server . I installed Ubuntu Server 22.04.1 fresh in Virtual Station on a NAS, (QNAP TS-451+), latest dev branch with the new inits built in, and was able to capture and deploy from/to 4 home computers no problem. I wish I still had older images and more things to test with.</p>
<p dir="auto">I love this NAS especially since it was given to me. I dropped in 16GB of RAM (from 2) and got cray stupid -configuring all the drives in a RAID 0 stripe, hey I live on the edge😂 , I can’t believe this thing is running a couple VMs no problem on that Celeron CPU.</p>
]]></description><link>http://forums.fogproject.org/topic/16383/include-partclone-3-20</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16383/include-partclone-3-20</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Mon, 11 Jul 2022 21:48:11 GMT</pubDate></item><item><title><![CDATA[Alma 9, RHEL 9, Fedora 36, Ubuntu 22.04 added to daily tests]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28100">@Wayne-Workman</a> Thanks!</p>
]]></description><link>http://forums.fogproject.org/topic/16289/alma-9-rhel-9-fedora-36-ubuntu-22-04-added-to-daily-tests</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16289/alma-9-rhel-9-fedora-36-ubuntu-22-04-added-to-daily-tests</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 02 Jun 2022 18:20:53 GMT</pubDate></item></channel></rss>