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.

shwa87

Members
  • Joined

  • Last visited

Everything posted by shwa87

  1. Attached. Thank you! catan-diagnostics-20221212-1025.zip
  2. Thanks for pointing that out - I'm not sure how that happened. system is now ONLY cache, appdata is ONLY cache, and domains is prefer cache. All data matches that now (after moving the system share to only be on cache) Speeds are also the same, averaging around 18-20. No disk is more or less than the other, and when I stop the sync (to restart it after fixing my shares per trurl's post) it drops to 0 on all disks, upon starting the sync again, the speeds average the same.
  3. Something more than the parity sync reads? The read counts all look around the same for the array drives in the GUI.
  4. I replaced 15 1TB drives with 5 new-ish larger capacity drives (all precleared successfully) and the parity sync is going at most 20 MBps., but averaging 16 or so. I've attached diags, I don't see anything glaringly obvious but was hoping someone else might. Thanks! catan-diagnostics-20221211-2336.zip
  5. did you ever figure this out? I'm running into this now 4 years later.
  6. I can't find a definitive answer on this - is the flood UI no longer available in this container? I apologize if its been answered somewhere.
  7. I thought the same and did try this -- but a password is required after entering the net join... command and I haven't been able to script a way to pass that securely.
  8. As the title says, make it easy in the GUI to join an AD domain w/o having to restart services. This is particularly useful if the domain controller is running within a VM on the unRAID host. Easy CLI method uses net join -U Administrator, where Administrator is the admin user, but having to launch into a terminal session every time gets to be a bit of a drag. As an extension to this, it would be great if unRAID automatically "rejoined" the domain after a restart after detection that the domain controller VM was up and ready. Alternatively if none of this is easily possible, add an option to "refresh" the join status in the GUI after manually joining via CLI.
  9. I run 'net join -U Administrator' (which is accurate for the username), enter my domain password, and then the following error shows up: ldap_int_sasl_init: SASL library version mismatch: expected 2.1.28, got 2.1.27 Failed to join domain: failed to connect to AD: Operations error ADS join did not work, falling back to RPC... ldap_int_sasl_init: SASL library version mismatch: expected 2.1.28, got 2.1.27 Failed to join domain: failed to connect to AD: Operations error
  10. idrac6 issue here. I am experiencing this issue as raised on github: Server disconnected : Code 1006 · Issue #34 · DomiStyle/docker-idrac6 · GitHub I tried searching the UR forums (this thread and the whole forum) and couldn't find any resolution. Maybe I missed it, and if I did, I apologize. Does anyone know what the solution is for this?
  11. So DelugeVPN had been working fine until sometime in the last week. Now the UI won't load because the VPN isn't coming up... but the VPN isn't coming but because the wg0 interface won't create: 2021-10-07 19:44:32,093 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2021-10-07 19:44:32,102 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2021-10-07 19:44:32,109 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2021-10-07 19:44:32,121 DEBG 'start-script' stderr output: Error: Unknown device type. 2021-10-07 19:44:32,134 DEBG 'start-script' stderr output: Unable to access interface: Protocol not supported 2021-10-07 19:44:32,135 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2021-10-07 19:44:32,138 DEBG 'start-script' stderr output: Cannot find device "wg0" 2021-10-07 19:44:32,139 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' Specifically looks like its having an issue with: ip link add wg0 type wireguard as it errors out with Unknown device type. Any assistance here would be appreciated. I've searched several times on these forums, general googlefu, read the FAQ on github, and some reddit posts as well but nothing seems to be quite what I'm experiencing. Thank You!
  12. Running 6.8.3 and the latest nerdpack and for a few months now par2cmdline has been showing there's an update, and i see it on the github repo, but when I go to update it within the nerdpack UI it says the package is missing. Is there an alternate way to get it updated?
  13. That did it. Changed values and it populated before I even saved. I saved, then changed them back, and we're good. THANK YOU! Excellent product/design and amazing support.
  14. Hey @falconexe. First off - thanks for the lesson on doing the cpu information the "old" way. I explored doing that, but then I took the time to dive into the regex and it was ridiculously simple. I also finally got back to the UPS portion and I did figure some things out with the UPS stats. It seems that any panel that utilizes a variable is not getting parsed. The variable doesn't seem to get included in the query.. for example in this query: SELECT last("load_percent") * .01 * $upsmaxwatt/1000 FROM "apcupsd" WHERE $timeFilter GROUP BY time($__interval) the "$upsmaxwatt" isn't getting passed, the query inspector shows "error parsing query: found /, expected identifier, string, number, bool at line 1, char 37". This error is happening with each variable and I cannot for the life of me figure out why the variable isn't getting passed - they are all filled out. For giggles I installed a different panel that includes UPS stats (Unraid System Dashboard v2 from @GilbN) and the UPS data on his works out of the box, and other than the variable names they appear identical in query structure. Thoughts? Anything else I can supply or look at to help figure this out? Thanks!
  15. Thanks @falconexe - I'll check out that regex stuff and hopefully figure it out. As for the telegraph setup - how I am setup matches post #1/your screenshot - I verified in the config, I am using the GUS config from @testdasi. I did delete both telegraph and influx configs and got default ones before checking everything lined up with the above as well. Any other thoughts or information I can provide to help diagnose? Thanks!
  16. I am loving GUS + UUD! Thanks to both @testdasi and @falconexe for your amazing work! I am experiencing a couple of hurdles. First, I cannot figure out the CPU regexes. I have 2 CPU's each with 4 cores. (quad core Xeons). So they all show up in the CPU01 graph, which I am fine with just removing the 2nd one and having them all in one graph, but I'd prefer two graphs. If anyone can get the regex for that (or point me in the right direction) I would be very grateful. Secondly, I am trying to get UPS data and I'm getting query errors. I set my UPS db variable correctly, apcupsd is running on unraid and it can connect to my UPS. { "request": { "method": "GET", "url": "api/datasources/proxy/9/query", "params": { "db": "apcupsd", "q": "SELECT last(\"load_percent\") AS \"UPS Load\", last(\"load_percent\") * .01 * AS \"Watts\" FROM \"apcupsd\" WHERE time >= now() - 12h GROUP BY time(30s)", "epoch": "ms" }, "data": null, "precision": "ms", "hideFromInspector": false }, "response": { "error": "error parsing query: found AS, expected identifier, string, number, bool at line 1, char 74", "message": "error parsing query: found AS, expected identifier, string, number, bool at line 1, char 74" } }
  17. I am loving GUS - I imported UUD - does your implementation of telegraph include ipmi tools? (https://selfhosters.net/docker/telegraf/ipmi/) Just trying to figure out if I need to do that or not. Also - does your influxdb have any default credentials? Please forgive me if you have documentation somewhere with this, I can't find it.
  18. So now I'm back to npm presenting a locally signed cert instead of the LE cert and I can't proceed. This is making no sense to me. Anyone have any insight?
  19. After running this for a good long while now, I started out having the same issue that many folks are posting about - Internal Server Error when trying to add a new proxy host and request a new SSL Cert. However, I deleted and recreated the docker and it's appdata and now that part works. However - the Access List functionality doesn't seem to be working - instead of prompting to enter a username / password, instead it just goes 403 forbidden. If I disable the access list on a host and change to publicly accessible it works. I don't show anything in the logs of the container - is there another place I can look to see why its just tossing me right to a 403 instead of prompting for credentials like it always had? Note that I am using Brave primarily for my browser, but the same thing occurs in Firefox, Chrome, Edge, and Safari. Thank You!
  20. I am trying to update par2cmdline and I am getting "par2cmdline-0.8.0 package missing!" Am I doing something wrong?

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.