ProphetSe7en

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by ProphetSe7en

  1. Is there anyway to backup and restore the stuff I set up in reverse proxy and migrate to a new system?
  2. Why do I get the folder icon set as docker icon? And how do I change it? Is it possible to make it so when I click on the folder on dashboard it takes me directly to that folder on the docker tab? Also the autostart settings wont stick. So I cant set any containers to autostart. As soon as I reload the docker page all the autostart settings are back to off. Maybe it is because I am running RC2 of unraid I have the icon and autostart bug?
  3. Can you add multiple fans to be controlled under ARRAY_FAN and not just one? I have 4 fans that is used to control temp for my hdd and would like to control all of them using this script
  4. So I made some kind of progress. Updated to 6.10.0.RC2 Temp sensors are available, but no pwm controller. I then ran modprobe nct6683 force=1 and now I can see all the pwm controller. After restart I have to run modprobe nct6683 force=1 again for them to show up. Is there any way to force this during boot? I tried adding echo "options nct6683 force=1" >> /etc/modprobe.d/sensors.conf to the go file, but still same issue after restart Anyway. Whit the drives loaded I get a new issue with permission denied <br /><b>Warning</b>: file_get_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: No such file or directory in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>40</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>42</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>43</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>46</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>49</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>50</b><br />/sys/devices/platform/nct6683.2592/hwmon/hwmon4/fan1_input I also get the permission denied running pwmconfig Found the following PWM controls: hwmon4/pwm1 current value: 33 /usr/sbin/pwmconfig: line 180: hwmon4/pwm1: Permission denied hwmon4/pwm2 current value: 255 /usr/sbin/pwmconfig: line 180: hwmon4/pwm2: Permission denied hwmon4/pwm3 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm3: Permission denied hwmon4/pwm4 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm4: Permission denied hwmon4/pwm5 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm5: Permission denied hwmon4/pwm6 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm6: Permission denied hwmon4/pwm7 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm7: Permission denied hwmon4/pwm8 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm8: Permission denied No clue on what to do next
  5. So I made some kind of progress. Updated to 6.10.0.RC2 Temp sensors are available, but no pwm controller. I then ran modprobe nct6683 force=1 and now I can see all the pwm controller. After restart I have to run modprobe nct6683 force=1 again for them to show up. Is there any way to force this during boot? I tried adding echo "options nct6683 force=1" >> /etc/modprobe.d/sensors.conf to the go file, but still same issue after restart Anyway. Whit the drives loaded I get a new issue with permission denied <br /><b>Warning</b>: file_get_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: No such file or directory in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>40</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>42</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>43</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>46</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>49</b><br /><br /><b>Warning</b>: file_put_contents(/sys/devices/platform/nct6683.2592/hwmon/hwmon4/pwm4_enable): failed to open stream: Permission denied in <b>/usr/local/emhttp/plugins/dynamix.system.autofan/include/SystemFan.php</b> on line <b>50</b><br />/sys/devices/platform/nct6683.2592/hwmon/hwmon4/fan1_input I also get the permission denied running pwmconfig Found the following PWM controls: hwmon4/pwm1 current value: 33 /usr/sbin/pwmconfig: line 180: hwmon4/pwm1: Permission denied hwmon4/pwm2 current value: 255 /usr/sbin/pwmconfig: line 180: hwmon4/pwm2: Permission denied hwmon4/pwm3 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm3: Permission denied hwmon4/pwm4 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm4: Permission denied hwmon4/pwm5 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm5: Permission denied hwmon4/pwm6 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm6: Permission denied hwmon4/pwm7 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm7: Permission denied hwmon4/pwm8 current value: 153 /usr/sbin/pwmconfig: line 180: hwmon4/pwm8: Permission denied No clue on what to do next update: So I fixed the no permission issue using sudo chmod +w /sys/devices/platform/nct6683.2592/hwmon/hwmon3/pwm* Then I ran pwmconfig again, this time it test all fans but the end result is no correlation between fans and pwm. So i found someone with a similar issue, so I tried using nct6687 and not nct6683. From what I can tell everything works now, at least it does until I restart the server
  6. All my temps sensors show up, but none of my fans. Motherboard is MSI MAG Z590 Torpedo Tried different solution, but the result is the same.. Any suggestion on how to get this working? #----cut here---- # Chip drivers modprobe coretemp modprobe nct6683 /usr/bin/sensors -s #----cut here---- # sensors nvme-pci-0600 Adapter: PCI adapter Composite: +47.9°C (low = -273.1°C, high = +81.8°C) (crit = +84.8°C) Sensor 1: +47.9°C (low = -273.1°C, high = +65261.8°C) Sensor 2: +53.9°C (low = -273.1°C, high = +65261.8°C) acpitz-acpi-0 Adapter: ACPI interface MB Temp: +27.8°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter CPU Temp: +58.0°C (high = +100.0°C, crit = +100.0°C) Core 0: +50.0°C (high = +100.0°C, crit = +100.0°C) Core 1: +48.0°C (high = +100.0°C, crit = +100.0°C) Core 2: +51.0°C (high = +100.0°C, crit = +100.0°C) Core 3: +50.0°C (high = +100.0°C, crit = +100.0°C) Core 4: +58.0°C (high = +100.0°C, crit = +100.0°C) Core 5: +50.0°C (high = +100.0°C, crit = +100.0°C) nvme-pci-0100 Adapter: PCI adapter Composite: +51.9°C (low = -273.1°C, high = +81.8°C) (crit = +84.8°C) Sensor 1: +51.9°C (low = -273.1°C, high = +65261.8°C) Sensor 2: +58.9°C (low = -273.1°C, high = +65261.8°C) MD Family 11h thermal sensors... No AMD Family 12h and 14h thermal sensors... No AMD Family 15h thermal sensors... No AMD Family 16h thermal sensors... No AMD Family 17h thermal sensors... No AMD Family 15h power sensors... No AMD Family 16h power sensors... No Hygon Family 18h thermal sensors... No Intel digital thermal sensor... Success! (driver `coretemp') Intel AMB FB-DIMM thermal sensor... No Intel 5500/5520/X58 thermal sensor... No VIA C7 thermal sensor... No VIA Nano thermal sensor... No Some Super I/O chips contain embedded sensors. We have to write to standard I/O ports to probe them. This is usually safe. Do you want to scan for Super I/O sensors? (YES/no): y Probing for Super-I/O at 0x2e/0x2f Trying family `National Semiconductor/ITE'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Nuvoton/Fintek'... No Trying family `ITE'... No Probing for Super-I/O at 0x4e/0x4f Trying family `National Semiconductor/ITE'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes Found `Nuvoton NCT6687D eSIO' Success! (address 0xa20, driver `nct6683')
  7. I have tried, it just wont work. I ran the pwmconfig command and got this output "There are no pwm-capable sensor modules installed"
  8. They are loaded in the system temp plugin. All temps sensors are available. It is fan controller in the fan auto control plugin that is missing and I am trying to figure out
  9. The problem is that this thread covers a lot of plugins. Would be easier to read through it if the most popular plugins had its own thread. I did however search this thread for z590 and nct6683 without any results, that`s why I asked. My apologies, just a bit concerned about editing files etc if I add something that is not supposed to be added for my system. The info I found is for different drivers etc So will this be the correct way to go forward, or is that for a different driver etc? Dynamix - V6 Plugins - Page 102 - Plugin Support - Unraid
  10. So what would the next step be if I am out of luck and it says Family `ITE`... NO
  11. Have some issues with the Auto Fan Control. All it says is "PWM controller None". I get all sensors for temps etc, but it wont show any of my fans. Motherboard is a MSI z590 and running unraid 6.10.0.rc2 Can anyone point me in the right direction on how to have pwm controller available in unraid?
  12. I got hw transcoding working with my i5-11600 on H264 materials, but not on h265. Is there some additional step that has to be done for it to work with plex? CPU is i5-11600
  13. So how do i get this to work with plex container?
  14. Did you figure this out? I have the same issue. The ip in the log belongs to my laptop. Restarting my laptop stops it, then after a day or so it fils the log again with the same error.
  15. One question. I have rtorrentvpn setup using wireguard. When I want to access unraid remotley I use wireguard for that too. For some reason I cant connect to rtorrent web-gui when using wireguard connecting to unraid. All other containers web-gui works except rtorrent. Is there any settings I need to do to access web-gui when connected to my server with wireguard?
  16. I use a lot of hardlink between my media libraries. Now I want to empty two of my drives so I need a way to move all the files without breaking all hardlinks. Any suggestion?
  17. Hmm. I thought if I put the command under the "if" part of that script it would only be issued if the cache disk is >xx% ful, like the mover would in the script? Maybe I am mistaken, but in this script everything under "if" only runs if the disk threshold is met? #!/usr/bin/php <?PHP $moveAt = 70; # Adjust this value to suit. $diskTotal = disk_total_space("/mnt/cache"); $diskFree = disk_free_space("/mnt/cache"); $percent = ($diskTotal - $diskFree) / $diskTotal * 100; if ( $percent > $moveAt ) { exec("/usr/local/sbin/mover"); } ?> So I need to figure out on how to combine the script above with these commands. docker exec comand mover && docker exec comand (when mover is finished) Not very elegant, but can I replace exec("/usr/local/sbin/mover"); with exec("/mnt/user/various/unRaid/script/mover.sh); Then in the mover.sh I have the docker exec (command to pause all torrents) mover && docker exec (command to start all torrents) I get it to work, but then I dont have the threshold part in place.
  18. Hmm. That might work, need to test it first Do you know if it is possible to issue the pause command only if cache is >60% full? No need to pause the container if mover wont run because of cache drive is less the 60% full. I know mover can be started using script, and from mover settings it wont run if cache is less than 60%. But while doing this with a script it will cause rtorrent to pause/resume each time the script runs regardless of mover will be running or not Edit: So I need to add the pause & unpause command to the mover script? Clearly the "docker pause/unpause rtorrentvpn" wont work like this, but what format should it be in to work? if ( $percent > $moveAt ) { docker pause rtorrentvpn; exec("/usr/local/sbin/mover"); docker unpause rtorrentvpn; }