Everything posted by CHBMB
-
[Support] Linuxserver.io - Sonarr
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
-
[Support] Linuxserver.io - Jellyfin
@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.
-
[Support] Linuxserver.io - Dokuwiki
@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.
-
[Support] Linuxserver.io - DuckDNS
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.
-
[Support] Linuxserver.io - Sickgear
I dunno, I get confused.....
-
[Support] Linuxserver.io - Jellyfin
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.....
-
[Support] Linuxserver.io - Sonarr
@Addy Change /config to point to /mnt/cache/appdata/sonarr (if you have a cache disk) @Chrism2015 I'll assume the same advice for you, but you haven't posted enough information to say for sure.
-
[Support] Linuxserver.io - Jellyfin
Have you edited the go file, with the modprobe line and rebooted your machine?
-
[Support] Linuxserver.io - Ubooquity
Docker run command please
-
[Support] Linuxserver.io - Jellyfin
Docker run command please
-
[Support] Linuxserver.io - Plex Media Server
@cdevlin For the second time. Docker FAQ and post docker run command and logs https://forums.unraid.net/topic/57181-real-docker-faq/#comment-564345
-
[Support] Linuxserver.io - ddclient
@ZooMass use=web, web=dynamicdns.park-your-domain.com/getip protocol=namecheap server=dynamicdns.park-your-domain.com login=yourdomain.com password=your dynamic dns password @,www
-
[Support] Linuxserver.io - Plex Media Server
@cdevlin @uaeproz @drsparks68 Docker FAQ Post run command and logs otherwise everything is speculation.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You need hairpin NAT enabled. Probably better off asking support avenues for USG unless someone here knows and can answer.
-
[Support] Linuxserver.io - OpenVPN AS
Bridge vs host settings are available on Unraid there's a switch in each template. Unraids docker implementation is nothing special. Documentation applies regardless.
-
How to unzip and zip bzroot
Here's how to uncompress/compress bzroot ##Extract microcode dd if=$D/unraid/bzroot bs=512 count=$(cpio -ivt -H newc < $D/unraid/bzroot 2>&1 > /dev/null | awk '{print $1}') of=$D/unraid/bzmicrocode ##Unpack dd if=$D/unraid/bzroot bs=512 skip=$(cpio -ivt -H newc < $D/unraid/bzroot 2>&1 > /dev/null | awk '{print $1}') | xzcat | cpio -i -d -H newc --no-absolute-filenames ##Prepend microcode and Compress cp $D/unraid/bzmicrocode $D/$VERSION/nvidia/bzroot find . | cpio -o -H newc | xz --format=lzma >> $D/$VERSION/nvidia/bzroot
-
How to unzip and zip bzroot
The DVB source scripts are here. https://github.com/linuxserver/Unraid-DVB The Nvidia source scripts we deliberately are keeping closed as we're a tiny bit scared of Nvidia and the possibility of people using them to circumvent certain Nvidia restrictions.
-
[Support] Linuxserver.io - diskover
Look, lets just leave this conversation. It's going nowhere. The info was there, you missed it. We can't spoon feed every bit of information. It's on the diskover site here. https://github.com/shirosaidev/diskover#requirements and it's on our template. If you miss the information, that's on you, there's a limit to how much we can do. I had never used this before either, but I managed to set it up without any issues based on the documentation that was available, as I hadn't been involved in the dev of either diskover or the container. We're not installing Windows .exe files here, we do our best to lower the bar, but by definition, you're running a server, some applications are more complex to use than others and more complicated to install than others, the only place we get this sort of complaint from is the Unraid forums which, ironically, is the place where installing stuff is the easiest. The problem really boiled down to the piece of info you missed, and you incorrectly assumed that it was an issue with the container being at fault. Whether you choose to install this again or not, I don't much care, but at least take some responsibility for your own error rather than moaning that we didn't make it easy enough for you.
-
[Support] Linuxserver.io - Deluge
The arch is easy on Unraid it's always going to be amd64 arm32v7 and arm64v8 are for 32 bit and 64 bit ARM systems, which Unraid doesn't run. Think SBCs like Raspberry Pi, Odroid etc.....
-
[Support] Linuxserver.io - diskover
It looks like this is probably due to Elasticsearch then. As an aside, it's a good illustration of what info we need to help. Docker is immutable, the container I run is the same as the container you run. The ONLY way we have of testing that is if you provide your docker run command (and logs can be helpful). Anything else is mostly noise. This is why I have Docker Run command link in my signature.
-
[Support] Linuxserver.io - Deluge
Why did you use 146? It's seven months old. 5b398f77-ls22 would be the last pre v2 release. To fix your missing torrents I guess it would be restore from a backup.
-
[Support] Linuxserver.io - Deluge
@CorneliousJD Pull an older tagged release. https://hub.docker.com/r/linuxserver/deluge/tags
-
[Support] Linuxserver.io - diskover
I cannot replicate any of the behaviour your describing so completely at a loss of what to tell you. It doesn't need removing. Working as far as I can tell. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Sounds like a hairpin NAT / NAT reflection issue to me Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
External Devices plugin Sent from my Mi A1 using Tapatalk