Jump to content

dmacias

Community Developer
  • Posts

    2,803
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by dmacias

  1. I think this thread could apply to your problem https://forums.unraid.net/topic/56858-false-temp-alerts-and-fan-issues-xeon-e5-25x0-v1/
  2. I'm not sure. Try deleting some. There's nothing really to update till I find a script that can give more accurate results. As speeds get faster and faster is seems the speedtest-cli gets more and more inaccurate.
  3. Sorry for the late reply but there's probably something wrong with the xml file where the results are stored on the flash drive.
  4. If you want the fans at max you don't need the plugin for that. Just go to the Supermicro IPMI page and set the fans to full.
  5. Similar but I need to go through those packages and probably update some to match 6.6. Otherwise it could break stuff.
  6. I'm working on it. On an upgrade though it should copy and install the packages from the previous version of unraid Edit: I added 6.6 repo
  7. I think the problem is a mismatch of openssl. Ruby 2.5.1 was compiled with openssl 1.1. UnRAID uses 1.02. I downgraded ruby to 2.25 and added yaml.
  8. There is another plugin that may possibly work with your board. I think it's called autofan
  9. Plugin still works fine however your motherboard doesn't have IPMI
  10. The plugin is only updated for backend plugin related fixes. All packages are updated individually on github. That way I don't have to update the plugin for every package update. So if you go to the Nerdpack settings page in the unraid webgui, you should see rar and par2cmdline. If not, click on Check for Updates. Then toggle them both to On and click Apply.
  11. Try installing unrar Edit. Might need to add newer version of unrar
  12. That's no different than this. All packages have to be installed on reboot
  13. The default is 1 min and 3 min for hard drives. That's what mine is set to and after a month is fan log is only 2 MB. It only writes when there are changes but 10 sec gives more opportunity to write to the log. How big was the log? I will look into a log size limit. You can clear it from the fancontrol page.
  14. What does the Fan Settings under Fancontol show? Do you have a FANA section? You should just be able to set up thresholds and mins for FANA and it will control whatever fan is the peripheral fan. It won't show the rpms on that page but that doesn't matter. The script just executes ipmi raw commands based on temp sensor. So it's just going to execute the underlying command for FAN1234 or the one for FANA.
  15. No internet or github blocked for some reason. Maybe anti-virus
  16. I can probably add something like that for when Supermicro or Asrock are not detected. My preference for auto detecting was to make sure the right board was selected and thus the right ipmi commands. There are also different commands for Asrock boards based on number of CPU sockets. If things aren't working right (usually supermicro due to threshold settings) some may just start changing settings randomly which would send the wrong commands. Granted this would probably be benign but you never know. I'll see what I can do but I also want to keep the webgui as simple as possible.
  17. The plugin uses this to get the motherboard and model dmidecode -t 2 | grep 'Manufacturer' | awk -F 'r:' '{print $2}' dmidecode -t 2 | grep 'Product Name' | awk -F 'e:' '{print $2}' I dont have any experience with ESXI. So I would need to know how to determine in unRAID you are using ESXI and then how to find the motherboard info.
  18. That may have been the problem. I changed the version to decimals instead of underscores.
×
×
  • Create New...