[Seaside] Trouble setting up Seaside daemon

Pierce Ng pierce at netmemetic.com
Sun May 5 01:43:27 UTC 2013


On Fri, Apr 26, 2013 at 05:48:04PM -0400, Erik Ferguson wrote:
> Thanks Sven! I'll try using Pharo. I had used /usr/bin/squeak because
> /usr/bin/squeakvm does not exist.

Note that both Pharo and Squeak come bundled with the Cog VM these days,
and Cog's file name is "squeak". On my Debian 6, the script to start my
server looks like this:

    #!/bin/sh
    /usr/bin/setuidgid app1 \
        /pkg/coglinux/squeak -vm-display-null -vm-sound-null app1.image

/pkg/coglinux contains my Cog installation, based on direct download.
(Not sure whether Cog is packaged on Debian.)

It looks like your setup has some problem, so good to take Sven's
suggestion to install the packaged VM:

> > Since you are on Ubuntu, you could try installing the pharo VM using
> > apt-get.
> >
> > $ sudo add-apt-repository ppa:pharo/stable
> > $ sudo apt-get update
> > $ sudo apt-get install pharo-vm

HTH.

-- 
Pierce Ng
http://samadhiweb.com/blog/



More information about the seaside mailing list