Ynd21

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Ynd21

  1. Was there ever an update? Looks like its still broken
  2. It does! So the option here is validate the install, tell the container to use a diffy .xml file. Ezpz. Thanks ich777
  3. Set your config file to something else until Ich777 is around?
  4. I can get it to start if I set validate to true, but then it replaces my config files
  5. 👋 Me again! I'm trying to update my 7 Days To Die Server (by using 294420 beta - latest_experimental) but for some reason it's not downloading the latest alpha (20). Any ideas? Thanks
  6. Confirmed working on my end! That was extremely fast, thank you
  7. Hello! I'm having an issue with updating my Terreria server to 1.4.3 - this is available on their FTP (https://terraria.org/api/download/pc-dedicated-server/terraria-server-143.zip) but no matter what I set inside my config, it always downloads 1.4.2.3 and not the new 1.4.3 that was just released. Thanks
  8. The "latest versions" of these plugins are most likely for the latest version of Jellyfin (10.7.x). Download the last version of the plugin and it should work. Example: Version 6.0.0 for TMDB Collections = 10.6.X while version 7.0.0 is for version 10.7.x.
  9. Yep I can control the fans, read the temps. Everything shows up with the addon installed and it shows the proper fan rpms, just missing the tab to control it :). root@Navajo:~# dmidecode -t 2 Invalid type keyword: 2 Valid type keywords are: bios system baseboard chassis processor memory cache connector slot root@Navajo:~# dmidecode -t 2 | grep 'Manufacturer' | awk -F 'r:' '{print $2}' Dell Inc.
  10. Tagging for later. Whatever I can do to help get this added to Dell boards
  11. It works with those commands Is it a setting I have to enable? -- Those commands are actually what I use combined with User Scripts that fire on the start of the array. If you have a way to automate my life so it watches temps and changes it, I have a way to send you another beer lol
  12. What motherboard do you have? Dell Inc. 051XDX Its a PowerEdge R520. I reinstalled the IPMI plugin for unRAID 6.1+ but def don't have a fan controller automatically. I could also be blind With his latest update it's actually working for me: root@Navajo:~# ldd /usr/bin/ipmitool linux-vdso.so.1 (0x00007ffcb3db7000) libfreeipmi.so.17 => /usr/lib64/libfreeipmi.so.17 (0x00001520bbb03000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00001520bbae2000) libgcrypt.so.20 => /lib64/libgcrypt.so.20 (0x00001520bb9c5000) libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00001520bb9a2000) libm.so.6 => /lib64/libm.so.6 (0x00001520bb817000) libreadline.so.7 => /usr/lib64/libreadline.so.7 (0x00001520bb5c9000) libncurses.so.6 => /lib64/libncurses.so.6 (0x00001520bb59c000) libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00001520bb56e000) libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00001520bb292000) libc.so.6 => /lib64/libc.so.6 (0x00001520bb0af000) /lib64/ld-linux-x86-64.so.2 (0x00001520bc21d000) libdl.so.2 => /lib64/libdl.so.2 (0x00001520bb0aa000) libz.so.1 => /lib64/libz.so.1 (0x00001520bae93000) I do have his other plugin installed though that uses freeipmi, you might want to install that as well just in case?
  13. Worked! Enjoy the beer - What's the other plugin? I know of IPMI plugin for unRAID 6.1+ but I didn't know it could control the fans as well?
  14. Hello! I recently upgraded to 6.7.0rc2 and it looks like the ipmitool is no longer functioning - getting a "ipmitool: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directory" - ideas? I use it to control my fan speed on a server with a broken lid Fans are stuck at 100% if I cant get ipmi working 💔