Cessquill

Members
  • Posts

    789
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cessquill

  1. At the top of the page In the Deluge support thread
  2. If you're using Deluge as a privoxy then this is down to a Deluge update. Check in that thread for what you need to do (pinned post, plus posts from the last few days).
  3. I think this plugin just solved a lot of problems for me in one go, so I think I've just bought you a beer (if a beer is more there, let me know!). If I can just run through what I've done to make sure I'm not being very stupid, as this is a bit new to me... My Unraid system is built on a SuperMicro X10SL7-F motherboard inside a SuperMicro SC846 chassis. Up until last week it was running stock fans and quiet PSU, but after a year of working from home, I decided it was time to make it quieter. I replaced all the fans with... 3 x Noctua 120mm 3000RPM PWM industrial fans in the fan wall. All plugged into FAN A using a 3 way PWM molex-powered splitter 2 x Noctua 80mm PWM exhaust fans in the rear, plugged into FAN 4 with 2 way PWM splitter 2 x Noctua 92mm PWM fans on a Noctua CPU cooler plugged into FAN 1 with 2 way PWM splitter As you probably know, this then resulted all fans cycling between low and full every 10 seconds due to the bios-set fan thresholds being crossed. After researching, I arrived here and was able to tweak the lower and upper thresholds to what I think is OK using the config editor (non-critical, critical, non-recoverable)... FAN 1 (2 x 92mm CPU) - Lower: 0, 100, 300. Upper: 2200, 2300, 2400 FAN 4 (2 x 80mm exhaust) - Lower: 0, 100, 300. Upper: 2400, 2500, 2600 FAN A (3 x 120mm fan wall) - Lower: 400, 500, 600. Upper: 3200, 3300, 3400 These are broadly set using the Noctua website specs, and stopped the constant cycling. Haven't yet found a guide on what these values should be. They were still running fast though, so I enabled fan control, which is now whisper quiet and cooler than before. Hoping it's OK... Left polling times as default Unchecked my two SSDs in the "hard drives to poll" option I've set FAN1234 to track the CPU temperature with temp/speed ranges left. This bought down speeds massively, but not sure it's the right thing to do Set FANA (the fan wall pulling air across the hot swap bays) to track HDD Temperature and set the temp limits to 55 high, 20 low Just spun up all hard drives. The CPU is at 35C, system 33C, HDD 35C. Fans 1, 4, A are spinning at 400, 500 1200RPM. I'm honestly over the moon about how my house is now back to normal noise, and I haven't had any temperature warnings yet. Just looking for reassurance/guidance. Thanks again!
  4. Hi - thanks for making this! Didn't realise you'd done it and found it by accident. Installing now and trying out
  5. Interesting, yep. Still on earlier (new) release and same here. My reverse proxy (NGINX proxy manager) points to 9080 and works (via https and SSL cert) and locally on 9443
  6. Progress - kind of. Tried all of the above, no difference. Then tried accessing from externally via reverse proxy, and I'm in. Restored original config/session and it's back to how it was (externally). Just can't access the web GUI from inside my network. All other dockers are fine internally (incl 7 other binhex), and I've made no changes to pfSense. Hadn't tried external links for a year because of lockdown here. My network here isn't complicated, so I'm scratching my head.
  7. Cleared cookies, tried two different browsers on another machine, just times out. Was definitely working before update, so a bit confused.
  8. Hi - renamed the .rc file, updated the container, didn't make any other changes. Can't get into the web GUI (took too long to respond). As far as I'm aware, I'm running stock. Attached log with user/pass redacted. Any ideas? supervisord.log
  9. Fair play, cheers. I'll play around with my codec settings for now. 👍
  10. @saarg Is compiling with NVENC still difficult, do you know? Trying to setup a profile for transcoding to Chromecast.
  11. AFAIK, adding... 'filesystem_check_changes' => 1, ...to config.php automatically scans the filesystem when a listing is needed. I wish more settings in Nextcloud were in the interface.
  12. I use the second script on here to keep the disks spinning for Plex in the evenings. Adjust the custom CRON schedule to suit your times and set the frequency of the CRON to retrigger a spin up before they'd naturally spin down. I currently use */14 19-23 * * * (every 14 minutes between 19:00 and 23:00)
  13. From your screenshots, it doesn't look like it. Your very first field above should be
  14. Hi - is it possible to make a docker for Urban Terror? Looking to get our work's guys playing again and don't want to configure a VPN just for that. I see it's been done as a docker on the docker hub, but I've never got my head around non-Unraid dockers. (if it's easy to install from the hub and I'm just being stupid, don't put yourself out )
  15. Anybody else getting a fairly high CPU usage on Radarr? Not sure whether it's since the v3 upgrade, but on the docker tab I'm seeing it fluctuate between 12-25% constantly. If I go to Radarr's System, Tasks page, nothing's currently running. I'm not exactly running a fast system (Xeon E3-1231v3 @ 3.4Ghz), and it's constantly using the most out of all dockers. Just wondering whether it's normal.
  16. I *thought* that restarting this container updated it automatically
  17. It's at the top of the unBALANCE page:
  18. Yes, I've used a couple of different ones, but like I say - the reference on the plugin page is useful as it shows the format that it specifically accepts.
  19. No, Unraid will clear a drive with the array running (and has done for some time). Certainly the last bunch of drives I've added, I've installed them straight away and let Unraid clear them. Others prefer to soak test them with a couple of preclear cycles first, which is understandable.
  20. Should be possible to write a script using the User Scripts plugin and have it automatically run on system start. I've done similar before with the Plex docker before it supported transcoding without a patch.
  21. In the top left of the page there's a "What Is Cron" line. Hover over this for a popup of the interpretation that this follows. Took me a couple of goes to get mine working since there's a few different ways to express the same thing, and not all Cron systems accept the same structure.
  22. Hopefully somebody else can answer your actual question, but as a side thought you could replace... mdcmd spinup 0 mdcmd spinup 1 mdcmd spinup 2 ...with... disks=$(ls /dev/md* | sed "sX/dev/mdXX"); for disknum in $disks; do /usr/local/sbin/mdcmd spinup $disknum; done I currently run this on a CRON schedule every 10 minutes between 19:00 and 23:00 to speed up Plex. I'd therefore be interested in your question too, as it's more useful.
  23. Thank you! renamed the file unbalance_old.conf and it started up fine.
  24. Hate to be one of those guys, but noticed that mine wouldn't start either, so I've just run the above and got... configuration variable provided but not defined: notifyCalc Usage of /usr/local/emhttp/plugins/unbalance/unbalance: -apiFolders="/var/local/emhttp": folders to look for api endpoints -checkForUpdate=1: checkForUpdate: 0 - dont' check; 1 (default) - check -config="/boot/config/plugins/unbalance/unbalance.conf": config location -dryRun=true: perform a dry-run rather than actual work -folders="": deprecated - do not use -logdir="/boot/logs": pathname where log file will be written to -notifyPlan=0: notify via email after plan operation has completed (unraid notifications must be set up first): 0 - No notifications; 1 - Simple notifications; 2 - Detailed notifications -notifyTransfer=0: notify via email after transfer operation has completed (unraid notifications must be set up first): 0 - No notifications; 1 - Simple notifications; 2 - Detailed notifications -port="6237": port to run the server -refreshRate=250: how often to refresh the ui while running a command (in milliseconds) -reservedAmount=512: Minimun Amount of space to reserve -reservedUnit="Mb": Reserved Amount unit: Mb, Gb or % -rsyncArgs="-X": custom rsync arguments -verbosity=0: include rsync output in log files: 0 (default) - include; 1 - do not include 2020/10/12 19:19:33 Unable to start the app: configuration variable provided but not defined: notifyCalc
  25. Not test, no. And there's a second setting to make in the docker parameters (see link above).