Athens428

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Athens428

  1. Currently having an issue with discovery in my docker. When i have discovery enabled i get the following error: 2017-10-19 15:39:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.6/asyncio/tasks.py", line 182, in _step result = coro.throw(exc) File "/usr/src/app/homeassistant/components/discovery.py", line 127, in scan_devices results = yield from hass.async_add_job(_discover, netdisco) File "/usr/local/lib/python3.6/asyncio/futures.py", line 332, in __iter__ yield self # This tells Task to wait for completion. File "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup future.result() File "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result raise self._exception File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/app/homeassistant/components/discovery.py", line 153, in _discover netdisco.scan() File "/usr/local/lib/python3.6/site-packages/netdisco/discovery.py", line 54, in scan self.mdns.start() File "/usr/local/lib/python3.6/site-packages/netdisco/mdns.py", line 21, in start self.zeroconf = zeroconf.Zeroconf() File "/usr/local/lib/python3.6/site-packages/zeroconf.py", line 1670, in __init__ socket.inet_aton(_MDNS_ADDR) + socket.inet_aton(i)) OSError: [Errno 105] No buffer space available If I turn off the discovery component the error goes away. Did I miss something in setup? I am running in host mode with privileges on.
  2. If possible try a different server. I was having a very similar issue (with pia) and the solution was pointing at a different vpn server.
  3. The even weirder thing is that on my pc I connect to that server with no issues. Very weird but if the torrent trackers think my isp is in the Netherlands, so much the better heh. If it works don't question it. Thanks again!!!
  4. So I guess it had to do with the url i was using. switching to the Netherlands one I can start with no issues. Thanks for all the help!!
  5. I will do that when i get home from work. I still have to set up remote access to the server. Thank you for your help so far!
  6. Here is the log, 20 mins and still sitting at the waiting line. I did double verify that the user/pass are good. supervisord.log
  7. yeah 192.168.1.0/24 is what i ahve input, i did verify my subnet mask was 255.255.255.0 and therefore should be /24. The log file shows the same last line as before ( [debug] Waiting for valid IP address from tunnel... ) 12 minutes after starting. I will give it a few more minutes just in case then post the log.
  8. I am running it again since it seems to have stopped at some point. Quick question though. For my LAN_Network, my router's address is 192.168.1.1 not .....1.0. Does this make the difference? I also have IP Pooling set up so my assignable IP's start at ...1.50 not from 0 or 1. I have tried both of those options but neither worked, just trying to sort this out. I will post the new log file in a few minutes.
  9. Got it! I attached the file here. Please let me know if this is the wrong spot! Thank you supervisord.log
  10. So I am at a loss setting this up. If anyone could take a look it would be appreciated. I am sure I am missing something easy. here is what was output after editing. I did verify my user and pass were good. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e TZ="America/Chicago" -e HOST_OS="unRAID" -e "VPN_ENABLED"="yes" -e "VPN_USER"="xxxxxxxx" -e "VPN_PASS"="xxxxxxxx" -e "VPN_REMOTE"="us-chicago.privateinternetaccess.com" -e "VPN_PORT"="1198" -e "VPN_PROTOCOL"="udp" -e "VPN_DEVICE_TYPE"="tun" -e "VPN_PROV"="pia" -e "VPN_OPTIONS"="000" -e "STRONG_CERTS"="no" -e "ENABLE_PRIVOXY"="no" -e "LAN_NETWORK"="192.168.1.0/24" -e "NAME_SERVERS"="8.8.8.8,37.235.1.174,8.8.4.4,37.235.1.177" -e "DEBUG"="false" -e "UMASK"="000" -e "PUID"="99" -e "PGID"="100" -p 8112:8112/tcp -p 58846:58846/tcp -p 58946:58946/tcp -p 58946:58946/udp -p 8118:8118/tcp -v "/mnt/cache/download/":"/data":rw -v "/mnt/user/appdata/binhex-delugevpn":"/config":rw binhex/arch-delugevpn