X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Facq%2Fetc%2Frc.local;fp=master%2Fopt%2Fcluster%2Facq%2Fetc%2Frc.local;h=e7af68d7ce1ac215c59fa3ae774aa9c4e29b0fb6;hb=41a2934a05a650a2fea5f77d2ba024f6fed2777d;hp=38c1c6ae96a89878c50c28d9235c81b771370105;hpb=a7757cbb678b5b7b5176fd9c1996031b7dbbcb02;p=debian6500.git diff --git a/master/opt/cluster/acq/etc/rc.local b/master/opt/cluster/acq/etc/rc.local index 38c1c6a..e7af68d 100755 --- a/master/opt/cluster/acq/etc/rc.local +++ b/master/opt/cluster/acq/etc/rc.local @@ -9,16 +9,6 @@ # In order to enable or disable this script just change the execution # bits. -# set eth interrupts on core 0-4 -core=(1 2 4 8 10) -for j in $(seq 0 5); do - for i in $(cat /proc/interrupts |awk '/eth'$j'/ {sub(/:/, "");; print $1}'); do - echo ${core[$l]} > /proc/irq/$i/smp_affinity - let l++; - [ $l -eq ${#core[*]} ] && l=0 - done -done - # check eth2-5 (issue with client blade) ip addr | awk '/: / {sub(/:/, "", $2); eth=$2} /inet / {print eth, $2}' > /root/ip.addr for i in $(seq 2 5); do