<?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[Reset Encryption Data” keeps reappearing + hostSecTime always 30 min ahead (FOG 1.5.10)]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">We are seeing a persistent encryption/token issue in FOG 1.5.10.16. There is also a consistent timestamp anomaly, and while both occur together, I do not know if they are directly related.</p>
<h6>Problem 1:</h6>
<p dir="auto">Every time the FOG Client authenticates (for example, after a reboot), a new token is generated, and shortly after that, the “Reset Encryption Data” button reappears automatically in the UI.<br />
I am not sure if this is expected behavior by design, but I have observed that some snapin tasks do not execute unless the encryption data is manually reset first.</p>
<h6>Problem 2:</h6>
<p dir="auto">Separately, there is a consistent +30 minute offset between the database value <code>hosts.hostSecTime</code> and all real system clocks. The offset is always exactly +30 minutes ahead of:</p>
<p dir="auto"><code>hosts.hostSecTime</code> in MariaDB is always written exactly +30 minutes ahead of: FOG server time (date), MariaDB <code>NOW()</code>, Windows client time <code>(Get-Date)</code>, token.dat LastWriteTime on the client.</p>
<p dir="auto">Example data from Host with ID 66:</p>
<pre><code>PS C:\Users\Administrator&gt; Get-Item "C:\Program Files (x86)\FOG\token.dat" | Select LastWriteTime

LastWriteTime
-------------
03/12/2025 9.45.58
</code></pre>
<p dir="auto">And</p>
<pre><code>MariaDB [fog]&gt; SELECT hostSecTime FROM hosts WHERE hostID = 66;
+---------------------+
| hostSecTime         |
+---------------------+
| 2025-12-03 10:15:58 |
+---------------------+
1 row in set (0.000 sec)
</code></pre>
<p dir="auto">All systems (FOG server, storage node, Windows clients) are correctly NTP-synchronized.</p>
<h6>Questions</h6>
<p dir="auto">Is it normal for “Reset Encryption Data” to reappear after every reboot?<br />
Is the +30 minute offset in hostSecTime expected or a known issue in 1.5.10?<br />
Could either of these independently explain intermittent snapin failures?</p>
<p dir="auto">Cheers!</p>
]]></description><link>http://forums.fogproject.org/topic/18069/reset-encryption-data-keeps-reappearing-hostsectime-always-30-min-ahead-fog-1-5-10</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 17:55:52 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18069.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Dec 2025 09:12:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Reset Encryption Data” keeps reappearing + hostSecTime always 30 min ahead (FOG 1.5.10) on Thu, 04 Dec 2025 07:51:28 GMT]]></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> Hi Tom,</p>
<p dir="auto">Thank you, that clarifies a lot. I now understand that hostSecTime represents the expiration time, not the creation time, which fully explains the consistent +30 minute offset I was seeing. That part now makes sense and resolves my question.</p>
<p dir="auto">The only remaining actual issue I’m trying to understand is the snapin behavior: in several cases, snapins did not execute on some hosts. I don’t see any errors in the logs. Only that the snap-in task doesn’t start, but I will work on this and gather some more data. Thank you!</p>
]]></description><link>http://forums.fogproject.org/post/157608</link><guid isPermaLink="true">http://forums.fogproject.org/post/157608</guid><dc:creator><![CDATA[mashina]]></dc:creator><pubDate>Thu, 04 Dec 2025 07:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to Reset Encryption Data” keeps reappearing + hostSecTime always 30 min ahead (FOG 1.5.10) on Wed, 03 Dec 2025 13:07:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/47877">@mashina</a> I’m not sure I understand what “problem” you’re actually seeing?</p>
<p dir="auto">The TOKEN was written at x time, the SECTOKEN expires 30 minutes later, this is expected.</p>
<p dir="auto">The REset Encryption token butten IS expected to show up so you can, well, reset the encryption token if needed.</p>
<p dir="auto">This token is generated on a cycle, but there are potential cases where they become desyncronized.</p>
<p dir="auto">Are you seeing a problem or just reporting something that was noticed?</p>
]]></description><link>http://forums.fogproject.org/post/157605</link><guid isPermaLink="true">http://forums.fogproject.org/post/157605</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Wed, 03 Dec 2025 13:07:41 GMT</pubDate></item></channel></rss>