LaserAllan

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by LaserAllan

  1. Hello there binhex, FIrst of all I wanna say thank you for putting with the no ends to the suport thread you have here. I have been a user of this container 2-3 years. Yet I have had some very problematic issues, rtorrent seems to time out all the time for me now. I have about 1500 torrents inside it. The only thing that the log can show me is: [error] 1862#1862: *1061 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.7, server: localhost, request: "POST /RPC2 HTTP/1.1", upstream: "scgi://127.0.0.1:5000", host: "rtorrent:9080" Please, what can I do to solve this?, it is getting to the point where if it continues I am goign to have to find another solution. Also speeds are down quite allot when using the container but i guess that can be because of other factors. If you have any suggesitons please let me know. I forgot to add that unpack hasn't been working for the past few days. I can't find any logs of this anywhere. Another thing iave not been able to get to work is ratio rules An example follows below Why aren't the torrents removed?, since i can find no logs of this anywhere i am really out of luck. In case you are wondering about my hardware i am running EXi 6.5, ubuntu 1604 and running docker inside that VM. I have 32 cores 64 gigs of ram running on top of enterprise SSDs so the system shouldn't time out after a single delete or 10 for that amtter. What am i missing here?
  2. Those are the voilumes inside the container Let me know if i am doing something obviously wrong
  3. Hi, Firstr of all I wanna thank you binhex for a very good job, I have however I have run into some issues that I cannot solve. I can't get the automove to work no matter what I do. I have tried this numerous time without luck. In this case I have a folder named "Anime" inside completed. Is there a setting i am missing?
  4. Hey binhex! Have you ever seen something like "passkey not found" Seems to be an issue with some trackers and I have done some tcpdumping and it seems like the announce url is beeing changed by the VPN or the client, not sure which. anyway if youve heard of a smiliar issue lemme know.
  5. Hey there, thanks for all the good work you have done. I am still having issues with somekind of permissions, not sure what yet since the RWX seems to be correct on the config and data volumes.
  6. I am all up for that. Btw I am still having this issue when connecting to the webui: 2016/07/13 18:08:24 [crit] 751#751: *351 open() "/var/lib/nginx/fastcgi/1/01/0000000011" failed (13: Permission denied) while reading upstream, client: 192.168.1.123, server: localhost, request: "GET /php/getplugins.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:7777", host: "192.168.1.215:9080", referrer: "http://192.168.1.215:9080/" I will post the supervisord, if i go into the folder where the config is poined which in this case on the host system is /mnt/c root has these privileges there: drwxrwxr-x 17 root root 21 Jul 13 17:08 a drwxrwxr-x 7 root root 4096 Jul 10 16:12 c Anyway, thanks for an awesome container. Also, is there anyway to change the password for the webui? http://pastebin.com/0fBJirhw The supervisord.log
  7. If i am running this on a dockerhost, can't i just change the port with I do docker run and change it to 1198? Ok, I can confirm that when I pulled the latest docker image, it for some won't let me connect to the UI of the client outside the host. So I had to do localhost:9080, any idea of what might be causing this becuase I seem to have rwx as root on the host system. here is how the permissions looks: drwxrwxr-x 17 root root 21 Jul 8 19:53 a drwxrwxr-x 7 root root 4096 Jul 10 16:12 c a beeing the volume that has the /data and c beeing the volume that has the /config inside it.
  8. How do I check that? Just login through SSH and then login as root and go to the folders and just "ls al"? I guess i should say this becuase I don't think i have. The way i have it setup is FreeNAS has an NFS share active that I then mount on the host thar run the docker container. But the config folder is on the host system that runs the container. While data is the NFS share from the NAS.
  9. Ok, it seems like it found 9 supervisord.log files, not sure which one I should look so I will have to look in all of them and paste it here. Could you just give me a sample path that i can use?, becuase I guess I can use any path on the docker container drive? binhex: http://pastebin.com/5dvmZKUD here is the Supervisor.log file, I grabbed the entries from today. Thanks allot for your hard work btw. ok so you will DEF need a /config volume defined (see docker hub examples if your stuck) this is where all the configuration files for the apps are stored, once you have added this to the docker run command see how you get on, if your still having issues then please post the latest supervisord.log file. http://pastebin.com/7CVXJN6Q So I had to do a full system reinstall due to some hardware failures last night and I decided to go from Linuxmint to Ubuntu Server 1604 LTS and see if it's made any difference. So far I had to move the "tracklabels" plugin into the rutorrent folder for the trackers to appear in the left in the client. But....when I start the container and then head over to log into the interface it for at least 2-3 times gives me the "permission denied" error. In the client this results in it not loading anything. I can give you a screenshot of that as well if needed. But let's say after a couple of refreshes it works for some reason. Anyway, thanks again for this awesome container. When it works, its really damn good. I couldn't be happier.
  10. Ok, it seems like it found 9 supervisord.log files, not sure which one I should look so I will have to look in all of them and paste it here. Could you just give me a sample path that i can use?, becuase I guess I can use any path on the docker container drive? binhex: http://pastebin.com/5dvmZKUD here is the Supervisor.log file, I grabbed the entries from today. Thanks allot for your hard work btw.
  11. there should be a -v config= path\ where the docker configuration file are kept Myk So I should add that then? It's worked so far apart from that i dont have the tracker labels on the left and now that it for some reason doesn't accept any connections. Here's a link on the pastebin of the information i can find in the logs when i start the container: http://pastebin.com/ADF4VWEj Anyway, I am not sure what path to specify for the config files then. Would be helpful to know ehre the supervisor log is.
  12. Where can i find the supervisord.log file? Docker run command is as follows: docker run -d \ --cap-add=NET_ADMIN \ -p 9080:9080 \ -p 9443:9443 \ -p 8118:8118 \ --name=torr \ -v /mnt/a:/data \ -e VPN_ENABLED=yes \ -e VPN_USER=myusername \ -e VPN_PASS=mypassword \ -e VPN_REMOTE=nl.privateinternetaccess.com \ -e VPN_PORT=1194 \ -e VPN_PROTOCOL=udp \ -e VPN_PROV=pia \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.1.0/24 \ -e DEBUG=false \ -e PHP_TZ=UTC \ -e PUID=0 \ -e PGID=0 \ binhex/arch-rtorrentvpn
  13. Hey there, first of all i wanna thank you allot for all the hard work you've done here. But for some weird reason I've run into some problems I am not sure how to solve. First of all, when I did a restart of the host system that runs the docker I get this error when i try to launch the container: 2016/07/07 12:11:20 [crit] 804#804: *111 open() "/var/lib/nginx/fastcgi/7/00/0000000007" failed (13: Permission denied) while reading upstream, client: 192.168.1.123, server: localhost, request: "GET /php/getplugins.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:7777", host: "192.168.1.215:9080", referrer: "http://192.168.1.215:9080/" I can't seem to be able to access the webui from another computer than the localhost from the actual machine who runs the container. It used to work though but not anymore. Any idea how i should fix this? Anyway, thanks allot for the work your doing Awesome! Oh, and I also seem to not have the "Tracker" plugin on the left bar.