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.

polishprocessors

Members
  • Joined

  • Last visited

  1. ok @itimpi just went through New Config, preserved settings, and looks like I'm back up, with parity check running now and will be done in a day or two. Thanks for this-I'm always nervous to do anything this dramatic with my unRAID server, but it needed to happen so I'm glad it's finally working!
  2. Ok, then one more question: if I create a new config, how high is the risk of losing data? There's absolutely nothing on the removed 4TB drive, so nothing's being emulated. I guess my steps would be: 1) new config and rebuild parity without that drive 2) stop array, remove parity drive from config, start array 3) stop array, add new pre-cleared 26TB drive as parity 4) let parity rebuild 5) add 14TB drive back into array 6) let parity rebuild Is there any way to compress any of those steps, or, if I want to leave my array running at all times except for the stop/starts, is this the path I need to take? Guess that was actually two questions...
  3. I suppose another option could be for me to simply create a new config with that empty drive removed, but I'm a bit nervous about that if I don't need to go that route
  4. Since i didn't have enough room in my case, though, I had to remove the smallest (array) drive before installing the newer 26TB drive, so right now I'm sat with the array emulating that drive despite the fact i completely emptied it. Will it be ok for me to just stop the array and replace the parity and start it again, allowing it to rebuild parity even with that emulated/missing array drive?
  5. According to that it'll be down for 'many hours' while it copies parity? With a 14TB old and 26TB new parity drive i imagine that'll actually be days. I don't mind going without parity while it rebuilds, but can I skip that long copy procedure?
  6. Hey there! I've been running unRAID for some years now and have been getting better at administration, but, as I'm maxed out on power and space in my case I'm at a bit of a conundrum. I have a 7-drive system (6+array) with a 14TB parity and I just picked up a very good (shucked) deal on a 26TB Seagate drive so I'm looking to, ultimately, replace my smallest drive (4TB) with the parity and replace the parity with the 26TB. Unfortunately I don't have physical space/power to install the 26TB drive alongside the 4 and 14TB one, so I need to come up with a plan to remove/bypass it. Also, since I don't seem to have any external USB connections which'll let me preclear the new drive without plugging it into SATA, I'm at a bit of an impasse. I've already moved all the files off of and removed the 4TB drive and put the 26TB drive in its (physical) place and am currently zeroing the drive with preclear. unRAID is 'emulating' the 4TB drive, but there's no data on it, so that's of limited concern except for parity. So...my question is: Once the pre-clear finishes, can I stop the array, throw the 26TB drive in the parity slot and move the parity into the (currently emulated) place of the 4TB drive, start things up, and be fine? Or, as my gut wants to tell me, do I need to do this in stages: going parity-less for a stop/start when I move the parity drive to the array, restart the array, then add the 26TB drive to be parity. I guess this'll be my default unless someone weighs in confirming I can do both at once...
  7. Yes, actually: https://github.com/aedocw/epub2tts-edge
  8. Nope, though I expect it has to do with it not being on the correct git project, not properly mapping folders, and generally not being optimised for unRAID. There are whispers in the discord it'll be fixed soon, though, probably with the upgrade to v2.1
  9. Hmm...scratch that-seems to still crash unRAID, even with these settings...
  10. Right, fixed (or at least solved the immediate problem) but doing the following on template creation: Added 3 Path mounts: /home/user/app/tmp > /mnt/user/appdata/ebook2audiobook/app/tmp/ /home/user/app/audiobooks > /mnt/user/appdata/ebook2audiobook/app/audiobooks/ /home/user/app/models > /mnt/user/appdata/ebook2audiobook/app/models/ chown nobody:user -R /mnt/user/appdata/ebook2audiobook/app/ That should move the large processing files out of the docker img file, though the docker itself is still 13.7GB for me, even without those files...
  11. Hey all! Has anyone successfully installed and run ebook2audiobook on unRAID? I've gotten it installed and it'll run (CPU-only, as I only have Intel QS for hardware transcoding) but eventually it'll crash my whole system. I've never been watching as unRAID fails, but I'm guessing it's because the application files are all stored within Docker and therefore the Docker .img file in unRAID and that'll eventually fill up and crash. But I can't seem to find a way to map the correct folders within the container outside of the docker.img file. Does anyone have any idea how to do this? I've created folder mapping to map /audiobooks and /tmp in the container to somewhere on my cache drive (as it seems all output goes to /tmp first and /audiobooks eventually, but the container doesn't seem to write to it, only locally on the docker.img file...
  12. Did you manage to figure this out? This docker keeps crashing my unRAID instance, I think because it doesn't put its files on appdata, but instead leaves them all within the docker image file, which then fully fills up. I'm going to try running a (short) test to start and see where it puts it's temporary files and then try editing the docker to point those at my normal appdata folder
  13. I was able to get past this error by creating a file (owned by nobody:users) of graylog2-committed-read-offset in the appdata folder (note it's greylog in this container but the container itself is called graylog-I updated them to be the same, even though it doesn't matter). But now I'm stuck again-I get loads of errors like this before the container stops itself: Caused by: java.io.IOException (same stack trace as error #16) 34 errors at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:543) at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:186) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:109) at com.google.inject.Guice.createInjector(Guice.java:87) at org.graylog2.shared.bindings.GuiceInjectorHolder.createInjector(GuiceInjectorHolder.java:34) at org.graylog2.bootstrap.CmdLineTool.setupInjector(CmdLineTool.java:379) at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:194) at org.graylog2.bootstrap.Main.main(Main.java:50)
  14. Did you or anyone else figure this out? I found links elsewhere suggesting we need to add this to our docker compose: PAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}' But as we don't use docker compose with Unraid apps I added it as a variable, both with and without single quotes, but to no avail. Has anyone succeeded in getting this working?
  15. Can confirm, did this, no issues. Thanks again!

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.