monitor icon indicating copy to clipboard operation
monitor copied to clipboard

Temperature shows as -nan

Open andrewdbate opened this issue 2 years ago • 12 comments

The temperature on the System tab shows as -nan °C on my machine.

See the attached screenshot: Screenshot from 2021-12-11 22 10 43

I am running elementary OS 6 Odin with all updates and on real hardware (not a virtual machine). The computer is an (old) Acer Aspire One 522 that I keep around for testing.

If the temperature reading is not supported by this machine (I don't know where Monitor is trying to read this data from) then perhaps it would be best to not attempt to show this graph.

Thanks!

andrewdbate avatar Dec 11 '21 22:12 andrewdbate

Could you paste an output of : cat /sys/class/hwmon/hwmon*/name? If there will be k10temp, then it would help if You paste the output of ls /sys/class/hwmon/hwmon[*] where [*] is the number for k10temp. Thanks!

Anyway You're right Next version should show "0" in such situations. The aspiration is to dynamically build the UI.

stsdc avatar Dec 12 '21 17:12 stsdc

Here is the output:

$ cat /sys/class/hwmon/hwmon*/name
ACAD
BAT1
radeon
k10temp

$ cat /sys/class/hwmon/hwmon3/name 
k10temp

$ ls /sys/class/hwmon/hwmon3
device  name  power  subsystem  temp1_crit  temp1_crit_hyst  temp1_input  temp1_max  uevent

Hope this helps. Thanks!

andrewdbate avatar Dec 13 '21 01:12 andrewdbate

I believe it is fixed in #265. Will ship in the next release.

stsdc avatar Dec 13 '21 20:12 stsdc

I wanted to test whether this issue is now fixed on this computer by the 0.12.0 release.

However, I cannot test whether it is fixed because this is currently blocked by https://github.com/stsdc/monitor/issues/294 (i.e., Monitor now segfaults on this machine and so I cannot test it because it does not launch).

andrewdbate avatar Jan 17 '22 15:01 andrewdbate

Not entirely sure if this issue is related, but I too am facing this problem on 0.12.0 (0.12.0-1.fc34). My main difference is the host is Fedora-based, but this problem only occurs on my AMD CPU and not my Intel one.

image

Relevant outputs:

ducky@Tanager:~$ cat /sys/class/hwmon/hwmon*/name
nvme
k10temp

ducky@Tanager:~$ cat /sys/class/hwmon/hwmon1/name
k10temp

ducky@Tanager:~$ ls /sys/class/hwmon/hwmon1     
device  name  power  subsystem  temp1_input  temp1_label  uevent

electricduck avatar Feb 13 '22 19:02 electricduck

@electricduck Can You please run Monitor in a debug mode: G_MESSAGES_DEBUG=all com.github.stsdc.monitor?

Also can you please cat /sys/class/hwmon/hwmon1/* ?

stsdc avatar Feb 13 '22 20:02 stsdc

Can You please run Monitor in a debug mode: G_MESSAGES_DEBUG=all com.github.stsdc.monitor?

(com.github.stsdc.monitor:40969): GLib-GIO-DEBUG: 23:11:52.821: _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ?gsettings-backend?
(com.github.stsdc.monitor:40969): dconf-DEBUG: 23:11:52.821: watch_fast: "/com/github/stsdc/monitor/settings/" (establishing: 0, active: 0)
(com.github.stsdc.monitor:40969): GLib-DEBUG: 23:11:52.821: unsetenv() is not thread-safe and should not be used after threads are created
(com.github.stsdc.monitor:40969): dconf-DEBUG: 23:11:52.825: watch_established: "/com/github/stsdc/monitor/settings/" (establishing: 1)
(com.github.stsdc.monitor:40969): GLib-GIO-DEBUG: 23:11:52.841: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ?gio-vfs?
(com.github.stsdc.monitor:40969): GLib-DEBUG: 23:11:52.886: unsetenv() is not thread-safe and should not be used after threads are created
(com.github.stsdc.monitor:40969): Gtk-DEBUG: 23:11:52.886: Connecting to session manager
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:52.902: CPU.vala:51: Number of cores: 12
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:52.902: TemperatureSensor.vala:79: Found temp. sensor: nvme
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:52.902: TemperatureSensor.vala:40: Found temp. sensor: k10temp
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:52.926: ProcessUtils.vala:5: bash
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.032: Appearance.vala:35: Chewie, We are home.
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.033: DBusServer.vala:43: DBus registered!
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.057: TreeViewModel.vala:34: add_running_processes
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.057: TreeViewModel.vala:43: Add process 12674 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12675 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12685 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12688 Parent PID: 12665
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12701 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12702 Parent PID: 12701
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12708 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12753 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12754 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12757 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12758 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12760 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.059: TreeViewModel.vala:43: Add process 12763 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12764 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12766 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12768 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12771 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12772 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12774 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12777 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12779 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12780 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12783 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12784 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12789 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12880 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12881 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12882 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12884 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.060: TreeViewModel.vala:43: Add process 12894 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 12921 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 12974 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 12998 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13023 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13027 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13030 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13039 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13049 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13054 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13074 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13101 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13103 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13109 Parent PID: 13103
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13130 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13155 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13188 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13192 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13198 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13200 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.061: TreeViewModel.vala:43: Add process 13204 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13206 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13208 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13210 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13212 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13216 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13218 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13220 Parent PID: 12688
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13254 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13259 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13261 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13266 Parent PID: 13261
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13267 Parent PID: 13266
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13269 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13270 Parent PID: 13269
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13273 Parent PID: 13210
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13285 Parent PID: 13273
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13291 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13319 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13330 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.062: TreeViewModel.vala:43: Add process 13344 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13380 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13394 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13419 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13426 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13427 Parent PID: 13426
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13429 Parent PID: 13419
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13430 Parent PID: 13429
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13433 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13434 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13437 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13443 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13445 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13476 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13484 Parent PID: 13443
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13487 Parent PID: 13430
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13727 Parent PID: 12880
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13733 Parent PID: 12880
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13823 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13828 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.063: TreeViewModel.vala:43: Add process 13832 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 13837 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14040 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14049 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14050 Parent PID: 14049
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14052 Parent PID: 14040
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14054 Parent PID: 14052
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14364 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14374 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14375 Parent PID: 14374
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14377 Parent PID: 14364
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14378 Parent PID: 14377
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14384 Parent PID: 14378
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14387 Parent PID: 13437
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14395 Parent PID: 14377
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14396 Parent PID: 14395
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14418 Parent PID: 14378
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14425 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14456 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14524 Parent PID: 14384
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14526 Parent PID: 14524
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.064: TreeViewModel.vala:43: Add process 14549 Parent PID: 13259
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 14562 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 14649 Parent PID: 14378
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 15748 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 16482 Parent PID: 12685
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 16968 Parent PID: 12880
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 16993 Parent PID: 12880
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 19260 Parent PID: 12880
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 22506 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 23082 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 27784 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 28206 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 28410 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 28517 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29234 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29664 Parent PID: 12674
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29751 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29752 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29754 Parent PID: 29752
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29861 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29900 Parent PID: 29754
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.065: TreeViewModel.vala:43: Add process 29914 Parent PID: 29754
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 33821 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 40321 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 40873 Parent PID: 14396
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 40939 Parent PID: 1
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 40960 Parent PID: 40939
** (com.github.stsdc.monitor:40969): DEBUG: 23:11:53.066: TreeViewModel.vala:43: Add process 40969 Parent PID: 40960
** (com.github.stsdc.monitor:40969): DEBUG: 23:12:13.527: TreeViewModel.vala:43: Add process 41001 Parent PID: 40939

Also can you please cat /sys/class/hwmon/hwmon1/* ?

cat: /sys/class/hwmon/hwmon1/device: Is a directory
k10temp
cat: /sys/class/hwmon/hwmon1/power: Is a directory
cat: /sys/class/hwmon/hwmon1/subsystem: Is a directory
33000
Tct

As a sidenote, this also happens with a friend's machine with the same CPU (and the same host), just be sure its not an environment problem!

electricduck avatar Feb 13 '22 23:02 electricduck

Somehow the previous version was built instead of new one :upside_down_face:

stsdc avatar Feb 13 '22 23:02 stsdc

@stsdc Do you mean that the released version 0.12.0 does not include all the changes intended for that release? Or something else?

andrewdbate avatar Feb 13 '22 23:02 andrewdbate

RPM package was pushed on Copr and marked as 0.12.0, but code was from the previous version.

stsdc avatar Feb 13 '22 23:02 stsdc

Thanks, that explains why I don't see this on elementary OS (because I am using the deb packages which I assume were released correctly).

andrewdbate avatar Feb 13 '22 23:02 andrewdbate

I did a rebuild, logs show that 0.12.0 was built. @electricduck let me know if it worked. When running from terminal, it should show a version:

obraz

stsdc avatar Feb 14 '22 00:02 stsdc

Now that https://github.com/stsdc/monitor/issues/294 is fixed, I have tested the latest release (which is 0.14.0) on the same hardware as when I originally reported the issue (i.e., an old Acer Aspire One 522 notebook) and the temperature now shows correctly.

Therefore this issue can be closed. Thanks!

andrewdbate avatar Oct 08 '22 19:10 andrewdbate