Hi again ! Le Tuesday 26 May 2009 06:23:31 Andrew, vous avez écrit : > As it turns out, the "touch /tmp/hello" never even executed, so it > appears that there is a problem with the way that the pipes are being > setup on FreeBSD? > > Does anyone have any thoughts? > > Any help would be greatly appreciated!
Humm... The external mechanism is pretty complicated. I am not surprised it does not work out of the box. For a start, could you try to test with the latest SVN trunk code ? This part has been rewritten recently, and there were important changes in the implementation. For more debugging, the execution of an external process relies on Unix.open_process in the ocaml library. It would be a good starting point to check whether this functions works correctly in freeBSD. Romain ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
