<div dir="ltr">Thanks Sven! I&#39;ll try using Pharo. I had used /usr/bin/squeak because /usr/bin/squeakvm does not exist.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 26, 2013 at 12:03 PM, Sven Van Caekenberghe <span dir="ltr">&lt;<a href="mailto:sven@stfx.eu" target="_blank">sven@stfx.eu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><div class="h5"><br>
On 26 Apr 2013, at 17:25, muraiki &lt;<a href="mailto:eleison@muraiki.com">eleison@muraiki.com</a>&gt; wrote:<br>
<br>
&gt; Hi all, I&#39;m having some trouble setting up a Seaside daemon on a Linode<br>
&gt; Ubuntu 12.04 host. I&#39;ve run into two separate problems:<br>
&gt;<br>
&gt; First, and I might just be doing something completely wrong here, but if I<br>
&gt; try to run squeak with multiple command line arguments it fails. For<br>
&gt; instance:<br>
&gt;<br>
&gt; squeak -vm-display-null -vm-sound-null Seaside.image<br>
&gt; found gettext in path<br>
&gt; /home/(username)/st/Seaside.app/Contents/Resources<br>
&gt; Could not open the Squeak image file `-vm-display-null&#39;.<br>
&gt;<br>
&gt; If I run &quot;squeak -vm-display-null Seaside.image&quot;, though, it launches ok.<br>
&gt;<br>
&gt; The other problem that I have is that when I try to use the supplied script<br>
&gt; from the Seaside book, I get an error message. The script is on this page:<br>
&gt; <a href="http://book.seaside.st/book/advanced/deployment/deployment-apache/run-vm" target="_blank">http://book.seaside.st/book/advanced/deployment/deployment-apache/run-vm</a><br>
&gt;<br>
&gt; sudo ./run.sh<br>
&gt; found gettext in path<br>
&gt; /srv/goldengate<br>
&gt; chmod: changing permissions of `/home/(username)/.npsqueak/secure&#39;:<br>
&gt; Operation not permitted<br>
&gt;<br>
&gt; It seems like the problem lies with setuidgid, so this might not be the<br>
&gt; right place to ask this question. I even tried running the command as root,<br>
&gt; but I get the following error: &quot;mkdir: cannot create directory `/root&#39;:<br>
&gt; Permission denied&quot; and I have no idea why a /root directory is trying to be<br>
&gt; created.<br>
&gt;<br>
&gt; I would sincerely appreciate any help that anyone here can offer. Thank you!<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context: <a href="http://forum.world.st/Trouble-setting-up-Seaside-daemon-tp4683810.html" target="_blank">http://forum.world.st/Trouble-setting-up-Seaside-daemon-tp4683810.html</a><br>
&gt; Sent from the Seaside General mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
</div></div>/usr/bin/squeak is actually a script that tries to do some fancy stuff, but it is often more an obstacle, IMHO. You could try to use the actually binary (read the script).<br>
<br>
Since you are on Ubuntu, you could try installing the pharo VM using apt-get.<br>
<br>
$ sudo add-apt-repository ppa:pharo/stable<br>
$ sudo apt-get update<br>
$ sudo apt-get install pharo-vm<br>
<br>
Ask on the Pharo mailing lists if you have any problems.<br>
<br>
HTH,<br>
<br>
Sven<br>
<br>
--<br>
Sven Van Caekenberghe<br>
Proudly supporting Pharo<br>
<a href="http://pharo.org" target="_blank">http://pharo.org</a><br>
<a href="http://association.pharo.org" target="_blank">http://association.pharo.org</a><br>
<a href="http://consortium.pharo.org" target="_blank">http://consortium.pharo.org</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<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>