Jump to content

IamSpartacus

Members
  • Posts

    802
  • Joined

  • Last visited

Everything posted by IamSpartacus

  1. That I know. The problem is I don't know the subsequent settings to run after docker run/create as I don't have docker running/configured on UnRAID in order to determine them using the GUI as you've demonstrated.
  2. 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.
  3. I have given up on trying to fix the keyboard problems. No matter what I have tried, it's not getting better. Is there a github page for this docker with the list of docker create commands for those looking to install it outside of UnRAID? Here's the dockerfile, there's no readme, but you can figure it out by looking at the dockerfile and by reading the docker run command when you run it on Unraid, here's an example of the docker run command on Unraid albeit from a different container. I have given up on trying to fix the keyboard problems. No matter what I have tried, it's not getting better. Is there a github page for this docker with the list of docker create commands for those looking to install it outside of UnRAID? Here's the dockerfile, there's no readme, but you can figure it out by looking at the dockerfile and by reading the docker run command when you run it on Unraid, here's an example of the docker run command on Unraid albeit from a different container. Sorry Spartacus! I missed your post somehow. CHBMB saved the day... I'm not running docker on UnRAID so any chance someone could show me the docker create output when creating this container in UnRAID?
  4. 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.
  5. Got it. Thanks for the quick reply. EDIT: I just created the docker with 1198 and I'm still getting the same error.
  6. Wrong port, it should be 1198 not 1194 Sent from my SM-G900F using Tapatalk Did that changed recently?
  7. 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).
  8. Ditto. Updated for 6.2-RC2 As always... You are the man Zeron! Sent from my Nexus 5X using Tapatalk
  9. Hi, i just upgraded my test server from 6.1.9 to 6.2RC1 and this issue is back again no changes on test server hardware/host software.. and looks like workaround with second USB/UPS on USB is still working. I upgraded my backup server from 6.2b23 to 6.2RC1 last night and I haven't gotten any USB reset errors. Will probably give it a few more days before I upgrade my main. Running ESXi 6.0 U2.
  10. 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 .
  11. Where do the preclear reports output to with the new beta plugin? Can't seem to find them.
  12. 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?
  13. 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?
  14. 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
  15. Any chance this will be updated for 6.2? Doesn't appear to be compatible with the latest beta at this time.
  16. I have given up on trying to fix the keyboard problems. No matter what I have tried, it's not getting better. Is there a github page for this docker with the list of docker create commands for those looking to install it outside of UnRAID?
  17. 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.
  18. How does one call iperf from the CLI once the plugin is installed and iperf is turned on in the Nerd Tools settings?
  19. 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.
  20. 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.
  21. 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 .
  22. 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.
  23. 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.
×
×
  • Create New...