[Pharo-project] Latest and greatest OSProcessPlugin for CogVM
Hi all, Can someone point me to the latest and greatest Linux32 binary of OSProcessPlugin? I have strange lockups with my current version of the plugin (UnixOSProcessPlugin 10 April 2010) and the latest from squeaksource.com/OSProcess.html Before I bug (pun intended) David, I would like to try the latest version. With my current configuration, this locks up my image quickly (and the timestamp on /tmp/weird stops changing): 10000 timesRepeat: [ OSProcess waitForCommand: 'touch /tmp/weird'. ] -- Danie Roux *shuffle* Adore Unix - http://danieroux.com
On 6 July 2011 14:49, Danie Roux <lists+pharo@danieroux.com> wrote:
Hi all,
Can someone point me to the latest and greatest Linux32 binary of OSProcessPlugin?
I have strange lockups with my current version of the plugin (UnixOSProcessPlugin 10 April 2010) and the latest from squeaksource.com/OSProcess.html
Before I bug (pun intended) David, I would like to try the latest version.
With my current configuration, this locks up my image quickly (and the timestamp on /tmp/weird stops changing):
10000 timesRepeat: [ OSProcess waitForCommand: 'touch /tmp/weird'. ]
Just a note: This is on my list of todos for building this plugin for cog vms out of the box. But i haven't done anything for it yet.
-- Danie Roux *shuffle* Adore Unix - http://danieroux.com
-- Best regards, Igor Stasenko AKA sig.
we love your todos :) Mine are sometimes more boring :) Stef On Jul 6, 2011, at 4:13 PM, Igor Stasenko wrote:
On 6 July 2011 14:49, Danie Roux <lists+pharo@danieroux.com> wrote:
Hi all,
Can someone point me to the latest and greatest Linux32 binary of OSProcessPlugin?
I have strange lockups with my current version of the plugin (UnixOSProcessPlugin 10 April 2010) and the latest from squeaksource.com/OSProcess.html
Before I bug (pun intended) David, I would like to try the latest version.
With my current configuration, this locks up my image quickly (and the timestamp on /tmp/weird stops changing):
10000 timesRepeat: [ OSProcess waitForCommand: 'touch /tmp/weird'. ]
Just a note: This is on my list of todos for building this plugin for cog vms out of the box. But i haven't done anything for it yet.
-- Danie Roux *shuffle* Adore Unix - http://danieroux.com
-- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Danie Roux -
Igor Stasenko -
Stéphane Ducasse