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.

rmp5s

Members
  • Joined

  • Last visited

Everything posted by rmp5s

  1. Tried a system reboot which led to Docker not wanting to start at ALL, so I had to go in and delete docker.img from /mnt/user/system/docker/, turned Docker off and back on again, then reinstalled all the containers as outlined here. (Community Applications really is an absolute GODSEND!!) Now everything appears to be back to normal. No idea what caused all that but wasn't too big of a deal to fix...so...whatever, I guess. 👍
  2. Had a very strange problem with Plex being unable to tune live TV channels out of the blue this morning (suddenly started giving me a "Could not tune channel. Please check your tuner or antenna" message while channels work perfectly fine in SparkleTV) so I thought I'd update Plex. It said "update available" so I clicked "apply update" and it went through all of its downloads and extracts like normal, then got to the bottom and, for the first time ever, I got this... "Error: failed to write digest data"...no idea what that means. I've never had it do that. Clicked "apply update" again and, nothing downloaded or extracted or anything, it just went straight to this... "The command failed." Again...never seen that before. Noticed that there are now a few Docker containers that say "not available"...another first... Went and tried updating another container and got the same. Did something happen with the update system in unRAID? I've never seen any of this before and I've been using unRAID and all these containers for YEARS now. Any help would be greatly appreciated.
  3. rmp5s replied to rmp5s's topic in General Support
    That doesn't really make sense. The local server goes in the "remote server" field so it can log its own logs?
  4. rmp5s replied to rmp5s's topic in General Support
    That's what I was thinking...seemed pretty straightforward. That's why I'm so confused. Got rid of the local setting as I don't think that applies...we'll see...maybe I'll just go into the terminal and enable syslog that way. Done it that way a bunch of times. Whatever works...lol Thanks for the sanity check.
  5. rmp5s posted a topic in General Support
    I'm wanting to send syslog from unRAID to another machine but I think I'm misunderstanding the "syslog server" in the settings. I originally had it enabled as I was thinking that was what turned it on. Then I realized that turns on RECEIVING syslog. I want to SEND syslog. So I added an IP and port in the "remote syslog IP" and thought, "aight. Now I'm set." But I'm seeing NOTHING on the receiving side. (I set up a Splunk server that I'm trying to send to so I can play around with it.) How do I turn it on? lol...how can I send syslog from unRAID? These are the current settings I have:
  6. THANK you!! I knew it'd be some stupid simple little thing like that!! Hahaha
  7. For example, in Krusader, even if I go fullscreen in Chrome, this is the very top of the window... ...I can't get to "File", "Edit", the top of the window to drag and move it around, etc. Looks like I'm not the only one to have this happen, though it doesn't seem like their fix applies here. Unfortunately.
  8. This is such a strange problem that's kinda hard to explain but is absolutely infuriating...lol You know how some apps open in an emulated window when you go to the WebUI for Docker containers? What do you do when the top of that window goes up, off screen? I'm using Krusader and the top of the window (where "file" and the bar that you grab to move it and all that are) is up out of view now. Don't know why or how to get the friggin window back!! Hard to explain. Hope that makes sense. Think of, like, if Notepad somehow managed to slide up off your screen far enough that you can no longer click "file", "edit", etc or click the top to drag the window back down. It's like that but in the emulator.
  9. True true. But... storage/Media/data/usenet/complete/... ...just like the Trash Guide said is what I put in FileBot. Put it in again, literally watched and didn't see anything change, but now it's happy. Not sure. Pretty weird. May be a "refresh" kind of thing...that's all I can think of. Thank you for all the help!!
  10. Turns out I DID have the mappings correct. The issue was something with the way the destination path was entered in FileBot. I don't know why, because it looks the same to me, but I went in and entered the destination paths again and it works. Doesn't make a whole lot of sense, but hey...at least it works. I guess. Thanks for all the help!!
  11. Hmmm...going to have to look into this more in a bit...gotta get some work done. Thanks for the help.
  12. Right..."/watch" and "/output" are both mapped as the paths I need, /media/Media...that appears correct. That's where the data that the container uses is located. Yes, I understand volume mapping.
  13. This looks craaaaaaaaazy...I don't remember EVER seeing a "docker run" look like this. lol docker run -d --name='FileBot' --net='bridge' --pids-limit 2048 -e TZ="America" -e HOST_OS="Unraid" -e HOST_HOSTNAME="" -e HOST_CONTAINERNAME="FileBot" -e 'OPENSUBTITLES_USERNAME'='' -e 'OPENSUBTITLES_PASSWORD'='' -e 'AMC_INTERVAL'='1800' -e 'AMC_INPUT_STABLE_TIME'='10' -e 'AMC_ACTION'='test' -e 'AMC_CONFLICT'='auto' -e 'AMC_MATCH_MODE'='opportunistic' -e 'AMC_ARTWORK'='n' -e 'AMC_MUSIC_FORMAT'='{plex}' -e 'AMC_MOVIE_FORMAT'='{plex}' -e 'AMC_SERIES_FORMAT'='{plex}' -e 'AMC_ANIME_FORMAT'='{plex}' -e 'AMC_PROCESS_MUSIC'='y' -e 'AMC_SUBTITLE_LANG'='' -e 'AMC_LANG'='English' -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'UMASK'='000' -e 'APP_NICENESS'='' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -e 'SECURE_CONNECTION'='0' -e 'X11VNC_EXTRA_OPTS'='' -e 'FILEBOT_CUSTOM_OPTIONS'='' -e 'AMC_CUSTOM_OPTIONS'='' -e 'AMC_INPUT_DIR'='/watch' -e 'AMC_OUTPUT_DIR'='/output' -e 'AMC_INSTALL_PKGS'='' -e 'USE_FILEBOT_BETA'='0' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/filebot-icon.png' -p '7813:5800/tcp' -p '7913:5900/tcp' -v '/mnt/user/':'/storage':'rw' -v '/mnt/user/Media/':'/watch':'rw' -v '/mnt/user/Media/':'/output':'rw' -v '/mnt/user/appdata/FileBot':'/config':'rw' 'jlesage/filebot' e92befc3a113589805e73ce76861e281566ab7e0b The command finished successfully! It looks like it's setting rw permissions at the end...still doesn't work, though...hmm...
  14. The paths are just IN the container itself. It's reading, manipulating and writing data back to the array. Can't post that right now as the server decided to crash. Which is a fun, new trick it's learned...
  15. I just got this error... ...and I'm not sure how to fix it. I looked at the folder it mentions and it appears wide open... ...this container has been writing to/from /media/Media for YEARS and, all of a sudden, this. I'm baffled. /media/Media permissions look exactly the same as .../complete/tv... The Docker container is FileBot, which I've used to rename and move files on the server for literally years and it's never had any kind of permissions issue. I just moved a bunch of files from one directory to a new directory (moved my media libraries from /media/Media/downloads/ to /media/Media/data as the trash guide says...trying to get my paths all sorted out so the Arrs are finally happy...) and now FileBot is angry. Anything to look at, any words of wisdom, any help at all is greatly appreciated. Thank you!!
  16. Awesome. Thanks, man!
  17. No experience with Hex. I'll stick with unraid. I'm sure they'll get you sorted. Got my issue sorted, hoping it would fix it and I woke up this morning to a dead server again. Now it's looking like it's hardware related as today I noticed the system health LED on the front flashing red. Yay fun!! lol
  18. They should get you sorted soon. Best of luck!!
  19. Got it sorted, everyone. Anyone else getting a similar error, don't click the "contact support" link in the error...go here and create a ticket. Always been impressed with Lime's support. Fantastic as usual. Thanks, everyone.
  20. I thought I got an automated response but I can't find it...going to submit again.
  21. Absolutely. I did by clicking "contact support" here... Still no response. Should I do it somewhere else, too?
  22. Yea, I already contacted them. Did that last night and mentioned it at the bottom of my original post. Just "thinking out loud" trying to figure out what's going on.
  23. That doesn't make sense then...I bought another license for all my v7 adventures...
  24. Once per year per...login? Like, my experimenting with v7 6 months ago on a totally different machine is why my security cameras, home assistant and TVs haven't worked in ~12 hours now?...
  25. Still don't really get it, but I already contacted them, so hope they reply soon. Thanks.

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.