Everything posted by IamSpartacus
-
[Support] binhex - DelugeVPN
I'm not using UnRAID for this. Both servers are running Ubuntu Server 16.04. I will try and delete the container image though off the new server and see if that helps as I've yet to try that.
-
[Support] binhex - DelugeVPN
I've tried both ways. I've tried setting up a fresh docker with an empty config folder. Then I tried (with the dockers stopped) rsyncing the config data from my working docker over to the new one. Each time I've tried I'm doing a 'rm -r /docker/containers/delugevpn' to be sure there are no remnants. No dice.
-
[Support] binhex - DelugeVPN
Got it. Thanks for the quick reply. EDIT: I just created the docker with 1198 and I'm still getting the same error.
-
[Support] binhex - DelugeVPN
Wrong port, it should be 1198 not 1194 Sent from my SM-G900F using Tapatalk Did that changed recently?
-
[Support] binhex - DelugeVPN
I have DelugeVPN working great on one of my Ubuntu 16.04 Servers but I've tried to setup a new docker on a different server and no go. I'm getting the following errors in the logs: 2016-09-07 19:26:59,982 DEBG 'start-script' stdout output: Wed Sep 7 19:26:59 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] Wed Sep 7 19:26:59 2016 OpenSSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Wed Sep 7 19:26:59 2016 TLS_ERROR: BIO read tls_read_plaintext error Wed Sep 7 19:26:59 2016 TLS Error: TLS object -> incoming plaintext read error Wed Sep 7 19:26:59 2016 TLS Error: TLS handshake failed Docker looks like this: docker create \ --cap-add=NET_ADMIN \ -p 8112:8112 \ -p 8118:8118 \ --name=delugevpn \ -v /storage/downloads:/data \ -v /docker/containers/delugevpn/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=<username> \ -e VPN_PASS=<password> \ -e VPN_REMOTE=us-east.privateinternetaccess.com \ -e VPN_PORT=1194 \ -e VPN_PROTOCOL=udp \ -e VPN_PROV=pia \ -e STRONG_CERTS=no \ -e ENABLE_PRIVOXY=no \ -e LAN_NETWORK=10.0.10.0/24 \ -e DEBUG=false \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-delugevpn Any thoughts? I've even tried rsyncing the config over from my working docker but that's a no go either. It appears the old docker used a ca.crt where as the new docker is using a ca.rsa.2048.crt (same goes for the .pem file).
-
Open VM Tools for unRAID 6
Ditto. Updated for 6.2-RC2 As always... You are the man Zeron! Sent from my Nexus 5X using Tapatalk
-
Open VM Tools for unRAID 6
Ditto.
-
Preclear plugin
Under \\<Server>\flash\preclear_reports\ I have no preclear reports in there from the 3 cycles I just ran on my new Seagate 8TB drive. The latest ones I have are from 02-19-2016. EDIT: Don't mind my slowness this morning...I was looking at the wrong server .
-
Preclear plugin
Where do the preclear reports output to with the new beta plugin? Can't seem to find them.
-
Preclear plugin
Correct, the beta plugin is stand-alone. Thanks Johnnie that clears everything up. Quick question on the preclear script settings. If running multiple cycles on a disk, what's the best/fastest setting with regard the skip pre/post read options?
-
Preclear plugin
Running 6.2b23 and I keep getting the device busy error. I've installed the beta plugin as well as edited preclear_disk.sh with the following command: sed -i -e "s/print \$8 /print \$9 /" -e "s/sfdisk -R /blockdev --rereadpt /" preclear_disk.sh What am I missing?
-
[Support] binhex - DelugeVPN
I'm seeing the following in my logs every 5 minutes: 2016-06-02 11:18:06,632 DEBG 'deluge-script' stdout output: [info] Sleeping for 5 mins before rechecking listen interface and port (port checking is for PIA only) 2016-06-02 11:19:11,176 DEBG 'webui-script' stderr output: [ERROR ] 11:19:11 auth:329 Login failed (ClientIP 172.17.0.1) 2016-06-02 11:20:41,298 DEBG 'webui-script' stderr output: [ERROR ] 11:20:41 auth:329 Login failed (ClientIP 172.17.0.1) 2016-06-02 11:22:11,768 DEBG 'webui-script' stderr output: [ERROR ] 11:22:11 auth:329 Login failed (ClientIP 172.17.0.1) 2016-06-02 11:23:06,644 DEBG 'deluge-script' stdout output: [info] Deluge listening interface IP 10.162.1.6 and VPN provider IP 10.162.1.6 match 2016-06-02 11:23:06,665 DEBG 'deluge-script' stderr output: Error: Invalid port specification: 2016-06-02 11:23:06,666 DEBG 'deluge-script' stdout output: [info] Deluge incoming port closed 2016-06-02 11:23:07,014 DEBG 'deluge-script' stdout output: [info] Reconfiguring for VPN provider port [info] Setting listening interface for Deluge... 2016-06-02 11:23:07,495 DEBG 'deluge-script' stdout output: Setting listen_interface to 10.162.1.6.. Configuration value successfully updated. 2016-06-02 11:23:07,540 DEBG 'deluge-script' stdout output: [info] Setting incoming port for Deluge... 2016-06-02 11:23:08,011 DEBG 'deluge-script' stdout output: Setting random_port to False.. Configuration value successfully updated. 2016-06-02 11:23:08,500 DEBG 'deluge-script' stderr output: [ERROR ] 11:23:08 main:347 malformed expression (,) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/console/main.py", line 344, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 102, in handle return self._set_config(*args, **options) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 136, in _set_config val = simple_eval(options["set"][1] + " " .join(args)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 85, in simple_eval res = atom(src.next, src.next()) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 54, in atom out.append(atom(next, token)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 77, in atom raise SyntaxError("malformed expression (%s)" % token[1]) SyntaxError: malformed expression (,) 2016-06-02 11:23:08,501 DEBG 'deluge-script' stdout output: malformed expression (,) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/console/main.py", line 344, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 102, in handle return self._set_config(*args, **options) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 136, in _set_config val = simple_eval(options["set"][1] + " " .join(args)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 85, in simple_eval res = atom(src.next, src.next()) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 54, in atom out.append(atom(next, token)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 77, in atom raise SyntaxError("malformed expression (%s)" % token[1]) SyntaxError: malformed expression (,) 2016-06-02 11:23:08,546 DEBG 'deluge-script' stdout output: [info] Sleeping for 5 mins before rechecking listen interface and port (port checking is for PIA only) 2016-06-02 11:23:41,493 DEBG 'webui-script' stderr output: [ERROR ] 11:23:41 auth:329 Login failed (ClientIP 172.17.0.1) I've removed and re-created the docker using the following options but no change: docker run -d \ --cap-add=NET_ADMIN \ -p 8112:8112 \ -p 8118:8118 \ --name=delugevpn \ -v /storage/downloads:/data \ -v /docker/containers/delugevpn/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=<VPN_USERNAME> \ -e VPN_PASS=<VPN_PASSWORD> \ -e VPN_REMOTE=us-east.privateinternetaccess.com \ -e VPN_PORT=1194 \ -e VPN_PROTOCOL=udp \ -e VPN_PROV=pia \ -e ENABLE_PRIVOXY=no \ -e LAN_NETWORK=10.0.10.0/24 \ -e DEBUG=false \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-delugevpn
-
Open VM Tools for unRAID 6
Any chance this will be updated for 6.2? Doesn't appear to be compatible with the latest beta at this time.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
iperf3. You can always use the tab key from the CLI to fill in command or file names. And tab again to get a list of matches. Ahhh. Thanks for the tip.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
How does one call iperf from the CLI once the plugin is installed and iperf is turned on in the Nerd Tools settings?
-
[Plugin] IPMI for unRAID 6.1+
I think there's just something I missed in checking for local ipmi. There's a long timeout for freeipmi. Go to the command line and try ps aux | grep ipmi and ps aux | grep php. Killall ipmi and killall php Then setup networking. Already removed the plugin manually from the flash drive to get my system back online. But thanks.
-
[Plugin] IPMI for unRAID 6.1+
Ok so my system definitely doesn't like that plugin. Even after a reboot my WebGui is non responsive. Had to remove the plugin manually from the flash drive to get my system back online.
-
[Plugin] IPMI for unRAID 6.1+
Ahhh I see. Well thanks for that but unfortunately installing the new plugin has now locked up my UnRAID WebGUI and it's inaccessible. Going to have to reboot it looks like .
-
[Plugin] IPMI for unRAID 6.1+
This is all I see under IPMI Tool
-
[Plugin] IPMI for unRAID 6.1+
You should be able to show any temp or fan that's available through ipmi in the footer of the webgui. You just have to set up ip, username and password to the ipmi interface then select the sensors you want shown. Make sure you're using the ipmi.plg from the original post. Where in the WebGUI would I go to select the sensors I want shown? I have the IPMI tool setup and it's reading the sensors as shown in the IPMI Tool page but when I go to system temp there are no sensors listed as options.
-
[Plugin] IPMI for unRAID 6.1+
Is there anyway to have the System Temp display the IPMI sensored CPU temp instead of coretemp's temp? Since my UnRAID server is in a VM I can't use Coretemp because it doesn't read the system info properly but remote IPMI does.
-
[Support] binhex - DelugeVPN
I re-installed this docker for the first time in months. Is there anything needed to be configured in the /config files in order to login to the webui on first run? I've tried deluge as the password but it won't take it.