-
dlmh started following [SOLVED] Rsync between 2 unraid @ 10MB/s? , Connect HDD to Internal USB 3.0 as Cache or Docker Drive , unRAID Server Release 5.0-rc15a Available and 7 others
-
[Support] binhex - DelugeVPN
Thanks, this fixed the issue! Torrents are also uploading, does this mean the incoming port works? Speeds are 300-600 kbps (on popular torrents) which is nothing compared to the 14 MB/s I get using newsgroups. Maybe I'll try PIA for a month and see if speeds improve. Thank you very much! [edit] I'm getting about 7 MB/s with PIA . Too bad about the remaining 4 months @ PureVPN though
-
[Support] binhex - DelugeVPN
http://pastebin.com/b936urz2 Thanks for looking into this.
-
[Support] binhex - DelugeVPN
Yes, this is what I gathered from the error in the log. Is it possible to somehow get some more debugging info? I enabled debug in the settings hoping I would get a more verbose log, but nothing changed. I also tried attaching to the Docker container, but I cannot get a terminal.
-
[Support] binhex - DelugeVPN
Hi! Thanks for this great docker container! It installed correctly and after tweaking the config (and finding the correct credentials for my PureVPN provider) the container starts and I can access the Deluge webui. However, I cannot get Deluge to download torrents. They are stuck at 0% and 0.0 kbps. When I look at the log I find these lines suspect, but don't know how to fix it. 2016-04-30 08:42:03,190 DEBG 'start-script' stderr output: RTNETLINK answers: File exists 2016-04-30 08:42:03,191 DEBG 'start-script' stdout output: Sat Apr 30 08:42:03 2016 ERROR: Linux route add command failed: external program exited with error status: 2 Sat Apr 30 08:42:03 2016 Initialization Sequence Completed 2016-04-30 08:42:03,575 DEBG 'webui-script' stdout output: [info] Starting Deluge webui... Any suggestions?
-
The Enclosure Thread
Guys, I can get a Nexus Edge pretty cheap. It has 9 5.25" bays, but they are tool-less, meaning I will have to attach those sliders to the harddisk bays. Does any one know if that will work? In general, or specific to this case. I got those ridiculously cheap Norco 5-in-3 non-hotswapping bays, which where a pita to mount in my Lian Li PC-A17 case.
-
How-To Wake-On-ARP unRAID (also wake from PCH C-200, Apple, PCs, etc)
Hi Starcat, I'm currently also looking into sleeping my unRAID server and (remotely) waking it up when requested. My server "only" consumes around 50W when idle, but it still allows for a nice energy saving . The problem I ran into was that my Airport Extreme won't allow an incoming packet (from the internet) to be sent to the broadcasting address on the subnet (xxx.xxx.xxx.255), so the Magic Packet can't be broadcasted. This is necessary because the TCP/IP stack in the router will only remember the path to the computer for a short while when it's gone to sleep, so broadcasting is the only way to wake it up after it's lost it's path. The great thing about Snow Leopard is the addition of Wake-on-demand, a feature that must be supported by the router (currently only the Airport Express and Extreme support his). The way it works that there's a special entry in the mDNS responder that says the computer is WoD-compatible. When the router receives a request for the WoD-enabled computer, be it HTTP, VNC, iTunes, AFP, SMB, or whatever, it checks if the computer responds and if not, it will send a magic packet to wake it up. This seems fairly simple, and it is! The guys from Avahi picked this up and are currently working to implement this. This will add an entry to the mDNS responder of the zeroconf service by Avahi and the Airport will pick this up. If you require external access, you only have to port forward the specific ports for that service.
-
Looking for better ideas how how to sleep/suspend my unraid box
This is great, just what I needed! Thanks!
-
Looking for better ideas how how to sleep/suspend my unraid box
The script for automatic sleep works like a charm on my system. Only my Intel Pro 1000 GT (PCI) does not wake up the system, although WOL is enabled. The onboard RTL8169 works on that department, but fails in most others ;-). Know how to switch eth0 with eth1?
-
Looking for better ideas how how to sleep/suspend my unraid box
You should make the script executable: chmod +x [filename] .