#!/usr/bin/env bash
# some magic to find out the real location of this script dealing with symlinks
DIR=`readlink "$0"` || DIR="$0";
DIR=`dirname "$DIR"`;
cd "$DIR"
DIR=`pwd`
cd - > /dev/null��
# disable parameter expansion to forward all arguments unprocessed to the VM
set -f
# run the VM and pass along all arguments as is
"$DIR"/"pharo-vm/pharo" --nodisplay�� "$@"
mark��can you show us the contents of the pharo command because may be it is wrapping the Pharo command.did you try without snap (no idea what is it).��Did you the script of sven because they work without snap.SOn 28 May 2020, at 18:23, Mark Guzdial <mjguz@umich.edu> wrote:Hi everyone,New here, encouraged (from Discord) to try my questions here.I���m struggling to get AWS to run in an Ubuntu AWS instance.�� I tried following the directions here:��https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/DeploymentWeb/DeployForProduction.html��but I was getting some error about threads and configurations that I simply didn���t understand. Then I tried using Pharo-snap:��https://github.com/akgrant43/pharo-snapPharo-snap made some of the config problems go away, but when I try starting Pharo on AWS, I get:ubuntu@ip-172-31-16-17:~$ ./pharo Pharo-sea-roa-sound.imageUsage: [<subcommand>] [--help] [--copyright] [--version] [--list] [ --no-quit ]--help �� �� �� print this help message--copyright�� print the copyrights--version�� �� print the version for the image and the vm--list �� �� �� list a description of all active command line handlers--no-quit�� �� keep the image running without activating any other command line handler--deploymentPassword �� if a password needs to be used by the user to launch the command--readWriteAccessMode, --readOnlyAccessMode, --writeOnlyAccessMode, --disabledAccessMode�� �� �� �� �� �� specify disk access mode, read-write mode as default<subcommand> a valid subcommand in --list
Preference File Modification:--preferences-file �� load the preferences from the given <FILE>--no-default-preferences�� �� do not load any preferences from the default locations
Documentation:A PharoCommandLineHandler handles default command line arguments and options.The PharoCommandLineHandler is activated before all other handlers.��It first checks if another handler is available. If so it will activate the found handler.Clearly, I���m doing something wrong, but don���t know what the next step is, since there isn���t an explicit error message.Can someone point a newbie towards the appropriate next steps?Thanks!��- Mark--------------------------------------------St��phane Ducasse03 59 35 87 52Assistant: Aurore Dalle��FAX 03 59 57 78 50TEL 03 59 35 86 16S. Ducasse - Inria40, avenue Halley,��Parc Scientifique de la Haute Borne, B��t.A, Park PlazaVilleneuve d'Ascq 59650France