voodood

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

voodood's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Yep, that was it. I switched to the non beta version to get it working again but have just done this and it's working fine again. Thanks!
  2. Hi there, is this broken in Unraid 6.9.1? I've been using it for years but after the last Unraid update the docker just will not stay up. Looking at the logs, it all works fine until.. Info App: All entry points have started libgcc_s.so.1 must be installed for pthread_cancel to work Aborted [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. libgcc_s.so.1 must be installed for pthread_cancel to work Aborted [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting.
  3. I'd also be interested in getting this working! The only module available in the stock kernel will give you CPU temp. To do it; Put the following in /boot/custom/sensors.conf; # lm-sensors config chip "k10temp-pci-00c3" label temp1 "CPU Temp" Then add the following to the end of your /boot/config/go file; cp /boot/custom/sensors.conf /etc/sensors.d modprobe k10temp Reboot and your CPU temp should show. To get the other sensors we need to get the JC42 module found at http://khali.linux-fr.org/devel/lm-sensors/drivers/jc42/ compiled.