Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collectd error: Failed to open file "/sys/class/thermal/thermal_zone0/temp": No such file or directory. #154

Closed
jacotec opened this issue Nov 30, 2023 · 1 comment

Comments

@jacotec
Copy link

jacotec commented Nov 30, 2023

First of all thank you for providing this great docker solution!

Unfortunately I'm periodically getting these errors and i.e. replay does not work:

tar1090  | [2023-11-30 16:16:05.667][collectd] [error] table plugin: Failed to open file "/sys/class/thermal/thermal_zone0/temp": No such file or directory.
tar1090  | [2023-11-30 16:16:05.667][collectd] [notice] read-function of plugin `table' failed. Will suspend it for 240.000 seconds. 

I don't see an issue in my docker-compose:

version: "3.8"

services:
  tar1090:
    image: ghcr.io/sdr-enthusiasts/docker-tar1090:latest
    tty: true
    container_name: tar1090
    restart: always
    environment:
      - TZ=Europe/Berlin
      - BEASTHOST=10.0.1.90
      - MLATHOST=10.0.1.90
      - LAT=[redacted]
      - LONG=[redacted]
    volumes:
      - /opt/adsb/tar1090/globe_history:/var/globe_history
      - /opt/adsb/tar1090/timelapse1090:/var/timelapse1090
      - /opt/adsb/tar1090/graphs1090:/var/lib/collectd
      - /proc/diskstats:/proc/diskstats:ro
    # - /run/airspy_adsb:/run/airspy_adsb
    ports:
      - 8078:80
    tmpfs:
      - /run:exec,size=64M
      - /var/log

@jacotec jacotec changed the title Collectd error Collectd error: Failed to open file "/sys/class/thermal/thermal_zone0/temp": No such file or directory. Nov 30, 2023
@jacotec
Copy link
Author

jacotec commented Dec 1, 2023

Found that this is the temperature sensor of the hardware, not avaiable in an ESXi VM. Not affecting history or other funtions, closing.

@jacotec jacotec closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant