diff --git a/inxi b/inxi index a80cdc6..8ed50a7 100755 --- a/inxi +++ b/inxi @@ -5462,7 +5462,6 @@ get_hdd_data_basic() }' ) fi fi - # echo ss: $swap_size hdd_data="$( eval $df_string )" # eval $df_string | awk 'BEGIN{tot=0} !/total/ {tot+=$4} END{print tot}' @@ -8427,9 +8426,10 @@ get_sensors_data() cpuTempReal=temp1 # can be null, that is ok } if ( cpuTempReal != "" ) { - if ( temp3 != "" && temp3 > cpuTempReal ) { - cpuTempReal=temp3 - } + # using temp3 is just not reliable enough, more errors caused than fixed imo + #if ( temp3 != "" && temp3 > cpuTempReal ) { + # cpuTempReal=temp3 + #} # there are some absurdly wrong temp1: acpitz-virtual-0 temp1: +13.8°C if ( core0Temp != "" && (core0Temp - cpuTempReal) > tempDiff ) { cpuTempReal=core0Temp diff --git a/inxi.changelog b/inxi.changelog index 5ba9a78..9ba1e0e 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,16 @@ +===================================================================================== +Version: 2.1.25 +Patch Version: 00 +Script Date: 2014-04-28 +----------------------------------- +Changes: +----------------------------------- +no version change, new tarball. On consideration, I'm not using temp3, that is simply +not reliable enough and leads I think to more false readings than right ones. + +----------------------------------- +-- Harald Hope - Mon, 28 Apr 2014 14:47:41 -0700 + ===================================================================================== Version: 2.1.25 Patch Version: 00