dukiethecorgi

Members
  • Posts

    107
  • Joined

  • Last visited

Everything posted by dukiethecorgi

  1. I'm trying to configure this to block access by country. I came across instructions on using GeoIP module on Ubuntu, but not being very conversant with linux I'm having trouble getting this to work. Running nginx -V shows " --with-http_geoip_module=dynamic" so it's compiled with the right module, but it doesnt seem to have geoip-database and libgeoip1 installed. Any way to get this working, or do these modules need to be part of the letsencrypt container?
  2. Hey all- Got a new 4tb disk to replace an aging 2tb drive in the array. Haven't replaced a disk yet, I'm unsure about the best way to proceed. Is it recommended to use the unBalance plugin to move the data off the disk before proceeding? Or just swap it and let it use the parity disk to rebuild? If I go that route, I assume I should manually start a parity check just before replacement? Also, I'm not sure I understand purpose of the preclear plugin - do I need to preclear the disk before installing? It's a brand new disk, never used. I appreciate any guidance you can offer
  3. The other possible solution is to look at your client, and see WHY it's transcoding. Right now it looks like your client is reporting to the server that it can't handle direct play
  4. Just wanted to update, after upgrading to 6.3.3, I have not had any issues with call traces and out of memory.
  5. Try different combinations of settings in your .ovpn config file. PIA allows udp on ports 53, 1194, 1197, 1198, 8080 and 9201. tcp on 80, 110,443, 501, and 502. I've found a huge difference in throughput between the different combinations. Also disable ipv6 if you can, that made a big difference. I was able to get VPN speed of about 90% of direct speed
  6. Good to know, I couldn't get it to install but will try again via the GTK I found that it does make a difference, after tweaking a bit I was able to get downloads at 85% of my line speed
  7. Would it be possible in a future release to have the ITConfig plugin installed?
  8. http://forum.deluge-torrent.org/viewtopic.php?t=14635 It sort of worked for me - the torrents were all there, but I needed to do a force recheck for them to reattach properly
  9. Take a look at the ombi log, and see if you have a lot of events that contain "ProviderID". If so, stop the container, go to Plex and under Server settings delete any Ombi tokens, start the container and the go to Ombi settings and request a new token
  10. Do these H310 Perc adapters work with drives >4tb?
  11. I'm not sure I understand. I use an up script on OpenVPN to query PIA for the port number, and then push that to Deluge. Using this docker, is it no longer necessary to do that?
  12. Let me apologize in advance for the moronic questions, but I'm an absolute beginner when it comes to linux/dockers/etc .... I telnet into unRAID, and use 'docker exec -it letsencrypt /bin/bash' to get to the command line. When I try testing by 'sendmail [email protected] < /tmp/testmail.txt' I get the response 'can't connect to remote host (127.0.0.1): Connection refused' which I am guessing means that sendmail isn't configured. I look in /etc and I can't find anything - no mail or sendmail folder, no sendmail.conf, nothing at all. Using find to search the entire image, I still don't see anything. I'm completely lost, what am I doing wrong? Appreciative of any advice you could give.
  13. Great container, replaces a VM I had running that had the same functions, but took a lot more resources. In the VM I had running, I used sSMTP to send fail2ban emails. Would it be possible to add this in a future release? Or is there already a way of sending email in the container?
  14. That's certainly worth a try. The docker containers are trivial to recreate. I'll report back in a few days.
  15. Thanks RobJ Changed the mover to once a day, removed some plugins, stopped caching files, and only use the cache drive for docker storage After all that, it still grinds to a stop after every 3-4 days. I'm seriously considering pulling all the data off and switching to another OS, this system just isn't usable as it exists. Is there any progress to finding the root cause of this problem? The forum has quite a few posts by people that are seeing call traces and unresponsive GUI, surely I'm not the only one seeing this problem. Could I roll back to an earlier version that doesn't have this issue?
  16. First, rebooting the server seemed to fix the problem for the time being. I did disable the cache dirs plugin, which did have a noticeable effect on CPU usage, not so much on memory. Just prior to this happening, I added quite a few large (>12GB) video files to the server. I noticed the cache disk nearly filled. Mover is set to run every couple of hours, so perhaps the mover had issues with the big files. I'm also reconsidering caching my media share, since those files are mostly read and rarely write I appreciate the responses
  17. rebooting made everything work fine again, but I'm really curious why I had all those errors. Can someone take a look and explain what was happening?
  18. Serving up files Ok, but web interface is very slow. Logs show call traces and out of memory. Suggestions? Reboot and hope for the best? Logs attached tower-diagnostics-20170308-2237.zip
  19. I'm having a lot of trouble getting certain containers to work. I have unRAID on one machine, and Plex and Deluge on different machines. When I try to install containers like PlexPy, it asks for the location of the Plex log files. On the Plex machine, I shared the log folder, and on unRAID I created a SMB share for that location. I install the container, and point the location of the log files to the SMB share I created. This doesn't work, as the PlexPy docker log is filled with I/O errors. If I change the log file location to a dummy location on the unRAID server, the container does start up properly. How can I use containers when the data they need is located outside of the unRAID server? Do I need to reconfigure all my other programs to use shares on unRAID instead of local locations for this to work?
  20. I'm using a FX-8320E @ 4.5ghz in a stand alone Plex server and it can do 3-4 1080 transcodes, so you should be fine
  21. Sorry, should have been more clear - it can transcode 3-4 streams, as long as they're .264 not HEVC
  22. I like Deluge myself, but it has issues handling a lot (>400) of torrents. The interface gets a bit sluggish, which I could live with, but the real problem is that communication with apps like Sonarr and Radarr becomes unreliable. Rtorrent has been rock solid for me
  23. I do something similar in a windows network. I'm re-encoding some things in HEVC, so I'm using my Solidworks workstation at night. I wrote a powershell script that: Looks in a source folder and subfolders and makes a list of files Compares it to the destination folder and subfolder to create a list of files to be converted Passes each filename to Handbrake CLI along with the encode parameters. Output is set to the destination folder Checks to be sure there is at least one hour before 'work time' starts Continues to the next file Really not much to it. When you get a Handbrake docker installed I can't see why you can't do the same in bash
  24. That's really strange, because my plex server uses a $150 cpu/mb bundle I picked up at Microcenter, and can easily handle 3-4 streams. Or is the Win 10 client you mentioned virtualized?