]> git.entuzijast.net Git - imunes.git/commitdiff
Redirect standard and diagnostic output of per-node startup scripts
authormarko <marko>
Thu, 31 Jan 2008 10:56:56 +0000 (10:56 +0000)
committermarko <marko>
Thu, 31 Jan 2008 10:56:56 +0000 (10:56 +0000)
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:

exec.tcl

index ce332aa05fd570706c5f2a7d2a59e44277bce61f..8f29d8e9b110bc422a43067f907caf95c4dab292 100755 (executable)
--- 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