Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    After upgrading to 23.01 Status/Monitoring Thermal Sensors not updating

    Scheduled Pinned Locked Moved General pfSense Questions
    4 Posts 2 Posters 623 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 0
      00sjsl
      last edited by

      For my SG-4100 while on pfsence version 22.05 if I selected Status/Monitoring and then System / Thermal Sensors then I got a nice graph of temperature over time just as one would expect. After updating to 23.01 the graph won't show any readings following 09:35 on the 17th Febuary (which is the time that I upgraded to 23.01)

      dennypageD 1 Reply Last reply Reply Quote 0
      • jimpJ jimp moved this topic from Problems Installing or Upgrading pfSense Software on
      • dennypageD
        dennypage @00sjsl
        last edited by

        @00sjsl I'm guessing that this is due to the removal of the cordbuc thermal sensor from the system. You can delete /var/db/rrd/system-sensors.rrd and it will be recreated with the correct number of elements.

        Alternatively, if you are brave you can use rrd tune like so:

        cp /var/db/rrd/system-sensors.rrd /tmp/sensors.rrd
        rrdtool tune /tmp/sensors.rrd DEL:cordbuc_0
        mv /var/db/rrd/system-sensors.rrd /var/db/rrd/system-sensors.rrd.save
        mv /tmp/sensors.rrd /var/db/rrd/system-sensors.rrd
        

        If you don't care about the historical data, it's easier to simply delete the file and let it be recreated.

        0 1 Reply Last reply Reply Quote 2
        • 0
          00sjsl @dennypage
          last edited by

          @dennypage
          Thanks.
          I tried the rrdtool tune approach and the graph is now updating again nicely.

          I'm curious as to why corbuc_0 (which seemed to convey real information) is gone, but thermal_tz0 which is always 26.9 C remains.

          1 Reply Last reply Reply Quote 0
          • dennypageD
            dennypage
            last edited by

            @00sjsl said in After upgrading to 23.01 Status/Monitoring Thermal Sensors not updating:

            I'm curious as to why corbuc_0 (which seemed to convey real information) is gone, but thermal_tz0 which is always 26.9 C remains.

            Sorry, I don't know the why, just the what.

            1 Reply Last reply Reply Quote 0
            • dennypageD dennypage referenced this topic on
            • dennypageD dennypage referenced this topic
            • First post
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.