[Vm-beginners] Installing Smalltalk's (COG VM and/or Gemstone) on a NAS (Synology) ?

Cédrick Béler cdrick65 at gmail.com
Mon Jul 9 17:46:11 UTC 2012


Thanks Bert, it seems to work but with a squeak image. 

DiskStationSDC> squeak.sh -nodisplay -nosound ./squeak4/Squeak4.3.image &
DiskStationSDC> ps | grep squeak
17992 root     1027m S    /usr/local/lib/squeak/4.4.7-2357/squeakvm -nodisplay -nosound ./squeak4/Squeak4.3.image
18007 root      2476 S    grep squeak
DiskStationSDC> 

Now, I need to make it work with a Pharo/seaside image with VNC support...

and with the stack VM and a Pharo2.0 image, I still get the floating point error:

DiskStationSDC> ./StackVM-linux/StackVM -nodisplay -nosound Pharo-2.0.image 
Floating point exception (core dumped).


Anyway thanks for your help,

Cédrick

Le 9 juil. 2012 à 19:07, Bert Freudenberg a écrit :

> 
> On 2012-07-09, at 18:54, Cédrick Béler wrote:
> 
>>> What about the regular VM from squeakvm.org? Or Eliot's VM?
>>> 
>> 
>> I just tried but couldn't get it work... 
>> 
>> DiskStationSDC> squeak.sh -nodisplay Pharo-2.0.image 
>> libasound.so.2: cannot open shared object file: No such file or directory
>> libpulse-simple.so.0: cannot open shared object file: No such file or directory
>> libasound.so.2: cannot open shared object file: No such file or directory
> 
> These are all sound related. Try "-nosound".
> 
> - Bert -
> 
> 
> _______________________________________________
> VM-beginners mailing list
> VM-beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-beginners/attachments/20120709/c4bbc715/attachment.htm


More information about the VM-beginners mailing list