<?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[Upgraded to 1.5.10.2482 - Now problems with replication to nodes]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I upgraded to 2482 today.</p>
<p dir="auto">Main System Ubuntu 24.04<br />
MasterNode with 2 Storage Nodes (one newly added after upgrading).</p>
<p dir="auto">Before upgrading everything worked fine. Images and Snapins where spread automatically.</p>
<p dir="auto">After upgrading I get error message in servicemaster.log:</p>
<pre><code>[18-Sep-2026 13:56:56 UTC] PHP Warning:  Undefined property: stdClass::$pass in /var/www/html/fog/lib/service/fogservice.class.php on line 559
[18-Sep-2026 13:56:59 UTC] PHP Warning:  ftp_login(): Login incorrect. in /var/www/html/fog/lib/fog/fogftp.class.php on line 494
</code></pre>
<p dir="auto">As in fogreplicator.log:</p>
<pre><code>[09-18-26 3:56:01 pm]  * Error: FTP login rejected by fognode-2 for user fogproject
[09-18-26 3:56:01 pm]  | Check the password stored for this node
</code></pre>
<p dir="auto">And in fogsnapinrep.log:</p>
<pre><code>[09-18-26 3:58:19 pm]  * Error: FTP login rejected by fognode for user fogproject
[09-18-26 3:58:19 pm]  | Check the password stored for this node
</code></pre>
<p dir="auto">Seems as the password from user fogproject is wrong on both Nodes?<br />
I tried to login to the nodes ftp from the master with the password from webgui. This worked fine.</p>
<p dir="auto">Any suggestions?</p>
]]></description><link>http://forums.fogproject.org/topic/18250/upgraded-to-1-5-10-2482-now-problems-with-replication-to-nodes</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 17:06:53 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18250.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Sep 2026 14:07:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Upgraded to 1.5.10.2482 - Now problems with replication to nodes on Fri, 18 Sep 2026 14:40:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30949">@mp12</a> Thanks for the logs. This is a bug in 1.5.10.2482, not your node passwords.</p>
<p dir="auto">A security change in 2482 removes the storage node password from the node data that the API returns. The image and snapin replicators read their node list from that same data. So they now send an empty password, and every node rejects the login. The <code>Undefined property: stdClass::$pass</code> warning is that missing field.</p>
<p dir="auto">The fix is merged to dev-branch: <a href="https://github.com/FOGProject/fogproject/pull/1770" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/FOGProject/fogproject/pull/1770</a></p>
<p dir="auto">To get it now, update from dev-branch:</p>
<pre><code>cd /path/to/fogproject
git checkout dev-branch
git pull
cd bin
sudo ./installfog.sh -y
</code></pre>
<p dir="auto">Or wait for the next stable release. Your stored passwords are correct, so you do not need to change anything on the nodes.</p>
]]></description><link>http://forums.fogproject.org/post/158733</link><guid isPermaLink="true">http://forums.fogproject.org/post/158733</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 18 Sep 2026 14:40:38 GMT</pubDate></item></channel></rss>