unRaide

Members
  • Posts

    108
  • Joined

Everything posted by unRaide

  1. Has anyone been able to successfully get the nbrowser node working in the Node-RED container? Whenever I try it it crashes Node-RED. 26 Dec 19:43:59 - Error: spawn /data/node_modules/electron/dist/electron ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: `node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS "--userDir" "/data"` npm ERR! Exit status 1 npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /data/.npm/_logs/2020-12-27T03_43_59_278Z-debug.log Per this thread it seems like there may be some additional package needed although that’s the extent of my technical skills. https://github.com/segmentio/nightmare/issues/224
  2. Finally figured out the issue above and wanted to follow-up with my solve in case it helps anyone: Turns out the issue was my indexer blocking my ip range due to abuse by other users sharing the same dynamic vpn! Solve involved connecting to a new server to generate a new ip.
  3. I've been running this docker for years with mostly no issues however I just noticed recently that I'm getting errors like "Downloading nzb for episode failed" from Sonarr and Radarr and I think I've tracked the issue back to this docker and a possible issue with privoxy not being reachable. Things I've checked: VPN provider account password is valid and active I'm not seeing any errors in the debug logs... I'm seeing notifications that everything has started and that the vpn has an ip I also enabled the "Bypass Proxy for Local Addresses" setting in Sonarr and that didn’t seem to help. If I turn off the proxy in those apps then everything works fine. The only thing that has changed recently is that I upgraded Radarr and Sonarr to v3 so perhaps some requirements have changed although I can't find anything? Any ideas on how to debug this?
  4. Hi, I'm looking for a relatively lightweight and simple setup to monitor logs of different apps/dockers and then notify by email/pushover when any errors come up. Ideally, I'd like this solution to be able to monitor things like: ***arr apps (Radarr, Sonarr, etc..) Hydra Unraid logs Over time it would be great if this solution could also be tailored to fit other apps like Plex, Home Assistant, and others. I’ve spent a little time exploring more robust solutions like ELK / Graylog / Splunk but they all seem to be enterprise solutions that require quite a bit of setup and tweaking. Also couldn’t seem to find any easy to follow tutorials on how to get these working with dockers Does anyone have and guidance on setups they are or look promising? Thx
  5. I'm getting ready to replace my existing parity drive 8TB with a new 14TB and have settled on the method below that was posted on the Unraid subreddit: Shut down server Install new drive Stop the array Assign the new drive to parity slot 2 Start the array and allow parity to rebuild Stop the array Unassign the old parity drive, then start the array Assign it as a data drive However, all of my mobo HDD slots are taken so I was thinking of using a slot on my LSI SAS2008 Raid controller instead of trying to move things around. My question is does it matter if my parity isn't connected to one of my motherboard slots? Any performance / other issues I could run into which would make moving drives around worthwhile?
  6. Awesome, that did the trick... thx @blaine07!!! @saarg, just following spaceinvaderone's instructions @ 13:48.
  7. Hi, i've been using this docker without issue for months after following spaceinvaderone's video. A couple weeks ago i started getting notifications that my certs were going to expire however after checking the logs i couldn't find any issues. Unfortunately, they have now expired and I'm not sure how to debug further? Here is a screenshot of my logs, docker and router settings. I also recently changed my router although i did add the port forwarding. Any ideas?
  8. Thx for the reply! Just checked and all my shares are using “Automatically split any directories as required”. I don’t remember playing with that setting, do I need to change it?
  9. Hi Ruato, thanks for replying. Updating the “Peer DNS Server” setting worked! However, I’m currently using pihole on 192.168.1.2 but setting the dns to that didn’t seem to work. I had to use a public dns like quad9. Does anyone know if it’s possible to route peer traffic through pihole?
  10. Hi, I keep getting “Unable to write to disk n” from the FCP plugin because the disk is completely full however I'm not sure why that’s happening. I currently have 4 data disks which are pretty used (98% disk space used up). That said I still have ~650GB of space free spread across most of the drives with some having ~250GB of free space. My question is why is Unraid trying to use Disk 1 / 2 instead of writing to disks 3 / 4 which have the majority of free space? All my shares are set to High-water with a minimum free space of 20-30GB so I was assuming Unraid would fill drive 1 to within 20-30GB and then move on to the next disk. However it seems to keep trying to write to disk 1 or 2. What keeps happening is that after a day or two some free space opens back up on that drive (not sure how this is happening… perhaps Mover?).Then after another day I start getting the same errors after Unraid keeps writing to those disks? I plan on adding another drive soon but nevertheless it seems like I shouldn’t be getting these errors unless I've configured something incorrectly or perhaps misunderstanding how this should work? Any ideas? Thx
  11. Hi, got this setup in a matter of minutes following the guide posted and connecting to my server works great!! Problem is that i cant access anything else on the web from the peer (iphone 11 pro on ios 13.) I tried both "Remote tunneled access" and "Remote access to Lan" access types with the same issue on both. Any ideas? Thx
  12. Two days ago the Fix Common Problems plugin started reporting the following error: I rebooted the server yesterday and the error went away temporarily but it’s back again 😩. Per the suggestion I’ve attached my diagnostics logs and hoping for some help figuring this out. My server has 64GB off memory and looking at the dashboard it consistently givers around 50%. Thanks unraider-diagnostics-20191219-0508.zip
  13. Just noticed that my pihole docker is no longer starting up... not sure when the problem started but here are the log messages I'm seeing when starting it up: s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] 01-resolver-resolv: applying... [fix-attrs.d] 01-resolver-resolv: exited 0. [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 20-start.sh: executing... ::: Starting docker specific setup for docker diginc/pi-hole RTNETLINK answers: Network is unreachable ERROR: ServerIP Environment variable (192.168.1.2) doesn't appear to be a valid IPv4 address [cont-init.d] 20-start.sh: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. I haven't changed any network settings for some time nor edited the docker Running on Unraid 6.6.7 Any ideas?
  14. Hi, I'm running into an issue where the docker UI goes blank whenever I try to change this setting: Backup Set > Settings > Change Backup Schedule > Only run between specified times Every time I click on that radio button the UI disappears and I'm left with a white screen. The only way I've found to see the UI again is to choose File > Exit which seems to restart the app? It's happened before but I can't remember the setting. It feels like it could have something to do with the number of popup windows that the app is trying to show?
  15. Hi, got this docker up and running and it's working great. Thx!! I'm trying to finalize my backup solution and am currently thinking of using Crashplan to just backup the entire share folder every night. Any reason why this wouldn’t be a good idea? Also using AppBackup for the docker.
  16. Hi, just got this up and running with the trial account but all my backup sets seem to be stuck at the "Preparing to backup" status for the past few days. Looking through the web interface it shows that the device is online however nothing has been uploaded. The only setting I have changed since installing the container are: Set Security Connection = 1 (although I have since changed this back to 0) Changed device to use Custom Key for Archive Encryption. Also checked the logs and nothing jumps out. Any ideas?
  17. Fair enough. I looked at duplicati briefly but seemed like a mixed bag from what I read. I really liked the idea of using a more straight fwd plugin integrated into Unraid with just enough of a UI. 😁
  18. This is great Gary, thanks!!, Really well commented and laid out. I’ll start playing around with it this weekend.
  19. Ah, ok. Would be cool to include such functionality into the plugin as a one stop onsite backup shop.
  20. Hey @GHunter, I'm quite the noob so any editing you could do would much appreciated by me and thothethat follow I'm sure. That said im grateful for any assistance 😁
  21. Hi Squid, I’m trying to set this up but I’m getting the error msg below. Am I doing something wrong or is it not possible to backup all folders on my cache drive minus a few excluded ones?
  22. That sounds interesting, any chance you could share the script you're using for that.
  23. This might be a dumb question but I couldn’t find out how to search for it correctly in this thread 😁 Is anyone using this plugin to backup random non-appdata folders on their cache? Seems like it could be as easy as changing the source to mnt/cache and then using the "Excluded Folders" to deselect those I don't want to backup? Basically trying to backup the appdata folder and a few others that are only on the cache. Everywhere in the plugin it refers specifically to the appdata folder so I wanted to make sure there isn’t anything specific to just that use case before trying to set this up.