BTW, Levente, I your email is failing for me...


---------- Forwarded message ----------
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
Date: Tue, Dec 1, 2015 at 5:39 PM
Subject: Delivery Status Notification (Failure)
To: asqueaker@gmail.com


Delivery to the following recipient failed permanently:

     leves@elte.hu

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain elte.hu by mx3.mail.elte.hu. [157.181.1.138].

The error that the other server returned was:
550 Unrouteable address


----- Original message -----

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:reply-to:in-reply-to:references:from:date:message-id
         :subject:to:cc:content-type;
        bh=97o/OXGmTar+XE4mexnW3kXyj77HgCthpcoCMozohzU=;
        b=BCYi/UCETCLdSTwpyHCK7iohcBCZbDXCb03S+CXk82V0AKwqM13F3kf2pIk3LGefpr
         KVCt4Jwxsy+FM1LiM16P0PpqLivdCdSJOlbfofOy3K/b5624A8lOlDd0k+H9ZLM+iL6h
         /G1VccF56m5ZexsBBUyjVwpn4IQy74cfFDzdFvOmlrMDPJvLlGa6G/Zuqz4s/B5EUK0G
         cf90SHvYxURsAVsVPONwjTqhRScGJd9PU6C79QWTMeMy8r5eXWodC36OeEmvN3cNplcR
         LgcqsORMQhOnLXyPTV7VGltIzDyyRUkeerIY+hrgoFCZ6amv1JafxkUWTc/CwZOscBo4
         pDuQ==
X-Received: by 10.112.161.131 with SMTP id xs3mr133052lbb.0.1449013181016;
 Tue, 01 Dec 2015 15:39:41 -0800 (PST)
MIME-Version: 1.0
Received: by 10.112.63.133 with HTTP; Tue, 1 Dec 2015 15:39:01 -0800 (PST)
Reply-To: ma.chris.m@gmail.com
In-Reply-To: <alpine.DEB.2.02.1512012132210.25695@login03.caesar.elte.hu>
References: <alpine.DEB.2.02.1511301524170.29911@login03.caesar.elte.hu>
 <alpine.DEB.2.02.1512010009530.9244@login03.caesar.elte.hu>
 <E672BB13-8C88-4116-A603-D51D0B6EE33F@freudenbergs.de> <alpine.DEB.2.02.1512011240010.25695@login03.caesar.elte.hu>
 <20151201135612.GB53201@shell.msen.com> <CADTxDUg6cDht01G_3NQRZgeECGCwmd_5EXKM0Rj-nYeZAm99dQ@mail.gmail.com>
 <alpine.DEB.2.02.1512012132210.25695@login03.caesar.elte.hu>
From: Chris Muller <asqueaker@gmail.com>
Date: Tue, 1 Dec 2015 17:39:01 -0600
Message-ID: <CANzdToEEfZr8V-yP=+cGd0-NEHN6bpTWDukWyZeNH2_zME2Ljw@mail.gmail.com>
Subject: Re: [Box-Admins] Re: box4 is inaccessible
To: Squeak Hosting Support <box-admins@lists.squeakfoundation.org>
Cc: Marcel Taeumel <Marcel.Taeumel@hpi.de>, Craig Latta <craig@netjam.org>,
        Tim Rowledge <tim@rowledge.org>, Eliot Miranda <eliot.miranda@gmail.com>,
        "David T. Lewis" <lewis@mail.msen.com>, Levente Uzonyi <leves@elte.hu>
Content-Type: multipart/alternative; boundary=001a11c31f52edf0020525deab58

It is running a much newer image (4.5 instead of 3.11), I don'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:

   - my own "repcopy" 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 "repcopy.log" and "repcopy.err",
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...

  - The SqueakDebug.log file shows *Squeak-Version-kfr.4712* is triggering
the Warning, "About to serialize empty mcz".  This version has a comment
of, "Messed up last version, try again", and so is a piece of litter in our
ancestry and trunk.  I again ask y'all to support me on this littering
issue and help me address it with community.  Please!

  - The weird thing is, the script is wrapped in a Smalltalk>>#run:, which
handles all Warnings by resuming them.  So, I don't know why it is halting..

As for production with the special-char:

   - the object model for production source.squeak.org is stored in file

            /srv/box2/home/squeaksource/ss/data.obj

    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).

   - I have just downloaded that image
/srv/box2/home/squeaksource/Squeak3.11-8824-SS.image and exported a new
"data.obj" file.

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's
names..



On Tue, Dec 1, 2015 at 2:35 PM, Levente Uzonyi

----- Message truncated -----