PeterPitterling
PeterPitterling
ksar 5.0.6 is ancient. This is a fork from an even later version 5.1.beta-* and further developed in the past years. We don't give support for this old version. I...
The report A_NET_DEV should be collected by default http://sebastien.godard.pagesperso-orange.fr/matrix.html what is displayed in your case if you run ```console /usr/lib64/sa/sadc 1 10 /tmp/datafile sar -n ALL -f /tmp/datafile ```
another example ```console #!/usr/bin/env bash declare -r textA='readonly' declare textB='appended' textA+=",${textB}" ```
Just verified with bash 4.3.48 (SLES12.3) - still triggers "unbound variable" `for item in "${array[@]}"` array[@]: unbound variable