i originally sent this to the pharo list, but i might better to send it here..
i have upgraded my squeak VM to:
4.0.3-2202
after having problems getting it to run on:
3.11.3.2135 Unix VM
but i am still having problems getting my headless to run.. 'run'
looks like this:
# settings
USER="optimizeguys"
VM="/usr/local/bin/squeak"
VM_PARAMS="-mmap 256m -vm-sound-null -vm-display-null"
IMAGE="Pier.image"
# start the vm
exec \
/usr/local/bin/setuidgid "$USER" \
"$VM" $VM_PARAMS "$IMAGE"
the error i am getting is:
# ./run
SQUEAK_ENCODING=UTF-8
SQUEAK_PATHENC=UTF-8
SQUEAK_PLUGINS=/usr/local/lib/squeak/4.0.3-2202
+ exec /usr/local/lib/squeak/4.0.3-2202/squeakvm -mmap 256m
-vm-sound-null -vm-display-null Pier.image
This interpreter (vers. 6502) cannot read image file (vers. 6505).
Press CR to quit...
any ideas?
thanks!
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.comhttp://www.coffee-black.comhttp://www.painlessfrugality.comhttp://www.twitter.com/sergio_101http://www.facebook.com/sergio101
i may have botched my installation, but i think it's fixable..
my front page needs a different environment, so i made a new one, and
copied mainenvironment into it to edit it..
unfortunately, i started editing frontenvironment (the name i gave it)
willy nilly, and i think i killed the section where it rendered the
contents..
now, i can no longer edit that page, or do anything to it..
i can't access frontenvironment either.. most likely for the same reason..
is there a way i can access the data in the back end and make a change
to frontenvironment to make it work again?
oops and thank you..
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.comhttp://www.coffee-black.comhttp://www.painlessfrugality.comhttp://www.twitter.com/sergio_101http://www.facebook.com/sergio101
I have been using the Pier one-click images (both the release and the newest Pier2 beta) and have run across some difficulties.
I can launch the image just fine, and there is no issue when editing existing content. However, the difficulties arise when I try to remove blog entries. I can remove the default, demo entries just fine, but they still show up in the Archive section on the right of the Blog page. When I click on one of them, the service hangs and "MessageNotUnderstood: receiver of "feedTitle" is nil" pops up in the smalltalk image.
Also when creating a new blog entry, it shows up in the content tree when logged in as the administrator, and can be referenced by URL, but will not show up under the Blog heading.
Anybody have a suggestion for me? Thanks a lot.
-Andrew Robertson
Hi, I got my Seaside 3.0 one click image loaded into my Windows box.
What are the steps to follow to downlad Magritte?
A working sample on Seaside with object editors will be appreciated, regards, Carlos
I'm using some option descriptions. For resolving possible options of to be referenced objects I use something like
options: [ HRExampleObject instances ] magritteDynamicObject;
Now I'm trying to avoid using globals. Especially when dealing with gemstone it is not advizable to have class side instances management. Is there a way to specify some lookup environment to lookup something like the above?
Norbert