arch-delugevpn
arch-delugevpn copied to clipboard
error sending query
So i'm having a weird issue. Haven't changed any settings in about a couple months and i'm getting the following output from my log files
022-03-01 19:32:28.182972 [info] VPN remote port(s) defined as '1195,'
2022-03-01 19:32:28.198391 [info] VPN remote protcol(s) defined as 'udp,'
2022-03-01 19:32:28.215901 [info] VPN_DEVICE_TYPE defined as 'tun0'
2022-03-01 19:32:28.232804 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2022-03-01 19:32:28.249993 [info] LAN_NETWORK defined as '10.0.0.0/24'
2022-03-01 19:32:28.268579 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1'
2022-03-01 19:32:28.288210 [info] VPN_USER defined as 'redacted'
2022-03-01 19:32:28.306941 [info] VPN_PASS defined as 'redacted'
2022-03-01 19:32:28.326023 [info] ENABLE_PRIVOXY defined as 'no'
2022-03-01 19:32:28.345710 [info] VPN_INPUT_PORTS not defined (via -e VPN_INPUT_PORTS), skipping allow for custom incoming ports
2022-03-01 19:32:28.363856 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports
2022-03-01 19:32:28.380818 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2022-03-01 19:32:28.397189 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2022-03-01 19:32:28.413987 [info] Starting Supervisor...
2022-03-01 19:32:29,142 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2022-03-01 19:32:29,142 INFO Set uid to user 0 succeeded
2022-03-01 19:32:29,155 INFO supervisord started with pid 7
2022-03-01 19:32:30,156 INFO spawned: 'shutdown-script' with pid 181
2022-03-01 19:32:30,157 INFO spawned: 'start-script' with pid 182
2022-03-01 19:32:30,158 INFO spawned: 'watchdog-script' with pid 183
2022-03-01 19:32:30,158 INFO reaped unknown pid 8 (exit status 0)
2022-03-01 19:32:30,162 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN
2022-03-01 19:32:30,163 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-03-01 19:32:30,163 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-03-01 19:32:30,163 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-03-01 19:32:30,194 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.222 to /etc/resolv.conf
2022-03-01 19:32:30,196 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf
2022-03-01 19:32:30,198 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf
2022-03-01 19:32:30,199 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf
2022-03-01 19:32:30,201 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.218 to /etc/resolv.conf
2022-03-01 19:32:30,203 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf
2022-03-01 19:32:30,205 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf
2022-03-01 19:32:30,207 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf
2022-03-01 19:34:30,324 DEBG 'start-script' stderr output:
Error: error sending query: Could not send or receive, because of network error
2022-03-01 19:34:30,324 DEBG 'start-script' stderr output:
Error: error sending query: Could not send or receive, because of network error
So i'm not quite sure what's going. I can't access the web-ui either. I had thought it was my pfSense ad blocker but i turned it off and i still have the same problem. My other docker containers seem to be fine, so i'm lost.
Any help?