Hi,
Thanks Dave. Your detailed explanation helped me to understand what was
going in. The problem was that I don't use /bin/sh as my default shell,
so there was no process associated to it (/bin/zsh was the parent of all
shell process including launching Pharo). Now I have changed the way I
u
On Sun, Nov 02, 2014 at 07:28:44PM -0500, Offray Vladimir Luna C??rdenas wrote:
> Thanks David and Juan,
>
> I was trying to run a pandoc conversion from markdown to html and I had
> an error inside my command. Once corrected it works without any problem
> and generates the desired file. One not
Thanks David and Juan,
I was trying to run a pandoc conversion from markdown to html and I had
an error inside my command. Once corrected it works without any problem
and generates the desired file. One note on adding "exec" is that I get
this message on the playground:
"an ExternalUnixOSPro
Hi Offray I had some issues controlling the process's life cycle and I
fixed using the "exec" linux program.
I'm using something like: OSProcess command: 'exec programToExecute'.
Then I'm able to kill the process correctly and query the status.
Hope it helps.
Regards,
Juan.
On Sun, Nov 2, 2014
On Sun, Nov 02, 2014 at 05:54:32PM -0500, Offray Vladimir Luna C??rdenas wrote:
> Hi all.
>
> I'm having problems with OSProcess. When I run "OSProcess command: 'my
> command'" on Linux, the Moose playground says that "an
> ExternalUnixOSProcess with pid 20887 on /bin/sh (running)", but the
> e