CHBMB

Community Developer
  • Posts

    10620
  • Joined

  • Days Won

    51

Everything posted by CHBMB

  1. You could try this script I wrote. https://forums.unraid.net/topic/46194-plugin-linuxserverio-unraid-dvb/?do=findComment&comment=741713
  2. I have no idea what you mean by Unraid DVB | LinuxServer.io Have you actually downloaded one of the DVB builds? Or read the instructions?
  3. Have you actually downloaded a DVB build, rebooted your machine and confirmed that your device is found?
  4. @limetech Sorry Tom, can I get a quick sanity check to just ensure I'm still using the right OOT drivers for this. At the minute I've got Intel 10GB IXGBE v5.5.5 & Tehuti v0.3.6.17.1 Would you mind just confirming if that's the case or not.
  5. If you want to prove the issue is routing just go to https://unraid-ip-address:host-letsencrypt-port-for-443 Sent from my Mi A1 using Tapatalk
  6. It's open source, feel free to make a PR. Sent from my Mi A1 using Tapatalk
  7. Personally if I were you I'd concentrate on finding a solution yourself, everybody tends to have different router hardware and that's why we can't suggest any fixes. Sent from my Mi A1 using Tapatalk
  8. NAT Reflection/Hairpin NAT Nothing to do with the container. That problem is always an issue with your LAN setup.
  9. Dunno, guess Lidarr is scanning your drives. Look for some setting that might change that in Lidarr. Not really a docker issue I suspect.
  10. It should just work, but just bear in mind we don't support the preview branch at all. Backup before you do anything else. Sent from my Mi A1 using Tapatalk
  11. From my recollection, I'm not sure Binhex's version has the necessary components to transcode. I may be wrong. Sent from my Mi A1 using Tapatalk
  12. That sounds promising, a clean install and so far so good. Sent from my Mi A1 using Tapatalk
  13. One thing that does stand out, it seems that everyone is changing their disks and restoring old databases, I'm curious if starting with a fresh database would fix this. The reason I say this, is historically only people who use /mnt/user/ have ever been affected by this issue. This still seems to be the case, but for whatever reason, the issue seems to be affecting more people now, but it doesn't seem to be affecting anyone new who was already using /mnt/cache/ or /mnt/disk1/ but those that have changed from /mnt/user/ to /mnt/cache/ it doesn't seem to resolve it, so I think we need to find out if this is still the case with a fresh install. I know that's a bit of a PITA, but it's a question worth asking. My other thought, is I don't think it's entirely fair to dump this solely at LimeTech's feet, yes they are the distro maintainer, but that doesn't necessarily mean that every issue is their fault. This could be a weird quirk of a particular hardware combo, as it's never been possible to isolate why this has affected some, but not all, users. Let's keep the drama down, do some troubleshooting and try and isolate the issue. Sent from my Mi A1 using Tapatalk
  14. PUID & PGID are something that has to be implemented in the Docker container at build time, there's no easy answer unless you want to make your own container. Probably the easiest solution is to download everything to a single folder. (presumedly to the output folder) and chown it. So assume you've mapped /output to /mnt/cache/downloads/mediathekview chown -R 99:100 /mnt/cache/downloads/mediathekview or chown -R nobody:users /mnt/cache/downloads/mediathekview Both are equivalent as nobody = 99 and users = 100
  15. @li60240 Sorry, this one is my fault, we had a lot of testing and code reviewing recently, I thought this had been tested with Intel and it hadn't, @TheLamer and @aptalca have isolated the issue and @TheLamer has pushed a fix. Update the container and all should be working.
  16. @RawrSpace Look at the unraid nvidia thread. Full instructions there.
  17. @t33j4y @jthacker48 Glad you're pleased. Just a quick note, if you manage to get this successfully reverse proxied using a subfolder method, can you post the config here please? I managed to get subdomain working but subfolder nearly had me throwing my laptop out the window.
  18. Wrong thread, and even if it was the right thread, you need to post more information. Read the docs carefully, they're their for a reason.
  19. Thanks..... It's nice to hear this sort of comment once in a while.
  20. What CPU are you using? Had it working with any other containers? @saarg You have an Intel CPU right? I'm in the dark here.....