Problem is the process starts but obviously got stuck after that. I got no feedback on what's going wrong (I guess some error happens and the system is waiting for user input).
Presumably it cannot find the sources or changes file, or their permissions are wrong. More details you can find in the Seaside book. Not that this is not particularly related to Seaside, but it contains all essentials to run a VM headless: http://book.seaside.st/book/advanced/deployment/deployment-apache/run-vm Lukas
I tried with a fresh 10500 image and the simplest script I could think of to test: (FileStream forceNewFileNamed: 'foo.txt') nextPutAll: 'bar'; close
....same thing.
Of course it works on my local machine with UI.
Is there a way to debug this, like having the debugger to dump the stack in the terminal. I tried Cmd-. Â but it just stops the process (like Ctrl-c) with no feedback.
-- Â Simon
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch