<div dir="ltr">After making some adjustments to have a configurable run directory, the new server for <a href="http://source.squeak.org">source.squeak.org</a> is now up and running on andreas on port 8080.  The RFB port is listening on 5901.<br><br>It came right up the first time, correctly performed its recovery routine, and I was able to connect through a ssh tunnel to its RFB port, and interact with the image.  I was able to interact with its webserver through an ssh tunnel to its webPort and interact with the web app.  I tested graceful daemontools shutdown and restart.  Logging through the multilog utility appears to be working.  All looks well.<br><br>======= assistance needed here =======<br>However, I need to import the latest data.obj from production one more time.  To do that, I need to get into the image to export it first, but cannot seem to get it to come up.  I thought I&#39;ve done it before, but for whatever reason, just can&#39;t get it to work.  My steps are:<br><br>   &quot;log in with X forwarding, right?&quot;<br>   ssh -X <a href="mailto:chrismuller@box4.squeak.org">chrismuller@box4.squeak.org</a><br><br>   &quot;start vnc server as specified in /srv/box2/home/squeaksource/service/run&quot;<br><div>   tightvncserver :2<div><br></div><div>   &quot;verify $VNCDISPLAY will be assigned, simply &#39;2&#39; (without quotes).&quot;<br>   ps x -u squeaksource -ocmd | grep &#39;^Xtightvnc :&#39; | sed &#39;s/.*://;s/ .*//&#39;                     &quot;2&quot;</div><div><br></div><div>   &quot;okay, kill existing process to force a restart&quot;<br>   kill &lt;pid&gt;                                                     &quot;kill existing process to force restart&quot;</div><div><br></div><div>   &quot;No window appears. ps still reports a new pid, but still as -vm display=none&quot;</div><div>   1006     15721  4564  4 22:59 ?        00:01:51 /usr/local/lib/squeak/3.11.3-2135/squeakvm -vm-display-none /home/squeaksource/Squeak3.11-8824-SS.image<br>=================================</div><div><br></div><div>If no one knows how to do this I suppose I can download the image and changes files to my local computer and get it that way..</div><div><br></div></div></div>