i-nex / I-Nex

System information tool written in gambas3, python, bash
http://i-nex.linux.pl/
174 stars 24 forks source link

Repeating output from thermal_zone.module #35

Closed alphastar868 closed 7 years ago

alphastar868 commented 7 years ago

In Virtualbox, the Terminal continually repeats:

[09/19/2016 22:14:03.375] [ERROR] [thermal_zone._inits.62] Not found crit temp
[09/19/2016 22:14:03.375] [ERROR] [thermal_zone._inits.69] Not found temp
[09/19/2016 22:14:04.595] [ERROR] [thermal_zone._inits.62] Not found crit temp
[09/19/2016 22:14:04.595] [ERROR] [thermal_zone._inits.69] Not found temp
[09/19/2016 22:14:06.097] [ERROR] [thermal_zone._inits.62] Not found crit temp
[09/19/2016 22:14:06.097] [ERROR] [thermal_zone._inits.69] Not found temp
[09/19/2016 22:14:07.602] [ERROR] [thermal_zone._inits.62] Not found crit temp
[09/19/2016 22:14:07.602] [ERROR] [thermal_zone._inits.69] Not found temp

because there is no path in /proc/acpi or /sys/bus/acpi/devices/ for ACPI or THM on Virtualbox. Looks like the variable check at Finfosys.class.1035 doesn't stop the loop from outputting on the Terminal...

eloaders commented 7 years ago

I-Nex is not a console application, as this should not bother you. However, I will try to fix it soon