<?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[image Multicast issue]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i got some issue with Multicast image, had this issue for sometime, now im running the latest 1.5.10.1815 and still got this issue.</p>
<p dir="auto">If i create a multicast image task , by going to image menu then clicking Multicast image, and creating a multicast session. It works, but then if i want to do an other session , when i click on start, it just reset the fields to default value (session name, count, timeout, image ) but the multicast session is not created.</p>
<p dir="auto">if i reboot the server i still cannot create a multicast image session anymore.<br />
i noticed that if i run the database maintenance queries :<br />
DELETE FROM <code>hosts</code> WHERE <code>hostID</code> = ‘0’;<br />
DELETE FROM <code>hostMAC</code> WHERE hmID = ‘0’ OR <code>hmHostID</code> = ‘0’;<br />
DELETE FROM <code>groupMembers</code> WHERE <code>gmID</code> = ‘0’ OR <code>gmHostID</code> = ‘0’ OR <code>gmGroupID</code> = ‘0’;<br />
DELETE FROM <code>snapinGroupAssoc</code> WHERE <code>sgaID</code> = ‘0’ OR <code>sgaSnapinID</code> = ‘0’ OR <code>sgaStorageGroupID</code> = ‘0’;<br />
DELETE from <code>snapinAssoc</code> WHERE <code>saID</code> = ‘0’ OR <code>saHostID</code> = ‘0’ OR <code>saSnapinID</code> = ‘0’;<br />
DELETE FROM <code>hosts</code> WHERE <code>hostID</code> NOT IN (SELECT <code>hmHostID</code> FROM <code>hostMAC</code> WHERE <code>hmPrimary</code> = ‘1’);<br />
DELETE FROM <code>hosts</code> WHERE <code>hostID</code> NOT IN (SELECT <code>hmHostID</code> FROM <code>hostMAC</code>);<br />
DELETE FROM <code>hostMAC</code> WHERE <code>hmhostID</code> NOT IN (SELECT <code>hostID</code> FROM <code>hosts</code>);<br />
DELETE FROM <code>snapinAssoc</code> WHERE <code>saHostID</code> NOT IN (SELECT <code>hostID</code> FROM <code>hosts</code>);<br />
DELETE FROM <code>groupMembers</code> WHERE <code>gmHostID</code> NOT IN (SELECT <code>hostID</code> FROM <code>hosts</code>);<br />
DELETE FROM <code>tasks</code> WHERE <code>taskStateID</code> IN (“1”,“2”,“3”);<br />
DELETE FROM <code>snapinTasks</code> WHERE <code>stState</code> in (“1”,“2”,“3”);<br />
TRUNCATE TABLE multicastSessions;<br />
TRUNCATE TABLE multicastSessionsAssoc;<br />
DELETE FROM tasks WHERE taskTypeId=8;</p>
<p dir="auto">then i can create a task again.</p>
<p dir="auto">Is there anything to fix this behavior?</p>
]]></description><link>http://forums.fogproject.org/topic/18139/image-multicast-issue</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 09:21:15 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18139.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Mar 2026 10:32:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to image Multicast issue on Wed, 01 Apr 2026 09:11:17 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><br />
I did not update yet to 1824, but i did SELECT * FROM HISTORY;</p>
<pre><code>MariaDB [fog]&gt; SELECT * FROM history;
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| hID | hText                                                                                  | hUser | hTime               | hIP         |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
|   1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog   | 2026-04-01 08:33:55 | 10.10.3.116 |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
1 row in set (0.000 sec)
</code></pre>
<p dir="auto">the new session i create are not shown, and dont work until i run the maintenance queries</p>
<p dir="auto">then it shows in history table:</p>
<pre><code>MariaDB [fog]&gt; SELECT * FROM history;
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| hID | hText                                                                                  | hUser | hTime               | hIP         |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
|   1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog   | 2026-04-01 08:33:55 | 10.10.3.116 |
|   2 | [2026-04-01 09:10:37] MulticastSession ID: 1 NAME: test has been successfully updated. | fog   | 2026-04-01 09:10:37 | 10.10.3.116 |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
2 rows in set (0.000 sec)
</code></pre>
]]></description><link>http://forums.fogproject.org/post/157994</link><guid isPermaLink="true">http://forums.fogproject.org/post/157994</guid><dc:creator><![CDATA[boombasstic]]></dc:creator><pubDate>Wed, 01 Apr 2026 09:11:17 GMT</pubDate></item><item><title><![CDATA[Reply to image Multicast issue on Tue, 31 Mar 2026 13:44:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44693">@boombasstic</a> You’re able to test this on your own already:</p>
<p dir="auto">Change your branch from stable -&gt; dev-branch</p>
<pre><code>cd /path/to/installer
git checkout dev-branch
git pull
cd bin
sudo ./installfog.sh -y
</code></pre>
<p dir="auto">This will install whatever is “bleeding edge” on the development (which eventually roll up into the stable automatically on the 15th of each month).</p>
]]></description><link>http://forums.fogproject.org/post/157990</link><guid isPermaLink="true">http://forums.fogproject.org/post/157990</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Tue, 31 Mar 2026 13:44:10 GMT</pubDate></item><item><title><![CDATA[Reply to image Multicast issue on Tue, 31 Mar 2026 13:41:58 GMT]]></title><description><![CDATA[<p dir="auto">ok i ll wait for 1824.<br />
It’s not a big issue, i can either multicast by doing a quick registration on my devices , grouping them and doing a group multicast. that works everytime. or just run the queries, and that seem to flush whatever it is that is blocking the multicast.</p>
<p dir="auto">Thanks!</p>
]]></description><link>http://forums.fogproject.org/post/157989</link><guid isPermaLink="true">http://forums.fogproject.org/post/157989</guid><dc:creator><![CDATA[boombasstic]]></dc:creator><pubDate>Tue, 31 Mar 2026 13:41:58 GMT</pubDate></item><item><title><![CDATA[Reply to image Multicast issue on Tue, 31 Mar 2026 10:51:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44693">@boombasstic</a> Can you check DB with: <code>SELECT * FROM HISTORY;</code> after your entry?</p>
<p dir="auto">When I test in 1824, I’m not seeing the problem. So it’s possible a future set of updates fixed the problem you’re specifically looking at.</p>
<p dir="auto">When a MC task cancels (or completes) the session name is expected to be cleared out because you may need to reuse the session name down the road.</p>
<p dir="auto">I’m seeing the clients and time are being set correctly.</p>
<p dir="auto">Maybe I’m not understanding what exactly you’re doing?</p>
<p dir="auto">Similarly, I started 2 multicast sessions for the exact same image, and I’m unable to replicate what you’re seeing.</p>
<p dir="auto">i also cancelled one then started a new session and that worked.</p>
<p dir="auto">To be fair (like I said) I’m on 1824 so maybe we unknowingly fixed the problem you’re hitting right now?</p>
]]></description><link>http://forums.fogproject.org/post/157987</link><guid isPermaLink="true">http://forums.fogproject.org/post/157987</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Tue, 31 Mar 2026 10:51:59 GMT</pubDate></item></channel></rss>