Quote:
Originally Posted by Antartica
exec ./myapp 2>&1 >out.msg
|
It seems that the above line should be like this:
Code:
exec ./myapp >out.msg 2>&1
I've tested it in Linux desktop without xepdmgr.
But even after this error got corrected, xepdmgr still complained "error launching child process".