Everything posted by smdion
-
[Support] Linuxserver.io - Sonarr
https://www.linuxserver.io/index.php/migrating-to-linuxserver-io-dockers/ Any thoughts on that as an outside voice?
-
[Support] Linuxserver.io - Sonarr
So we had some discussion about how to handle bring in previous /config data. We are going to work on some documentation for when this happens. Files aren't always in the same place, symlink, etc. Going to make some tips on how to convert to our dockers from others.
-
[Support] Linuxserver.io - Sonarr
That makes sense.. I'll bring that up for discussion!
-
[Support] Linuxserver.io - Sonarr
Hey Bungy Our base image sets chown to abc on /config, then we run all processes as abc so any new file would have the correct ownership. https://github.com/linuxserver/docker-baseimage/blob/master/10_add_user_abc.sh Is everything working how it should? I think the problem is here: chown abc:abc /config It doesn't recurse into the directory. I think it needs the -R flag. When we create the directory it is empty, so there is nothing for it to recurse through. Than all other process are run by user ABC so there would be no reason to re-chown after that. Is something not working on your Sonarr?
-
[Support] Linuxserver.io - Sonarr
Hey Bungy Our base image sets chown to abc on /config, then we run all processes as abc so any new file would have the correct ownership. https://github.com/linuxserver/docker-baseimage/blob/master/10_add_user_abc.sh Is everything working how it should?
-
[Support] Linuxserver.io - Sonarr
I haven't had any issues either until this. What do you mean by a reload? I've tried to install the docker from scratch and it's a no-go at this point. I need to read better. I thought you were going to try deleting and readding the docker, but you did and that failed....
-
[Support] Linuxserver.io - Sonarr
Hey Jim, Thanks for all the clear logs and notes. All of us have been running the Sonarr docker for a while and haven't had any issues. I'm intrigued to see what a reload does for you.
-
[Support] Linuxserver.io - NZBGet
So, this is outside of our control. Our containers automatically update to the newest version and NZBGet has an issue in their software. There is no defect with our NZBGet container. Feel free to use Needo's container which is stuck at an older version until NZBGet fixes their issue. We can't control a listing of bugs for everybody's software. We'd go crazy. hehe
-
[REPO] LinuxServer.io Docker Repo
I'm out of ideas... not a user of Headphones and have no idea how to even begin to TS this.
-
[REPO] LinuxServer.io Docker Repo
Same config file between both?
-
[REPO] LinuxServer.io Docker Repo
ooo look at that fancy-ness
-
Start docker template via command line
Someone can correct me if I'm wrong. But the Community Apps/DockerMan pages scrape the XML for the needed info to get the same "docker run" command. I keep a Simplenote sheet with all my run commands.
-
Compiled Info: unRAID as Guest on ESXi
I'll add a known issues to the bottom. Good idea!
-
[GUIDE] Virtualizing unRAID on Proxmox 3.1
How are you enjoying Proxmox over ESXi?
-
[GUIDE] Virtualizing unRAID on Proxmox 3.1
I vote sticky for this guy as well
-
Compiled Info: unRAID as Guest on ESXi
I already have the 6.0 in there, but I'll add the 5.0 Since they are plugins.. maybe we start a support thread in here? I think they make sense in both places.
-
Compiled Info: unRAID as Guest on ESXi
Copy/Paste fail. Thanks!
-
Compiled Info: unRAID as Guest on ESXi
Compiled ESXi Thread NOTE: Please ask for support in the respective threads. I'm just trying to compile all of the great info that we have into one place. NOTE #2: unRAID is not officially supported on ESXi. Limetech adds support for virtual drivers, but does not actively support it. THREAD Known Issues: ESXI: usb 1-1: reset high-speed USB device number 2 using ehci-pci Different Ways of setting up unRAID on ESXi There are two main different ways to setting up unRAID on ESXi either via PLOP or a VMDK. Please see below for the differences. PCI Passthrough vs Raw Mapped LUNs -------- Please let me know of any info to add to this! [*]Additional Cost
-
ESXi 5.x - pre-built VMDK for unRAID
I know I'm bumping an old thread, but a request to move this to the "unRAID as a Guest" forum.
-
CloudFlare Dyn-DNS Client
I actually left my paid DynDNS service for Cloudflare. Works great with my SSL docker. Only downfall is because they also do cacheing of your content SSH/VPN and stuff doesn't work on the main domain. You have to make a subdomain and not route it through their caching.
-
CloudFlare Dyn-DNS Client
To soon to say I love you?
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Already using your ApachePHP Nice work! The docker fully isn't working, but you can see how I took care of cron here - https://github.com/smdion/docker-containers/tree/master/plexReport
-
Get Fancy with Docker and CPU Pinning
There is an "Advanced View" button in the top right of each container page that will show the repository field.
-
Release: Folding@Home Docker
Is it possible the dpkg installer starts the process after it installs it?
-
Release: Folding@Home Docker
Nice work!