Everything posted by ZataH
-
[Support] Linuxserver.io - Tautulli
I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? docker.zip
-
[Support] Linuxserver.io - Tautulli
Not anymore. It is pulled out atm.
-
[Support] Linuxserver.io - Tautulli
Tried that several times, but will try again Same thing again, all the error are back. Before deletion: drwxrwxrwx 1 nobody users 6 Nov 26 01:11 plexpy/ Permission of appdata: drwxrwxrwx 1 nobody users 290 Nov 26 01:27 appdata/ After redownload: drwxrwxrwx 1 nobody users 6 Nov 26 01:29 plexpy/
-
[Support] Linuxserver.io - Tautulli
Pulling image: linuxserver/plexpy:latest IMAGE ID [latest]: Pulling from linuxserver/plexpy. IMAGE ID [3690ec4760f9]: Already exists. IMAGE ID [7ce0a53af76e]: Pulling fs layer. Downloading 100% of 5 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [332592a9b73e]: Pulling fs layer. Downloading 100% of 458 B. Download complete. Extracting. Pull complete. IMAGE ID [9cba2a8f486d]: Pulling fs layer. Downloading 100% of 34 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [8cebf4d1e0cb]: Pulling fs layer. Downloading 100% of 637 B. Download complete. Extracting. Pull complete. Status: Downloaded newer image for linuxserver/plexpy:latest run -d --name="plexpy" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8185:8181/tcp -v "/mnt/user/appdata/plex/Library/Application Support/Plex Media Server/Logs/":"/logs":ro -v "/mnt/user/appdata/plexpy":"/config":rw linuxserver/plexpy ce46f114875f2b2f0e46da658438ee300275415feeff25167510827a53d9ae53 The command finished successfully!
-
[Support] Linuxserver.io - Tautulli
That's showing there is an error with the git clone on installing the container. For some reason your not hitting the github site. You can check this with docker exec -it plexpy bash ping github.com You should see something like: root@2fd3d812f611:/$ ping github.com PING github.com (192.30.253.113): 56 data bytes 64 bytes from 192.30.253.113: seq=0 ttl=49 time=91.089 ms 64 bytes from 192.30.253.113: seq=1 ttl=49 time=91.194 ms 64 bytes from 192.30.253.113: seq=2 ttl=49 time=92.601 ms 64 bytes from 192.30.253.113: seq=3 ttl=49 time=91.159 ms 64 bytes from 192.30.253.113: seq=4 ttl=49 time=91.153 ms 64 bytes from 192.30.253.113: seq=5 ttl=49 time=91.079 ms 64 bytes from 192.30.253.113: seq=6 ttl=49 time=90.985 ms 64 bytes from 192.30.253.113: seq=7 ttl=49 time=91.448 ms ^C --- github.com ping statistics --- 8 packets transmitted, 8 packets received, 0% packet loss round-trip min/avg/max = 90.985/91.338/92.601 ms Also try running ping github.com directly from your Unraid box. Worth checking your DNS settings on your LAN & Unraid box. Network seems fine root@HOMESRV:~# docker exec -it plexpy bash root@325c6ae9448a:/$ ping github.com PING github.com (192.30.253.112): 56 data bytes 64 bytes from 192.30.253.112: seq=0 ttl=53 time=105.149 ms 64 bytes from 192.30.253.112: seq=1 ttl=53 time=105.096 ms 64 bytes from 192.30.253.112: seq=2 ttl=53 time=107.292 ms 64 bytes from 192.30.253.112: seq=3 ttl=53 time=105.140 ms root@HOMESRV:~# ping github.com PING github.com (192.30.253.113) 56(84) bytes of data. 64 bytes from 192.30.253.113: icmp_seq=1 ttl=54 time=108 ms 64 bytes from 192.30.253.113: icmp_seq=2 ttl=54 time=106 ms 64 bytes from 192.30.253.113: icmp_seq=3 ttl=54 time=105 ms
-
[Support] Linuxserver.io - Tautulli
I had to re-create docker image the other day. When i start it i get these errors: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-install: executing... Cloning into '/opt/plexpy'... error: RPC failed; curl 52 Empty reply from server fatal: The remote end hung up unexpectedly chown: cannot access '/opt/plexpy': No such file or directory [cont-init.d] 30-install: exited 1. [cont-init.d] done. [services.d] starting services [services.d] done. python: can't open file '/opt/plexpy/PlexPy.py': [Errno 2] No such file or directory I tried to remove the folder from appdata, it is now creating the folder, but it is empty Same thing is happening to my sickrage container
-
[Plugin] unbalanced
It's possible I'm misunderstanding what you are trying to accomplish, but it you want to move your appdata share to cache all you have to do is go into the share settings and set cache disk to prefer. Then run the mover. Mover will relocate the appdata share to cache. Ofc Dont know why i didnt think about that. Thanks
-
[Plugin] unbalanced
Not sure if I am using the plugin wrong Lets say I want to move all the appdata to my ssd cache. Is it not posslbe to mark all the from to the 1 target? Right now i have to do jobs for every single drive
-
[Plugin] unbalanced
I have the plugin installed and enabled, but the server says stopped, no matter what i do. What could be wrong?
-
[Support] binhex - rTorrentVPN
I see there is a update for the container, but when i try to update, I get this error: Error: Error while pulling image: Get https://index.docker.io/v1/repositories/binhex/arch-rtorrentvpn/images: x509: failed to load system roots and no roots provided
-
[Support] binhex - rTorrentVPN
Is it possible to block all traffic, in case the vpn goes down?