From a3685cad41c5c4976053524280488b699aaba6a0 Mon Sep 17 00:00:00 2001 From: Christopher Alfeld Date: Tue, 18 Jul 2000 15:23:08 +0000 Subject: [PATCH] Removed ifc stuff since we need to resolve root issues. --- tbsetup/tbrun.tcl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tbsetup/tbrun.tcl b/tbsetup/tbrun.tcl index 10a0f86d5..dc523d6dd 100755 --- a/tbsetup/tbrun.tcl +++ b/tbsetup/tbrun.tcl @@ -67,10 +67,10 @@ set machines {} foreach pair $nodemap { lappend machines [lindex $pair 1] } -if {[catch "exec $resetvlans $machines >@ $logFp 2>@ $logFp" err]} { - outs stderr "Error running $resetvlans. ($err)" - exit 1 -} +#if {[catch "exec $resetvlans $machines >@ $logFp 2>@ $logFp" err]} { +# outs stderr "Error running $resetvlans. ($err)" +# exit 1 +#} outs "Setting up VLANs" if {[catch "exec $snmpit -debug -u -f $irFile >@ $logFp 2>@ $logFp" err]} { @@ -84,11 +84,11 @@ outs "PLACEHOLDER - Booting for the first time." outs "PLACEHOLDER - Verifying OS functionality." # XXX - This should only be done for linux/freebsd OSs -outs "Setting up interfaces." -if {[catch "exec cat $irFile | $ir2ifc | $ifcboot >@ $logFp 2>@ $logFp" err]} { - outs stderr "Error setting interfaces ($err)" - exit 1 -} +#outs "Setting up interfaces." +#if {[catch "exec cat $irFile | $ir2ifc | $ifcboot >@ $logFp 2>@ $logFp" err]} { +# outs stderr "Error setting interfaces ($err)" +# exit 1 +#} outs "PLACEHOLDER - Installing secondary pacakages." outs "PLACEHOLDER - Rebooting." -- 2.22.0