ponack

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by ponack

  1. This mirrors what I awoke to as well. I tried to do a mongodb repair in accordance with UniFi's help article but the processes keeps restarting with a new pid, so the lock never releases.
  2. in my quest to improve performance i have already done this for you, im not using apache but nginx, so have used the recommended module "nginx x-accel-redirect", so at the moment thats about as good as its going to get. Perfect, so I changed this in my .ENV file in the docker directory. STREAMING_METHOD=php to: STREAMING_METHOD=x-accel-redirect And it's working beautiful. Thank you!
  3. Binhex, I've noticed when streaming from Koel on mobile networks it doesn't always do too hot. Some looking into it showed me this: Streaming Music Koel supports three streaming methods which can be configured via a STREAMING_METHOD setting in .env file: php: Use native PHP readfile(). This is the default method, and the slowest and most unstable one. Only use this method if you can’t others. x-sendfile: Use Apache’s mod_xsendfile module. You’ll need to install and configure the module manually. A sample configuration is as following: LoadModule xsendfile_module libexec/apache2/mod_xsendfile.so <IfModule mod_xsendfile.c> XSendFile on XSendFilePath /var/www/koel </IfModule> x-accel-redirect: Use nginx’s X-Accel module. Refer to nginx.conf.example for a sample nginx configuration file. Note: STREAMING_METHOD doesn't have effects if you're serving songs from Amazon S3. Source - https://github.com/phanan/koel/wiki If possible I was wondering if you could include the Apache mod_xsendfile module? Or set it up for the x-accel-redirect method? It's currently set to php which is the least recommended one. Thank you!
  4. That's an improvement - now the logs shows this: 2016-08-08 06:37:13,182 DEBG 'start-script' stdout output: [crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting... Whoops, I should have added that you'll need to add the env variable VPN_PROTOCOL=udp (for PIA, it may be tcp for other providers) Perfect! Working like a charm now, thanks Bungy!
  5. That's an improvement - now the logs shows this: 2016-08-08 06:37:13,182 DEBG 'start-script' stdout output: [crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting...
  6. /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="nzbgetvpn" --net="bridge" --privileged="true" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "VPN_USER"="p0902491" -e "VPN_PASS"="password" -e "VPN_REMOTE"="us-east.privateinternetaccess.com" -e "VPN_PORT"="1194" -e "VPN_PROV"="pia" -e "LAN_NETWORK"="192.168.100.0/24" -p 6789:6789/tcp -v "/mnt/cache/Cache/appdata/nzbgetvpndata":"/data":rw -v "/mnt/cache/Cache/appdata/nzbgetvpn":"/config":rw -v "/etc/localtime":"/etc/localtime":ro -v "/mnt/cache/Cache/appdata/couchdata":"/cpdata":rw -v "/mnt/cache/Cache/appdata/nzbdls":"/nzbdls":rw -v "/mnt/cache/Cache/appdata/comicdls":"/comicdls":rw -v "/mnt/cache/Cache/appdata/musicdls":"/musicdls":rw jshridha/docker-nzbgetvpn
  7. Thanks for this, however after updating my docker won't seem to start and no message listed in the log.
  8. Indeed! Bungy are you able to do this? Thanks, and so far I have been loving the NZBGETVPN Docker you've provided. I put a bit of time into it, but didn't get very far. I ran into a self-signed cert issue, and I ran out of time to work on it. I'm a bit swamped with work at the moment, so I can't quite do this right now, but maybe over the weekend. I want to switch to binhex's baseimage and use his awesome openvpn setup, but I'll have to postpone until things calm down a bit. Totally understand, and I'll look forward to when you can. Thank you sir!
  9. Indeed! Bungy are you able to do this? Thanks, and so far I have been loving the NZBGETVPN Docker you've provided.
  10. pducharme, I just notice this while trying to install your Unifi Docker: docker: layers from manifest don't match image configuration. Any thoughts on how to resolve this? Thank you!
  11. this should now be fixed (untested, im not a plex pass user), please pull down the latest image and let me know if it fixes the issue. Thanks Binhex, so far it's working for me. I'm a bit confused however due to all the containers I use from you since updating to the latest beta are showing "update ready" - even after updating.
  12. Looks like there's a new release - 0.9.16.6.1993
  13. untested, but here is how i would probably approach this:- 1. create screenshots of plex webui and how you have it configured for media, paths etc 2. download plexpass, configure same as plex EXCEPT /config which should point at a new folder 3. run plexpass edition to generate files/folders 4. configure plexpass to point at same media folders (see screenshots) 5. stop plexpass docker 6. stop plex docker 7. copy media and metadata folders from config for plex to plexpass 8. start plexpass edition and cross your fingers :-) Finally got around to doing this. It worked, except all the watched and unwatched data reset. Other than that this seemed to work fine. Thanks!
  14. I've been running the binhex-plex docker for quite some time, but I see now you have a plexpass version - what would be the correct way to switch to plexpass?
  15. Pducharme, thank you for these dockers. I'm curious though if you have one available with the latest beta of UniFi Video? It fixes an issue with SSL Weak Cipher Strength in browsers. Thanks again!
  16. So far RC4 has been pretty rock solid for me. I'm taking upgrading my motherboard\CPU\RAM shortly simply to take more advantage than I already am of the Virtualization\Docker options - I just have to say, nice work guys, the hard work really shows!
  17. Hello and thank you for creating a Docker for this, so far I've been enjoying it. I'm curious if you would be able to upgrade it to 1.7.0 however as I see it offers some great features. Thank you again!
  18. If anyone has a moment, I've been fighting with this all week and I'm not quite sure what I'm doing wrong. I get the following each time I try to create a new Docker Container: Pulling image: needo/plex STATUS: Pulling repository needo/plex IMAGE ID: dea06daf3dc4 STATUS: Pulling image (latest) from needo/plex STATUS: Pulling image (latest) from needo/plex, endpoint: https://registry-1.docker.io/v1/ STATUS: Pulling dependent layers IMAGE ID: 511136ea3c5a STATUS: Pulling metadata STATUS: Pulling fs layer STATUS: Downloading 36% of 1MB STATUS: Download complete IMAGE ID: b18d0a2076a1 STATUS: Pulling metadata STATUS: Pulling fs layer TOTAL DATA PULLED: 1 MB Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (Connection refused) in /usr/local/emhttp/plugins/dockerMan/dockerClient.php on line 450 Couldn't create socket: [111] Connection refused Command:root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="bridge" --privileged="true" -e TZ="America/New_York" -p 32400:32400/tcp -v "/mnt/user/appdata/plexmediaserver/":"/config":rw -v "/mnt/user/Movies/":"/movies":rw -v "/mnt/user/TV/":"/tv":rw needo/plex 2014/10/30 20:22:11 Cannot connect to the Docker daemon. Is 'docker -d' running on this host? The command failed. Prior to this error, it shows docker as running fine, then after it shows it as stopped. Any guidance would be greatly appreciated. Thank you!
  19. Needo, first and foremost, I love how simple you've made these Docker packages, and how open you've been about them, I feel as though I've learned more about Docker just from reading your posts, than I have in reading any others. So thank you very much for this. However I have a question regarding SABNZBD and SickBeard - how would one get to the autoProcessTV.cfg file to configure it? I'm trying to get SAB and Sickbeard working in unison but have had some trouble with this part. Pardon me if this is a frequent question, I searched but no luck.
  20. Wow, thank you for that, I didn't even think to look at beta 8's post to find that. It's up and working now, looking forward to trying out the Docker system. Thanks again Squid!
  21. Hello, I was previously on Unraid 6b6, just upgraded to 6b9 to check out Docker. When I try to start it however, I get the following in my log file: /etc/rc.d/rc.docker start /var/lib/docker is not a mountpoint Not starting Docker: no image file defined Additionally when I look at the Docker settings, I see the following path: /mnt/disk1/docker.img However when I browse to that location, no docker.img file exists - and in the settings this path is greyed out and will not allow me to edit it. Any guidance would be appreciated, not sure if this is an issue or something I did wrong maybe? Thank you.
  22. Alright, not a false one this time, the Plex media server plexpass version is at 9.9.11 in AUR now. Thanks in advance!
  23. still shows at .10 here https://aur.archlinux.org/packages/plexmediaserver-plexpass Whoops, my bad, sorry! I checked the plex versions, not the AUR...
  24. Plex media server for Plex pass new version request for the repo, up to 0.9.9.11 Thanks!