LumberJackGeek

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by LumberJackGeek

  1. Hey my Plex was running just fine for a few days, I was watching a TV show, then when it went to the next TV show it wouldn't connect. I restarted and I haven't been able to get it since. Here's the log: Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2019-06-22 14:09:36.317454 [info] System information Linux Dataserver2 4.19.41-Unraid #1 SMP Wed May 8 14:23:25 PDT 2019 x86_64 GNU/Linux 2019-06-22 14:09:36.352690 [info] PUID defined as '99' 2019-06-22 14:09:36.391451 [info] PGID defined as '100' 2019-06-22 14:09:37.293855 [info] UMASK defined as '000' 2019-06-22 14:09:37.330049 [info] Permissions already set for volume mappings 2019-06-22 14:09:37.365713 [info] TRANS_DIR defined as '/config/transcode' 2019-06-22 14:09:37.402208 [info] Starting Supervisor... 2019-06-22 14:09:37,650 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing 2019-06-22 14:09:37,650 INFO Set uid to user 0 succeeded 2019-06-22 14:09:37,653 INFO supervisord started with pid 6 2019-06-22 14:09:38,657 INFO spawned: 'plexmediaserver' with pid 47 2019-06-22 14:09:38,657 INFO reaped unknown pid 7 2019-06-22 14:09:38,828 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23026837312120 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stdout)> 2019-06-22 14:09:38,828 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23026837389384 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stderr)> 2019-06-22 14:09:38,828 INFO exited: plexmediaserver (exit status 255; not expected) 2019-06-22 14:09:38,828 DEBG received SIGCHLD indicating a child quit 2019-06-22 14:09:39,831 INFO spawned: 'plexmediaserver' with pid 52 2019-06-22 14:09:40,115 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23026837253704 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stdout)> 2019-06-22 14:09:40,115 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23026837390280 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stderr)> 2019-06-22 14:09:40,115 INFO exited: plexmediaserver (exit status 255; not expected) 2019-06-22 14:09:40,115 DEBG received SIGCHLD indicating a child quit 2019-06-22 14:09:42,119 INFO spawned: 'plexmediaserver' with pid 57 2019-06-22 14:09:42,385 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23026837389384 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stdout)> 2019-06-22 14:09:42,385 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23026837312288 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stderr)> 2019-06-22 14:09:42,385 INFO exited: plexmediaserver (exit status 255; not expected) 2019-06-22 14:09:42,385 DEBG received SIGCHLD indicating a child quit 2019-06-22 14:09:45,391 INFO spawned: 'plexmediaserver' with pid 62 2019-06-22 14:09:45,658 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23026837389552 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stdout)> 2019-06-22 14:09:45,658 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23026837390336 for <Subprocess at 23026837312232 with name plexmediaserver in state STARTING> (stderr)> 2019-06-22 14:09:45,658 INFO exited: plexmediaserver (exit status 255; not expected) 2019-06-22 14:09:45,659 DEBG received SIGCHLD indicating a child quit 2019-06-22 14:09:46,660 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly Here are my settings: And here is the command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-plexpass' --net='host' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'TRANS_DIR'='/config/transcode' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/':'/media':'rw' -v '/mnt/user/Media/Movies':'/Movies/':'rw' -v '/mnt/user/Media/TV Shows':'/TV Shows/':'rw' -v '/mnt/user/Media/Music':'/Music/':'rw' -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw' 'binhex/arch-plexpass' 96c0c216355dedaed1c10782643d6c17709de24562a69681a48d371a61320c8f The command finished successfully! Thanks for any help in advance!
  2. Sonarr: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='sonarr' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '8989:8989/tcp' -v '/dev/rtc':'/dev/rtc':'ro' -v '/mnt/user/Media/TV Shows/':'/tv':'rw' -v '/mnt/user/Media/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/sonarr':'/config':'rw' 'lsiodev/sonarr-preview' 7b2b94ff1a8d58acc97f9045a37114c188ec64b01f307e0a5cb8b28be4a7b388 The command finished successfully! Radarr: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='radarr' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/Media/downloads/':'/downloads':'rw' -v '/mnt/user/Media/Movies/':'/movies':'rw' -v '/mnt/user/appdata/radarr':'/config':'rw' 'linuxserver/radarr:nightly' a25ca29b29d8064203a7fbf60e5c2b4abd0211e66d80626d9c1dae89a95c7bc5 The command finished successfully! Deluge: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='REDACTED' -e 'VPN_PASS'='REDACTED' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='no' -e 'ENABLE_PRIVOXY'='yes' -e 'LAN_NETWORK'='192.168.86.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/Media/downloads':'/Downloads':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' 'binhex/arch-delugevpn' 9890c5679cecec254b76062b1562a6272ae0d4ae6e852d8d3b59be1a8d519193 The command finished successfully!
  3. Thanks for the reply! I think I have it all changed, but it looks like Sonarr and Radarr are both still looking at Downloads instead of downloads? Deluge: Sonarr:
  4. I see a lot of people have posted about this, there's even a FAQ, and I think I have it configured correctly, however I am still failing to import? Radarr: Deluge: Deluge: "Import failed, path does not exist or is not accessible by Radarr: /Downloads/Complete/[Movie Folder Name] I must be missing something because I get the same error for Sonarr. Thanks for any help you all can provide!
  5. Alright well I didn't change anything, but it just suddenly started working??
  6. Old, but did you ever figure this out? Trying to migrate myself..
  7. Just tried it, I get the VPN IP when proxied, my public IP when un-proxied.
  8. Rebooted DelugeVPN, still nothing An error occured while updating this indexer An error occurred while sending the request.: The server returned an invalid or unrecognized response.
  9. Still not working, restarted both delugevpn and jackett. Should I have privoxy on?
  10. Updated, restarted container, still no worky
  11. Oh no, I put the actual IP address in here, didn't see the point of putting it in here
  12. Well now I rebooted the system and it seems like it's working again. But as soon as I add the deluge/vpn container as the proxy it fails? http://internalurl:8118/ ^That's the proxy URL I am using, and I used default config for the deluge/vpn container. Am I doing something wrong?
  13. I tried to use your deluge VPN as a proxy, but no dice, so i cleared out the proxy field and it still didn't work
  14. Hi, Thanks for this container, however half of the indexers I add I get the following message: "An error occurred while sending the request.: The server returned an invalid or unrecognized response." This works perfect on my Windows machine however. Any ideas?
  15. Thanks! Do I need to put in my VPN username/password into the username/password field in Jackett, or just leave it blank?
  16. So I would just set the Deluge container as the proxy? Completely new to the whole "docker" concept.
  17. @jonathanm could you point me to directions on how to do this? I have binhex's Deluge with VPN working, and I am looking at this option, but yes it does tie up another connection. How can I configure a regular "Jackett" container to use the OpenVPN connection in the Deluge container?
  18. Thanks, that mostly might work except for the fact that I am running RAID10, so I won't be able to just "free 1 drive", I have to free all 15TB's of space before I can do anything. Virtualization Windows on unRAID might work. I just wish I could play with unRAID before making the leap.
  19. No my current RAID setup is a software RAID using Windows Storage Spaces. Copying the data over to a "network" would mean standing up another machine, which is what I am trying to avoid by doing VM.
  20. Right, and I thought had a solution with Proraid, but then I was told unRAID has problems with that. It seems there's no good, easy way to migrate to unRAID, how is this something that has been so easily overlooked? If you are building a platform you want folks to migrate to, there should be an easy, simple way to do that.
  21. The fact that it's 2019 and that's the best solution to unRAID's data migration problem, shows a very big, glaring problem for unRAID.