<div dir="ltr">It is running a much newer image (4.5 instead of 3.11), I don&#39;t know if it can support the special chars or not, but as I went to test it, I found teh cause of the box4 crash, and a number of other problems:<br><br>   - my own &quot;repcopy&quot; script which is running on an hourly cron is getting some error, but leaving the process (squeak iamge) running.  My bet is box4 ran out of memory and crashed.  I just killed about 50 of those processes.  The script redirects stdout and stderr to &quot;repcopy.log&quot; and &quot;repcopy.err&quot;, respectively.  However, upon the next scheduled run, I found the process hung again but those two files were empty.  However, there was a SqueakDebug.log file...<br><br>  - The SqueakDebug.log file shows <font color="#990000"><b>Squeak-Version-kfr.4712</b></font> is triggering the Warning, &quot;About to serialize empty mcz&quot;.  This version has a comment of, &quot;Messed up last version, try again&quot;, and so is a piece of litter in our ancestry and trunk.  I again ask y&#39;all to support me on this littering issue and help me address it with community.  Please!<div><br></div><div>  - The weird thing is, the script is wrapped in a Smalltalk&gt;&gt;#run:, which handles all Warnings by resuming them.  So, I don&#39;t know why it is halting..</div><div><br></div><div>As for production with the special-char:<br><br>   - the object model for production <a href="http://source.squeak.org">source.squeak.org</a> is stored in file<br><br>            /srv/box2/home/squeaksource/ss/data.obj<br><br>    but it is currently timestamped April 20th, 2015.  So any changes to that model since that time, including the addition of Stephan and Patrick are probably only in the production image (/srv/box2/home/squeaksource/Squeak3.11-8824-SS.image).</div><div><br></div><div>   - I have just downloaded that image /srv/box2/home/squeaksource/Squeak3.11-8824-SS.image and exported a new &quot;data.obj&quot; file.</div><div><br></div><div>Next I will make a new method in ss-deploy.image to refresh the Magma db with the model from data.obj without having to reload all the versions.  I will then know whether it can handle the special characters in people&#39;s names..  </div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 1, 2015 at 2:35 PM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You were the one who set up a newer image with Magma backend on box4, though that image hasn&#39;t synchronized the list of users, so it&#39;s web interface still works. I assume, it would break, too.<span class="HOEnZb"><font color="#888888"><br>
<br>
Levente</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Tue, 1 Dec 2015, Chris Muller wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Would a newer image and VM solve this?<br>
<br>
Why do we continue to run on this old image and VM?<br>
<br>
<br>
<br>
On Tue, Dec 1, 2015 at 7:56 AM, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt; wrote:<br>
      On Tue, Dec 01, 2015 at 12:42:33PM +0100, Levente Uzonyi wrote:<br>
      &gt; That&#39;s probably because someone has registered with a name containing wide<br>
      &gt; characters, so the whole page is served as a WideString. This bug has<br>
      &gt; happened a few times before, and I don&#39;t remember what the<br>
      &gt; temporary solution was, but I think Dave knows.<br>
      &gt;<br>
      &gt; Levente<br>
<br>
      That is probably it. Note that St??phane Rollandin (spfa) has just registered<br>
      a new account. That is probably showing up on the <a href="http://source.squeak.org" rel="noreferrer" target="_blank">source.squeak.org</a> home<br>
      page, and blowing up when the wide string is displayed.<br>
<br>
      I see the same thing on <a href="http://squeaksource.com" rel="noreferrer" target="_blank">squeaksource.com</a> from time to time. If we do<br>
      nothing, it will probably &quot;fix&quot; itself in a little while (after Stef&#39;s<br>
      activity becomes old news and scrolls off the home page).<br>
<br>
      If the problem does not go away by itself, may need to fix it in the<br>
      <a href="http://source.squeak.org" rel="noreferrer" target="_blank">source.squeak.org</a> image, which involves finding the offending WideString<br>
      and patching it to be displayable.<br>
<br>
      The good news is that we are adding a more diverse range of developers<br>
      to <a href="http://source.squeak.org" rel="noreferrer" target="_blank">source.squeak.org</a> :-)<br>
<br>
      Dave<br>
<br>
<br>
<br>
<br>
      &gt;<br>
      &gt; On Tue, 1 Dec 2015, Bert Freudenberg wrote:<br>
      &gt;<br>
      &gt; &gt;<a href="http://source.squeak.org" rel="noreferrer" target="_blank">source.squeak.org</a> looks weird.<br>
      &gt; &gt;<br>
      &gt; &gt;- Bert -<br>
      &gt; &gt;<br>
      &gt; &gt;<br>
      &gt; &gt;<br>
      &gt; &gt;&gt;On 01.12.2015, at 00:12, Levente Uzonyi &lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt; wrote:<br>
      &gt; &gt;&gt;<br>
      &gt; &gt;&gt;Thanks whoever requested the restart. The machine seems to have four<br>
      &gt; &gt;&gt;times as much RAM as before. I&#39;ve hopefully restarted all services.<br>
      &gt; &gt;&gt;Should anything be missing, let me know!<br>
      &gt; &gt;&gt;<br>
      &gt; &gt;&gt;Levente<br>
      &gt; &gt;&gt;<br>
      &gt; &gt;&gt;On Mon, 30 Nov 2015, Levente Uzonyi wrote:<br>
      &gt; &gt;&gt;<br>
      &gt; &gt;&gt;&gt;Hi All,<br>
      &gt; &gt;&gt;&gt;<br>
      &gt; &gt;&gt;&gt;box4 seems to have been down since yesterday. Box3 is fine, so hopefully<br>
      &gt; &gt;&gt;&gt;a restart will bring box4 back up.<br>
      &gt; &gt;&gt;&gt;The problem is that only the SFC has access to the box, and only they<br>
      &gt; &gt;&gt;&gt;can request a restart.<br>
      &gt; &gt;&gt;&gt;So please ask them to do so.<br>
      &gt; &gt;&gt;&gt;<br>
      &gt; &gt;&gt;&gt;Thanks,<br>
      &gt; &gt;&gt;&gt;Levente<br>
      &gt; &gt;&gt;&gt;<br>
      &gt; &gt;<br>
      &gt; &gt;<br>
<br>
<br>
<br>
<br>
</blockquote>
</div></div></blockquote></div><br></div>