Everything posted by wreave
-
Dynamix - V6 Plugins
I've noticed some weirdness where the Stats plugin shows impossible spikes on my Bonded (2x1Gb) Ethernet connection (attached image). Is this something that has been discussed? Searches on the forum were a little messy and I wasn't able to find much useful information. Thanks!
-
[Support] binhex - DelugeVPN
Wrong port, change 1194 to 1198 Sent from my SM-G900F using Tapatalk Not sure how that happened but that was it. Thanks!
-
[Support] binhex - DelugeVPN
Hello, After the upgrade to unraid 6.2 it had me update my Docker image. Now the OpenVPN part of the Docker seems to be failing to start. I've included the logs below. [info] Starting OpenVPN... 2016-09-16 02:21:13,719 DEBG 'start-script' stdout output: Fri Sep 16 02:21:13 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016 2016-09-16 02:21:13,719 DEBG 'start-script' stdout output: Fri Sep 16 02:21:13 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09 2016-09-16 02:21:13,719 DEBG 'start-script' stdout output: Fri Sep 16 02:21:13 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-09-16 02:21:13,753 DEBG 'start-script' stdout output: Fri Sep 16 02:21:13 2016 UDPv4 link local: [undef] 2016-09-16 02:21:13,753 DEBG 'start-script' stdout output: Fri Sep 16 02:21:13 2016 UDPv4 link remote: [AF_INET]46.166.188.240:1194 2016-09-16 02:21:14,146 DEBG 'start-script' stdout output: Fri Sep 16 02:21:14 2016 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: C=US, ST=OH, L=Columbus, O=Private Internet Access, CN=Private Internet Access CA, [email protected] 2016-09-16 02:21:14,146 DEBG 'start-script' stdout output: Fri Sep 16 02:21:14 2016 OpenSSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Fri Sep 16 02:21:14 2016 TLS_ERROR: BIO read tls_read_plaintext error Fri Sep 16 02:21:14 2016 TLS Error: TLS object -> incoming plaintext read error Fri Sep 16 02:21:14 2016 TLS Error: TLS handshake failed Fri Sep 16 02:21:14 2016 SIGUSR1[soft,tls-error] received, process restarting
-
[Support] Linuxserver.io - Plex Media Server
Looks like hardlinks cannot be made for a directory anyways user@server:/mnt/cache/appdata/plex/Library# ln '/mnt/disk1/plex_metadata/Application Support' '/mnt/cache/appdata/plex/Library/Application Support' ln: ‘/mnt/disk1/plex_metadata/Application Support’: hard link not allowed for directory
-
[Support] Linuxserver.io - Plex Media Server
Why not just change the /config mapping to point to some folder on the array? Of course you'd need to move it all there too. I have considered that but I would like to keep the core software on the SSD if possible. what version of unRaid. Symlink (and more to the point hardlink) support on user shares isn't supported on 6.1.x and only works on 6.2RC3+ It should work however by using a disk share Also, the core software is stored within the docker.img file, not within appdata Still on 6.1.x Maybe it is just easier to install it on a share off the cache then. Thanks for the info You'll have to use a disk share, not a user share. IE: set /config to be something like /mnt/disk1/appdata/Plex and not /mnt/user/appdata/Plex. Plex makes very extensive use of hardlinks which are incompatible with /mnt/user/... on 6.1.x Okay I might give that a try! But be aware that performance of the app as a whole (and transcoding in particular) is going to go downhill with appdata sitting on the array. If you really make extensive use of Plex, your best solution is to either turn off thumbnail generation (which will save huge amounts of storage space, but you'll probably have to start the db over again from scratch to get rid of the existing thumbnails) or a larger cache drive. Thanks for the heads up. I think I'll copy/pasta for now and see how it performs with the symlink and then I can roll back if needed.
-
[Support] Linuxserver.io - Plex Media Server
Why not just change the /config mapping to point to some folder on the array? Of course you'd need to move it all there too. I have considered that but I would like to keep the core software on the SSD if possible. what version of unRaid. Symlink (and more to the point hardlink) support on user shares isn't supported on 6.1.x and only works on 6.2RC3+ It should work however by using a disk share Also, the core software is stored within the docker.img file, not within appdata Still on 6.1.x Maybe it is just easier to install it on a share off the cache then. Thanks for the info You'll have to use a disk share, not a user share. IE: set /config to be something like /mnt/disk1/appdata/Plex and not /mnt/user/appdata/Plex. Plex makes very extensive use of hardlinks which are incompatible with /mnt/user/... on 6.1.x Okay I might give that a try!
-
[Support] Linuxserver.io - Plex Media Server
Why not just change the /config mapping to point to some folder on the array? Of course you'd need to move it all there too. I have considered that but I would like to keep the core software on the SSD if possible. what version of unRaid. Symlink (and more to the point hardlink) support on user shares isn't supported on 6.1.x and only works on 6.2RC3+ It should work however by using a disk share Also, the core software is stored within the docker.img file, not within appdata Still on 6.1.x Maybe it is just easier to install it on a share off the cache then. Thanks for the info
-
[Support] Linuxserver.io - Plex Media Server
Why not just change the /config mapping to point to some folder on the array? Of course you'd need to move it all there too. I have considered that but I would like to keep the core software on the SSD if possible.
-
[Support] Linuxserver.io - Plex Media Server
Hello, I am trying to configure a symlink for my plex meta data since it is taking up a large portion of my cache drive. However it appears when i configure the symlink and start plex i get the following error: WARNING COULDN'T CREATE /config/Library/Application Support, MAKE SURE I HAVE PERMISSON TO DO THAT! In the above example I made a symlink for the Application Support folder. I have made sure to give the symlink the same privileges as the original Application Support. I then tested making a symlink to just the Plex Media Sever folder but get the following on an endless loop: Starting Plex Media Server. 6 3000 /config/Library/Application Support unlimited Starting Plex Media Server. 6 3000 /config/Library/Application Support unlimited Are symlinks supported with this Docker? Is there a better way for me to have my Plex metadata stored on the array and not the cache? Thanks in advance for any help that can be provided.
-
[Support] binhex - DelugeVPN
ive now tweaked delugevpn to include a umask of 000 to match the "deluge" container, please pull down the latest image and give it a whirl, keep in mind this will not retrospectively modify permissions, its only for new stuff from now on, if you want to modify existing files/folders then you will need to ssh in and set this manually, if you need help with this then let me know and i will list out the commands. Confirmed everything is working! Thank you very much, this will save me having to chmod the files
-
[Support] binhex - DelugeVPN
Hello again, I am running into another issue here. It appears the VPN Deluge Docker writes files with more restricted permissions than the normal Deluge Docker (both from the binhex repository of course). The VPN Docker doesn't seem to be providing write privileges to the file. Below is a copy and paste showing this: DelugeVPN: -rw-r--r-- 1 nobody users 365893079 May 18 07:35 Dragon\ Ball\ Super\ -\ 043v2\ -\ Goku\ Can't\ Control\ his\ Ki!\ A\ Struggle\ to\ Look\ After\ Pan\ [DragonTeam][0BFBC657].mkv Deluge: -rw-rw-rw- 1 nobody users 414745001 May 18 07:45 Dragon\ Ball\ Super\ -\ 042v2\ -\ A\ Turbulent\ Victory\ Celebration\ -\ Facing\ off\ at\ Last\ Monaka\ VS\ Son\ Goku\ [DragonTeam][b48AFE7A].mkv Am I missing something that is causing this? I only changed the same settings on both Deluge clients leaving the rest default. Thanks again for any insight and help.
-
[Support] binhex - DelugeVPN
Ya could be, however I installed it through the repro this time and it had all the settings and everything is working as expected. Thanks for the help! Greatly appriciated.
-
[Support] binhex - DelugeVPN
My log 100% contains my VPN username and password right near the top and yours doesn't even seem to make a mention of VPN anywhere in the log you posted. Here is what my log looks like: http://pastebin.com/B8cLidFk Having to enter the environmental variables manually is not the expected behavior, they should all be there and just need the values filled in. Are those the only environmental variables you have? If so you are missing some important ones. Based on what your log has in it I would say that these missing environmental variables are causing the VPN component of this docker to never be started in the first place which is why you are seeing your public ip address using the ip checking torrent file. The environmental variables you should have are: VPN_ENABLED yes VPN_USER UsernameHere VPN_PASS PasswordHere VPN_REMOTE nl.privateinternetaccess.com (this is the default one but can be changed to any PIA endpoint that supports port forwarding) VPN_PROTOCOL udp VPN_PROV pia ENABLE_PRIVOXY no (if you want to use privoxy you can, I choose not to) LAN_NETWORK 192.168.10.0/24 (this should be what you have based on what your IP scheme is) DEBUG false PUID 99 PGID 100 Out of curiosity did you get this docker template directly through binhex's repository or did you get it through the CommunityApplications plugin? CommunityApplications, let me work on adding it through the repro as that must be the issue. Glad I mentioned the bit about adding variables.
-
[Support] binhex - DelugeVPN
Can you post your container log file and your environmental variable settings so I can make sure everything is set correctly? Also post your servers local IP and subnet so I can make sure the LAN_NETWORK variable is set correctly. Be sure to remove the VPN credentials from the container log and environment variables before posting. Where do I grab the container log? I am familiar with getting into the Docker containers I just want to make sure I grab the correct file. There are probably easier ways than this but this is the only way I have ever done it. On the docker container page turn on advanced view and find the delugevpn container id (mine is 6a153b1d55b1). In the terminal navigate to /var/lib/docker/containers and find the directory that matches the container id you found (the folder names will be longer than the container name but they should still be unique, in my case mine was: 6a153b1d55b172fd951a6c5c0c524c9737a67609bfd72e44e44a4d561e531521). In that folder there should be a LongContainerIDString-json.log file. Copy that over to somewhere that you can access from the machine you are posting from and attach it or if it won't fit pastebin it. Remember that the docker does print your VPN credentials in plain text so be sure to remove those first (they should be somewhere near the top). EDIT: Alternatively if you just started the container you should be able to get the full log from the web GUI by clicking the log icon all the way to the right of the container entry on the docker tab and copy pasting the contents of it. My container has been running for a while so my startup log info is long gone. Below is the pastebin for the log (note that there were no VPN username or password in this log so that is probably bad) http://pastebin.com/waVAbz3J My server IP is 192.168.10.10 and the subnet is 255.255.255.0. I have attached my environment variables with the user and pass missing. (Additionally I had to manually enter all these variables, I assume that is expected based on the wording in the initial post of this thread)
-
[Support] binhex - DelugeVPN
Can you post your container log file and your environmental variable settings so I can make sure everything is set correctly? Also post your servers local IP and subnet so I can make sure the LAN_NETWORK variable is set correctly. Be sure to remove the VPN credentials from the container log and environment variables before posting. Where do I grab the container log? I am familiar with getting into the Docker containers I just want to make sure I grab the correct file.
-
[Support] binhex - DelugeVPN
I'm having some issues with the PIA portion of this Docker. I added in the 4 variables as specified but using the test torrent it shows my normal public IP. Is there a way to check for errors? I don't see anything in the logs you get from clicking on the Docker in unRaid. I was using the version of this Docker that had flexget and it worked with the PIA credentials but wanted to move to this one since I do not need flexget and it was writing files with limited permissions. edit: the other Docker I was using http://lime-technology.com/forum/index.php?topic=48629.0 Any help is appreciated.