tc60045

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by tc60045

  1. It was a case study in hubris to take on so many moving pieces without properly doing research spikes in advance to see if the underlying technologies (like 9pfs) were stable enough for enterprise use. And for this to happen on their 2nd attempt at that 10th version.
  2. My bad and my apologies to unRAID (and let me tell you, after the cluster**** of another file server software's 2nd attempt at version 10, I need to learn more about unRAID). That worked -- thank you very much, CHBMB. And I was also able to return to linux server/plex:latest after that fix. All is happy now. I will make it a point to find the proper forum, though I was pointed here by something on a linuxserver page...
  3. Long-time, stable linuxserver/plex:latest user. Never a problem. I saw in PMS that an upgrade was available. I make a habit on all my docker containers of running an upgrade script like so: - docker stop plex - docker rm plex - docker pull linuxserver/plex:latest - docker create plex (-e version=latest, which will have been just pulled) - docker start plex - docker logs -f plex Process works like a champ across the dozen+ linuxserver.io containers I use (and contribute to -- yes, I love you guys and contributed $; feel free to look me up) Ran this script today and I got thousands of lines of "Starting Plex Media Server." repeating. Last entry from the PMS logs is ERROR - Error: Unable to set up server: bind: Cannot assign requested address (N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE) I downgraded to a lower version by changing my docker process script and adding this to the docker create. -e VERSION=no plex version numbers allowed It seemed to work, downgrading the installation. though it did throw an error in there (/var/lib/dpkg/info/plexmediaserver.prerm: stop: not found). This was the output before the repeating "Starting Plex Media Server." lines... block removed due to included version numbers Any recommendations on what to try? I'm dead in the water and sadly don't have a recent ZFS snapshot of plex configs. Thank you! TC
  4. Bungy, appreciate the work you've done in combining peanut butter and chocolate here. I'm close, but just hitting a slight wall.. Q1: I've set up a container using PIA and nzbget won't start. Using debug, output is all golden until the end: 2017-03-06 11:13:20,839 DEBG 'nzbget' stdout output: [info] nzbget daemon not running, marking as first run 2017-03-06 11:13:21,857 DEBG 'nzbget' stdout output: [info] All checks complete, starting nzbget... It just hangs there. Any suggestions? I've copied a fully-working nzbget.conf file over from my prior, vpn-free container, to no avail. Q2: the PIA config on docker hub gets rid of port 6789 and adds mysterious ports 8112 and 8118 -- what are those ports? I see that in 'start-script' that iptables are added to accommodate 6789.... More info, please? Additional Comment: I suspect script kiddies are going to trip on VPN-DEVICE_TYPE=<tun|tap> in the PIA config and not realize they have to edit that line and choose one. Furthermore, they won't know which to choose. Not that I would know this from my own tripping.... Thanks much!