Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xamindar

Community Developer
  • Joined

  • Last visited

Everything posted by xamindar

  1. I'm looking as well. Not sure why they not only "deprecated" this container, but they went the extra step and actually removed it so next time I worked on my k8s nodes and this image needed to be downloaded again, it failed. I have since moved off all linuxserver.io containers as I have found them to be sub-par, often having strange bugs. EDIT: I guess it's still up on docker.com. I had to modify my image pull location to the following and it worked again: image: "docker.io/linuxserver/quassel-core:0.14.0" That said, is there anything else out there that is better than quassel? I'm just confused why it was "deprecated" unless there is something better to replace it.
  2. Yes, each time I receive an email that says "unRAID is being shut down".
  3. I have my settings configured to power down only if ups power is down to 5% or 2 minutes left and STILL it powers down 5 minutes or so into a power outage. I need my storage to be the LAST thing to power down, not the first. Does it just not work properly? I just set all the following to 0 now to see if that prevents it from powering down: Battery level to initiate shutdown (%): 0 Runtime left to initiate shutdown (minutes): 0 Time on battery before shutdown (seconds): 0 I would like it to act as configured though. Anyone use this and have any pointers? (UPS Settings) The dashboard currently says %46 and 25 minutes remaining at the time of posting this. So it should not have powered off yet. EDIT: It just powered off again with all these setting at 0. This is ridiculous.
  4. i can not get this radarr to rename any of my movies? What's the deal? Is it broken? I have rename turned on, even have rename folders turned on but no dice. It will go through and pop up little messages saying is it organizing/renaming but it never does anything.
  5. I just installed it but it shows I need a license to test it. How do I get around this? This is looking at the webui.
  6. Nope, still set to host. No worries though. I actually tried that jellyfin after and really like that a lot more. Think I might just stop using plex....unless they have a %50 off sale on the plexpass any time soon lol.
  7. The webui on this docker does not work. At least with the default settings it does not. Anyone else have this issue?
  8. The it87 module is already included in the unraid linux kernel. You just need to load it. If you have the "Dynamix System Temperature" plugin installed, go to System Temp under Settings and add it to the available drivers field (running Detect should find it and input it for you). If detect doesn't find it, then you probably don't have a chipset that this module supports. The next step would be to compile it yourself.
  9. I just updated this docker as I saw your post and now it will not start anymore. Here is what the log says every time I try to start it: *** Running /etc/my_init.d/config.sh... Continous console status not requested *** /etc/my_init.d/config.sh failed with status 1 *** Killing all processes... Does the update resolve the multiple dropbox instances running and it making me reconnect to my dropbox account on every restart?
  10. That's mean! We have so many projects that somethings just got lost in the way. Just a friendly reminder. You guys are doing a great job.
  11. Thanks. I've patched this a while ago, just waiting bonienl to release the update. I will release a update soon. Soon is not that soon.
  12. Sorry for the delay, here are the two command outputs attached. 1.txt 2.txt
  13. Quick question, how do I prevent the mover from moving my docker.img off the cache drive? Does it still ignore .files? Should I create a specific file name or folder for the image? Also, why store all the config files on a user share? Wouldn't that prevent your drives from spinning down? I'm new to this docker thing so forgive me if I missed something.
  14. Please post the result of this command: find -L /sys/class/hwmon/ -maxdepth 5 -iname "pwm[0-9]" 2>/dev/null Here you go: /sys/class/hwmon/hwmon1/device/pwm1 /sys/class/hwmon/hwmon1/device/pwm2 /sys/class/hwmon/hwmon1/device/pwm3 Those are the three possible pwm controls from my it87 board. Ok, I need one last command output: find /sys/devices -iname "hwmon[0-9]" -exec echo {} \; -exec ls -la {} \; /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon0 total 0 drwxr-xr-x 3 root root 0 Mar 2 19:57 . drwxr-xr-x 3 root root 0 Mar 2 07:35 .. lrwxrwxrwx 1 root root 0 Mar 2 08:10 device -> ../../../0000:00:18.3 -r--r--r-- 1 root root 4096 Mar 2 08:10 name drwxr-xr-x 2 root root 0 Mar 2 16:33 power lrwxrwxrwx 1 root root 0 Mar 2 07:35 subsystem -> ../../../../../class/hwmon -r--r--r-- 1 root root 4096 Mar 2 08:10 temp1_crit -r--r--r-- 1 root root 4096 Mar 2 08:10 temp1_crit_hyst -r--r--r-- 1 root root 4096 Mar 2 08:10 temp1_input -r--r--r-- 1 root root 4096 Mar 2 08:10 temp1_max -rw-r--r-- 1 root root 4096 Mar 2 07:35 uevent /sys/devices/platform/it87.656/hwmon/hwmon1 total 0 drwxr-xr-x 3 root root 0 Mar 2 19:57 . drwxr-xr-x 3 root root 0 Mar 2 16:34 .. lrwxrwxrwx 1 root root 0 Mar 2 16:34 device -> ../../../it87.656 drwxr-xr-x 2 root root 0 Mar 2 16:34 power lrwxrwxrwx 1 root root 0 Mar 2 16:34 subsystem -> ../../../../../class/hwmon -rw-r--r-- 1 root root 4096 Mar 2 16:34 uevent There you go, hope that helps.
  15. This is not possible the way kernel and module versioning work, unless I want to bypass the checks which is something I would recommend never doing. In any case, it87 has been included in unraid for a while now and there is no need for me to compile my own module anymore.
  16. Please post the result of this command: find -L /sys/class/hwmon/ -maxdepth 5 -iname "pwm[0-9]" 2>/dev/null Here you go: /sys/class/hwmon/hwmon1/device/pwm1 /sys/class/hwmon/hwmon1/device/pwm2 /sys/class/hwmon/hwmon1/device/pwm3 Those are the three possible pwm controls from my it87 board.
  17. Slight bug in the Temp plugin. When my fan is off and should be showing 0rpm, I get "##rpm" at the bottom of the web gui. Also, while the fan is off, if I go to that plugin's settings page the fan field will show "Not Used". Othwise if I set my fan to any speed other than 0, it will show up at the bottom as well as in the settings page. It appears that the plugin is auto-hiding any fans that are powered down or appear not connected. Wouldn't it be more useful to have all possibilities listed and then let the user pick the correct one? But main issue is the "##?rpm" erroneously showing at the bottom when it should be "0 rpm". I love the work you have put in to this web interface and hope that helps!
  18. Yes. You have to make sure that the appropriate drivers for your motherboard are loaded, then autodection should work. I'm using the plugin and it is working well for me. Thanks PeterB, as stated I am using my script still which implies I already have the module loaded and can control my fan on this system I even listed my fan device "/sys/class/hwmon/hwmon1/device/pwm2". I'll look around at this plugin and see if I can fix it because having it in the web gui is an awesome idea!
  19. This autofan plugin looks like it should work similar to a script I wrote several years ago to control the fan based on hdd temps. Is that what it is supposed to do? I installed it but it will not detect my fan (/sys/class/hwmon/hwmon1/device/pwm2). Would be really nice to have this in the web gui, I guess this addon is still a work in progress? Until then I guess I'll stick with my script.
  20. Lol you are joking, right? The whole reason for cache_dirs is to prevent disc spinup. Disable cache_dirs and you will have your machine set how you want.
  21. Yes, but it only does it based on the temperature of the hard drives you specify in the script if that is what you want. Linux calls it PWM no matter which type you have, 3 or 4 pin. I'm using the script with 3 pin fans. No you don't have to start the service, just make sure the modules it found are loaded on boot up.
  22. Yes, just build the f71882fg module and add it. I personally run unraid on a full arch linux distro and had to build my own kernel for it anyway. Just make sure you build from the same kernel source version that is used in unraid. I don't know why limetech doesn't just include all these modules in unraid, they don't take up very much space and make no difference on how it runs unless they are loaded. Some of the choices in the unraid kernel build seem pretty daft.
  23. Yeah, it doesn't look like there is a driver for your sensor chip yet. The closest I can see in the 2.6.36 kernel is this driver. But it doesn't mention 8721 which I assume you have based on the ID. ???????????????????????? ITE IT87xx and compatibles ???????????????????????? ? CONFIG_SENSORS_IT87: ? ? ? ? If you say yes here you get support for ITE IT8705F, IT8712F, ? ? IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the ? ? SiS960 clone. ? ? ? ? This driver can also be built as a module. If so, the module ? ? will be called it87. ? ? ? Is this your chip? If so, it definitely isn't supported yet. From this it seems like a strange, rare chip only ASUS uses.
  24. Not necessarily, it may just mean there is no driver in the Linux kernel for your chip (or you have none, unlikely with recent hardware). If sensors-detect didn't say "yes" to anything as you went through it then there probably isn't any driver for your hardware. You could possibly try a full slackware or any more recent linux and see if there is a driver (module) for it in more recent kernels.
  25. Bah! I need to look more closely before I reply. Sorry, My previous post is not the issue. Here is your issue: Take a real close look at that... It wasn't able to read sbd, sbe, and sbf because they do not exist. It actually read your Hitachi drives just fine. Try changing all those b's to d's.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.