<div dir="ltr">Thanks for the help! I hadn&#39;t had time to look into this again until today; I used the Squeak 4.4 All in One from the main site and didn&#39;t run into any of the weird errors I was getting before. Maybe it had to do with the Ubuntu Squeak package?<br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 4, 2013 at 9:43 PM, Pierce Ng <span dir="ltr">&lt;<a href="mailto:pierce@netmemetic.com" target="_blank">pierce@netmemetic.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Apr 26, 2013 at 05:48:04PM -0400, Erik Ferguson wrote:<br>
&gt; Thanks Sven! I&#39;ll try using Pharo. I had used /usr/bin/squeak because<br>
&gt; /usr/bin/squeakvm does not exist.<br>
<br>
</div>Note that both Pharo and Squeak come bundled with the Cog VM these days,<br>
and Cog&#39;s file name is &quot;squeak&quot;. On my Debian 6, the script to start my<br>
server looks like this:<br>
<br>
    #!/bin/sh<br>
    /usr/bin/setuidgid app1 \<br>
        /pkg/coglinux/squeak -vm-display-null -vm-sound-null app1.image<br>
<br>
/pkg/coglinux contains my Cog installation, based on direct download.<br>
(Not sure whether Cog is packaged on Debian.)<br>
<br>
It looks like your setup has some problem, so good to take Sven&#39;s<br>
suggestion to install the packaged VM:<br>
<div class="im"><br>
&gt; &gt; Since you are on Ubuntu, you could try installing the pharo VM using<br>
&gt; &gt; apt-get.<br>
&gt; &gt;<br>
&gt; &gt; $ sudo add-apt-repository ppa:pharo/stable<br>
&gt; &gt; $ sudo apt-get update<br>
&gt; &gt; $ sudo apt-get install pharo-vm<br>
<br>
</div>HTH.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Pierce Ng<br>
<a href="http://samadhiweb.com/blog/" target="_blank">http://samadhiweb.com/blog/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div></div>