diff options
Diffstat (limited to 'testing/scripts')
-rwxr-xr-x | testing/scripts/start-switches | 2 | ||||
-rwxr-xr-x | testing/scripts/start-umls | 2 | ||||
-rwxr-xr-x | testing/scripts/xstart-umls | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/testing/scripts/start-switches b/testing/scripts/start-switches index 1a6c9d8f6..400f06c54 100755 --- a/testing/scripts/start-switches +++ b/testing/scripts/start-switches @@ -31,7 +31,7 @@ do cecho " * Great, umlswitch$n is already running!" else cecho-n " * Starting umlswitch$n.." - uml_switch -tap tap$n -unix /tmp/umlswitch$n -daemon >/dev/null 2>&1 </dev/null + uml_switch -hub -tap tap$n -unix /tmp/umlswitch$n -daemon >/dev/null 2>&1 </dev/null sleep 2 eval ifconfig "tap$n \$IFCONFIG_$n up" cgecho "done" diff --git a/testing/scripts/start-umls b/testing/scripts/start-umls index 018bad010..6ef79f587 100755 --- a/testing/scripts/start-umls +++ b/testing/scripts/start-umls @@ -57,7 +57,7 @@ do [ -f $UMLHOSTFS ] || die "!! uml root file system '$UMLHOSTFS' not found" cecho-n " * Starting ${host}.." - eval screen -dmS ${host} "$UMLKERNEL \ + eval screen -dmS ${host} "nice $UMLKERNEL \ umid=${host} \ ubda=$UMLHOSTFS \ \$SWITCH_${host} \ diff --git a/testing/scripts/xstart-umls b/testing/scripts/xstart-umls index 8f9b6f490..b80323f47 100755 --- a/testing/scripts/xstart-umls +++ b/testing/scripts/xstart-umls @@ -63,6 +63,7 @@ do [ -f $UMLHOSTFS ] || die "!! uml root file system '$UMLHOSTFS' not found" cecho-n " * Starting ${host}.." + #eval xterm -title ${host} -geometry "+${x0}+${y0}" -rightbar -sb -sl 500 -e "gdb --args $UMLKERNEL \ eval xterm -title ${host} -geometry "+${x0}+${y0}" -rightbar -sb -sl 500 -e "$UMLKERNEL \ umid=${host} \ ubda=$UMLHOSTFS \ |