Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread john pfersich
I tested what I posted on a fresh Pharo 4.0 image on OSX 10.10 (Yosemite) so it sounds like something's wrong in the trunk. On Thu, Nov 5, 2015 at 10:38 PM, Dimitris Chloupis wrote: > It says I am using Cog 4.3.3 > > I also used the code of John pfersich > > p :=(PipeableOSProcess waitForCommand

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread Dimitris Chloupis
good to know I am not the only one with this problem :) so how may I help solving this problem ? On Fri, Nov 6, 2015 at 10:11 AM john pfersich wrote: > I tested what I posted on a fresh Pharo 4.0 image on OSX 10.10 (Yosemite) > so it sounds like something's wrong in the trunk. > > On Thu, Nov 5,

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread Dimitris Chloupis
looks like a vm problem after instruction of Thierry instead of wget -O- get.pharo.org/50+vmLatest | bash I did wget -O- get.pharo.org/50+vm | bash and now it works fine I can see the output with an inspection. Looks like something changed in the vm that broke this. On Fri, Nov 6, 2015 at 10:

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread Dimitris Chloupis
additionally if inspect output a second time , the stdout string is gone, so maybe it flushes / deletes it ? is this normal ? On Fri, Nov 6, 2015 at 11:30 AM Dimitris Chloupis wrote: > looks like a vm problem after instruction of Thierry instead of > > wget -O- get.pharo.org/50+vmLatest | bash >

[Pharo-users] Pharos-Book

2015-11-06 Thread Sebastian Heidbrink
Hi! Is there a CI server somewhere that currently builds the PharOS-Book? Or is there a place where the last built is available for download? Cheers! Sebastian

Re: [Pharo-users] Pharos-Book

2015-11-06 Thread Sebastian Heidbrink
Actually before somebody expects a typo, I mean https://github.com/CARMinesDouai/PhaROS-Book On 2015-11-06 9:40 AM, Sebastian Heidbrink wrote: Hi! Is there a CI server somewhere that currently builds the PharOS-Book? Or is there a place where the last built is available for download? Cheer

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread David T. Lewis
Yes, that is normal. You are reading the output stream, and after it has been read (up to EOF) it will be empty. Glad it is working for you now :-) Dave > additionally if inspect output a second time , the stdout string is gone, > so maybe it flushes / deletes it ? is this normal ? > > On Fri, N

Re: [Pharo-users] Documentations for Garage

2015-11-06 Thread stepharo
http://guillep.github.io/DBXTalk/garage/ Le 5/11/15 12:54, lionela...@gmail.com a écrit : Hello I have attended a formation with Stephane Ducass in Lomé-Togo. And I am about to start a new project: an immobilier management application built in pharo with a pgsql database for a company here.

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread John Pfersich
Can you open a bug entry on http://pharo.fogbugz.com? This worked in Pharo 4.0. Sent from my iPad > On Nov 6, 2015, at 01:30, Dimitris Chloupis wrote: > > looks like a vm problem after instruction of Thierry instead of > > wget -O- get.pharo.org/50+vmLatest | bash > > I did > > wget -O- get

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-06 Thread Dimitris Chloupis
done https://pharo.fogbugz.com/f/cases/16944/OSProcess-stdout-is-not-returned-back-to-pharo On Sat, Nov 7, 2015 at 8:13 AM John Pfersich wrote: > >- Can you open a bug entry on http://pharo.fogbugz.com? This worked in >Pharo 4.0. > > > Sent from my iPad > > On Nov 6, 2015, at 01:30, Dimi