The result of invoking the above open method when the enclosing Julia script is run via `nohup juliascript.jl &` is
ERROR: no method open(Cmd, ASCIIString, IOStream) The same script runs fine without the nohup in front (which apparently is changing the type of the STDIO object). Any suggestions for a workaround? Julia Version 0.3.0-prerelease+3551 Commit 547facf (2014-06-07 20:57 UTC) Platform Info: System: Linux (x86_64-redhat-linux) CPU: Intel(R) Xeon(R) CPU X5550 @ 2.67GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) LAPACK: libopenblas LIBM: libopenlibm Thanks, --Peter
