OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: deuch on October 26, 2023, 08:21:51 AM

Title: No cpu temp health report after 23.7.7 update
Post by: deuch on October 26, 2023, 08:21:51 AM
Hello,

After upgrading to 23.7.7, i do not have health report for cpu temp working anymore.

I've the « Please wait for logging data » spinning forever.

Errors in log :

2023-10-26T08:23:18   Error   configd.py   [6238b2a5-b0aa-461f-8e1c-c08b5e7a1502] Script action failed with Command '/usr/local/opnsense/scripts/health/fetchData.py 'system-cputemp'' returned non-zero exit status 1. at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/actions/script_output.py", line 44, in execute subprocess.check_call(script_command, env=self.config_environment, shell=True, File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/usr/local/opnsense/scripts/health/fetchData.py 'system-cputemp'' returned non-zero exit status 1.

The widget on the dashboard show the actual temperature.

Thanks for your help.
Title: Re: No cpu temp health report after 23.7.7 update
Post by: franco on October 26, 2023, 10:05:46 AM
Thanks, confirmed. I'm passing this on and expect a patch shortly. :D


Cheers,
Franco
Title: Re: No cpu temp health report after 23.7.7 update
Post by: franco on October 26, 2023, 03:21:54 PM
Can you try this patch? https://github.com/opnsense/core/commit/8439eeb9

# opnsense-patch 8439eeb9


Cheers,
Franco
Title: Re: No cpu temp health report after 23.7.7 update
Post by: Ozymandias on October 26, 2023, 04:49:14 PM
The patch resolves the problem for me. Thanks