What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

RTRMON RTRMON v2.2.3 -Nov 16, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

Sure, I'll gladly help.
Sorry for the delay @fr0s7 ... please download this debug version:

Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/develop/rtrmon-debug.sh" -o "/jffs/scripts/rtrmon.sh" && chmod 755 "/jffs/scripts/rtrmon.sh"

Then just run it like normal:

Code:
rtrmon -monitor

Wait until the script finishes running when it hits that error, then please copy all the output from your screen and dump it here below, or send me a file, or just PM it to me. I'd really appreciate it! :)
 
Done, attached is the output file.
Thank you! I think it has something to do with your CPU temps... could you please run this and see what you get back?

Code:
cat /sys/class/thermal/thermal_zone0/temp | cut -c -2
 
cat: can't open '/sys/class/thermal/thermal_zone0/temp': No such file or directory

Got to /sys/class/thermal directory but it's empty, I guess the temps are reported elsewhere?
 
cat: can't open '/sys/class/thermal/thermal_zone0/temp': No such file or directory

Got to /sys/class/thermal directory but it's empty, I guess the temps are reported elsewhere?
Could you please give this a try?

Code:
cat /proc/dmu/temperature
 
Last edited:
cat: can't open '/proc/dmu/temperature': No such file or directory

There's no dmu dir in /proc
Is there anything under /sys/class/thermal/thermal_zone1?
 
cat: can't open '/sys/class/thermal/thermal_zone1': No such file or directory

cat /sys/power/bpcm/cpu_temp
cpu_temp: 64.758 C

Nailed it.
Hi @fr0s7 ... What is the actual output when you run this command? Does it just show:

Code:
64.758

Or is there other info when you run that command? I need specifics please. Please paste all the output from your screen after running that command if you don't mind?
 
Hi @fr0s7 ... What is the actual output when you run this command? Does it just show:

Code:
64.758

Or is there other info when you run that command? I need specifics please. Please paste all the output from your screen after running that command if you don't mind?
I think what he showed is exactly the one-line output.
 
cat: can't open '/sys/class/thermal/thermal_zone1': No such file or directory

cat /sys/power/bpcm/cpu_temp
cpu_temp: 64.758 C

Nailed it.
OK @fr0s7 ... could you please give this patched version a shot, and see if this no longer produces errors, and gives you the correct temp readings?

Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/develop/rtrmon.sh" -o "/jffs/scripts/rtrmon.sh" && chmod 755 "/jffs/scripts/rtrmon.sh"
 
Yes, this one works, checked different readings and all seems to match:

1764923516066.png
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top