From: marko Date: Thu, 31 Jan 2008 10:56:56 +0000 (+0000) Subject: Redirect standard and diagnostic output of per-node startup scripts X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=5a928bdb937ef2dfbd1986385479be432ebfd9a7;p=imunes.git Redirect standard and diagnostic output of per-node startup scripts into out.log files located in experiment/node specific runtime directories in /tmp. Suggested by: Atanu Ghosh (some 2, 3 or more years ago) Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/exec.tcl b/exec.tcl index ce332aa..8f29d8e 100755 --- a/exec.tcl +++ b/exec.tcl @@ -26,7 +26,7 @@ # and Technology through the research contract #IP-2003-143. # -# $Id: exec.tcl,v 1.70 2008/01/08 12:35:30 marko Exp $ +# $Id: exec.tcl,v 1.71 2008/01/31 10:56:56 marko Exp $ #****f* exec.tcl/nexec @@ -428,7 +428,7 @@ proc l3node.start { eid node } { nexec close_conf_file } - catch "nexec vimage $node_id $bootcmd $node_dir/boot.conf &" + catch "nexec vimage $node_id $bootcmd $node_dir/boot.conf >& $node_dir/out.log &" } #****f* exec.tcl/l3node.shutdown