diff --git a/Makefile b/Makefile index 83b2350..f6ddad8 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ docpu: killall: cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen" +jcarr: + cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "echo . /root/benchmarks/loadbot/.jcarr/.bashrc >> /root/.bashrc" + logs: cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0" diff --git a/loadbot/.jcarr/.bashrc b/loadbot/.jcarr/.bashrc index 875e57a..dcee626 100644 --- a/loadbot/.jcarr/.bashrc +++ b/loadbot/.jcarr/.bashrc @@ -26,11 +26,11 @@ export LANG=C export LANGUAGE=C export LC_ALL=C -setterm -blength 0 +#setterm -blength 0 -if [ $DISPLAY ] ; then - xset b off -fi +#if [ $DISPLAY ] ; then +# xset b off +#fi alias rscp="rsync -av --progress --inplace" export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '