#!/bin/bash # settings USER="badgesoup" VM="/usr/lib/squeak/4.10.2-2614/squeakvm" VM_PARAMS="-mmap 256m -vm-sound-null -vm-display-null" IMAGE="/home/badgesoup/badgesoup_image/Pharo3.0.image" # start the vm exec \ setuidgid "$USER" \ "$VM" $VM_PARAMS "$IMAGE" On Tue Jan 20 2015 at 9:32:04 PM Esteban A. Maringolo <emaringolo@gmail.com> wrote:
What is in the 'run' file?
Esteban A. Maringolo
2015-01-20 23:26 GMT-03:00 sergio_101 <sergio.rrd@gmail.com>:
i am ready to put my seaside app online, and am finding that all the information i am finding is outdated.
I am running the latest Pharo (as of last night), and ubuntu14.04.
when i try to run using squeakvm, i get:
$ sudo ./run 'Your VM is too old for this image. Please download the latest VM.' 'Pharo cannot locate the sources file named /usr/lib/squeak/4.10.2-2614/PharoV30.sources.
Please check that the file is named properly and is in the same directory as this image.' A PharoCommandLineHandler is xxxxxxxxx.
everywhere i look, the information seems several years old..
ideas? thanks!