Jump to content

scottc

Members
  • Posts

    284
  • Joined

  • Last visited

Everything posted by scottc

  1. Hi thanks did that and i can pull the docker image down now. I installed it last night and works fine. However i am getting the update message again this morning. I update it then when i check for updates again it says it needs updating? @naturalcarr are you getting update messages since your reinstall? Yeah I still get it when I mount my array, but that's it, so as long as my server and docker are on and enabled, it's not an issue. Sent from my SM-N910T using Tapatalk I get the same thing. It is fine till I reboot the server or click the check for updates button.
  2. Here is a quick video showing how to get the full version number
  3. I am on 6.2 B21 and Plex docker is running fine for me
  4. I have VPN_REMOTE = nl.privateinternetaccess.com
  5. I use PIA also. Do you have a router that could be blocking the ports?
  6. First thing i would check is go into deluge ( with VPN active ) and in preferences -> network click on "Test Active Port" and make sure that is ok. Every once in a while I have to restart the docker to get it green instead of triangle warning
  7. I am having no issues with seeding with VPN enabled. What VPN provider are you using?
  8. ok thats interesting!, so your running standard unraid yes?, not as a vmware esxi vm or custom build to include drives and firmware for dvb? Yes, Standard unraid
  9. I am on 6.1.8 and have iptable_mangle root@Tower:~# lsmod Module Size Used by xt_CHECKSUM 1071 1 ipt_REJECT 1193 2 nf_reject_ipv4 2203 1 ipt_REJECT ebtable_filter 1671 0 ebtables 14192 1 ebtable_filter kvm_amd 44207 3 kvm 251442 1 kvm_amd vhost_net 7781 1 vhost 12549 1 vhost_net macvtap 9003 1 vhost_net macvlan 11713 1 macvtap iptable_mangle 1376 1 tun 16465 8 vhost_net xt_nat 1665 16 veth 4401 0 ipt_MASQUERADE 981 16 nf_nat_masquerade_ipv4 1649 1 ipt_MASQUERADE iptable_nat 1615 1 nf_conntrack_ipv4 5626 12 nf_nat_ipv4 4111 1 iptable_nat iptable_filter 1280 2 ip_tables 9310 3 iptable_filter,iptable_mangle,iptable_nat nf_nat 9789 3 nf_nat_ipv4,xt_nat,nf_nat_masquerade_ipv4 md_mod 30680 7 it87 23702 0 hwmon_vid 2028 1 it87 fam15h_power 2406 0 k10temp 2684 0 r8169 57464 0 mii 3339 1 r8169 i2c_piix4 7688 0 ahci 24107 6 mpt2sas 148914 6 libahci 18687 1 ahci raid_class 3116 1 mpt2sas scsi_transport_sas 21182 1 mpt2sas acpi_cpufreq 6074 0
  10. I am on the latest version and it is working fine for me
  11. I use linuxserver sonarr docker with binhex delugeVPN docker and it works flawlessly for me Unix IS case sensitive so /Downloads IS NOT THE SAME AS /downloads
  12. Can you confirm you're running the updated version. mcmyadmin has seen a lot of updates and it may be these are not reflected in your container and that is why you aren't seeing any problems. It has been updated in the last 24 hours and again a few days prior to this. If you have a working config at the moment, I wouldn't recommend any updates until this is all sorted out. I just did a quick test with setting up a brand new one and going through all the steps 1st thing i had to do was log into the docker and change the permissions on all the directories/files in the minecraft directory root@tower docker exec -it mcmyadmin2New bash root@5e4cc773f812:/# chown -R abc.users minecraft then you have to edit the /minecraft/Minecraft/eula.txt file root@5e4cc773f812:/# vi /minecraft/Minecraft/eula.txt change eula=false to eula=true then run the following command to change the login password root@5e4cc773f812:/# cd /minecraft root@5e4cc773f812:/# ./MCMA2_Linux_x86_64 -setpass SOMEPASSWORDHERE -configonly then restart the docker and give it time to build the minecraft server .jar's Scott
  13. I am running this docker and am not having any problems at all. I dont think it is an issue with the docker, but more something localized to your system
  14. Could someone with the full log issue do the following commands in shell and post the output du -sm /var/log/* du -sm /var/log/sa/* might help track down what in the sa directory is using all the space
  15. Look inside the /var/log/sa folder and see what files are in there. I use the system stats addon and have increased my /var/log to 256m in the go file and i am only using 10%
  16. right now plex pass and public versions are the same
  17. I would try posting in the Plex forums, I think it is probably a compatibility issue with the latest versions more than a docker issue.
  18. Just checking, Are you sure it is still needed for theme music? there has not been an update to the plugin since Jul 9, 2014 and it is probably not compatible with the latest versions of plex and could be why it is getting removed. Just a thought.
  19. If you have indexing enabled, that will take up a HUGE amount of space as it makes "snapshots" of the video that show ( on certain devices ) when you FF or RW the video.
  20. There should probably be a docker that lets you choose which to install, non-plexpass version OR plexpass version
  21. Yah, Needo's code is pulling from somewhere else, if you try to get it directly from plex.tv, you will need to provide plexpass details to get the download
  22. You cant download the plexpass version without logging in NO LOGIN DETAILS root@Tower:~# curl -sL https://plex.tv/downloads | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p' https://downloads.plex.tv/plex-media-server/0.9.12.3.1173-937aac3/plexmediaserver_0.9.12.3.1173-937aac3_amd64.deb PLEXPASS CHANNEL WITHOUT LOGIN DETAILS root@Tower:~# curl -sL https://plex.tv/downloads?channel=plexpass | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p' https://downloads.plex.tv/plex-media-server/0.9.12.3.1173-937aac3/plexmediaserver_0.9.12.3.1173-937aac3_amd64.deb WITH LOGIN DETAILS root@Tower:~# curl -sL -u zzzzzzzzz:z3zzzzzzzz https://plex.tv/downloads?channel=plexpass | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p' https://downloads.plex.tv/plex-media-server/0.9.12.4.1192-9azzzzz1/plexmediaserver_0.9.12.4.1192-9azzzzz1_amd64.deb from a scripting standpoint you can not download the plexpass version without login details
  23. With your plex docker, it says it will install the latest plexpass version but how is it doing that without logging in? in the install.sh file you have this line finding the download url PLEX_URL=$(curl -sL https://plex.tv/downloads | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p') without logging in on the site you are only going to get the normal download not the plexpass version if i run the above url i will get root@Tower: # curl -sL https://plex.tv/downloads | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p' https://downloads.plex.tv/plex-media-server/0.9.12.3.1173-937aac3/plexmediaserver_0.9.12.3.1173-937aac3_amd64.deb root@Tower: # and the plexpass current version is https://downloads.plex.tv/plex-media-server/0.9.12.4.1192-9zzzzzzz/plexmediaserver_0.9.12.4.1192-9zzzzzzz_amd64.deb ( changed a url a bit ) What you need to do is set 2 variables for plexpass username / password and then change the PLEX_URL= function to something like this PLEX_URL=$(curl -sL -u $PLEXPASSUSERNAME:$PLEXPASSPASSWORD https://plex.tv/downloads?channel=plexpass | sed -nr 's#.*href="(.+?/plexmediaserver_.+?_amd64\.deb)".*#\1#p') Just a heads up
  24. Nope, i still get the same issue, can not connect to Elasticsearch. Not sure what is different
  25. it's all working here. just did a fresh from start install and no problems. Let me try with a fresh setup and see what i get
×
×
  • Create New...