Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get pass OpenVPN-AS EULA page #11

Open
mohsh86 opened this issue Sep 28, 2024 · 6 comments
Open

Can't get pass OpenVPN-AS EULA page #11

mohsh86 opened this issue Sep 28, 2024 · 6 comments

Comments

@mohsh86
Copy link

mohsh86 commented Sep 28, 2024

Running docker image in Synology NAS. Initial setup went fine.

When navigating to admin page however, I am presented with EULA and an "Agree" button.

no matter how much I click "Agree", the page refresh back to EULA
Chrome debug looks fine

image
image

@novaflash
Copy link

That means that something in the environment is missing and Access Server backend cannot function correctly without it. So the web interface may be up but it's unable to function correctly and then it gets stuck at the first screen where it actually really needs to do something.

You could open a command prompt to the Docker instance and go through the log file at /var/log/openvpnas.log to see if there are errors there. What I'm kind of suspecting here is that there will be errors related to iptables-restore and such not being able to load because the host doesn't offer that. And Access Server does really need that. If whatever errors are reported in that log file are resolved, the web interface should then function normally.

Since log files can contain sensitive data you may instead want to open a support ticket at https://support.openvpn.net/ as you can securely share log file data there, instead of posting it here on github in public.

For Synology there is also the alternative to run Access Server as a virtual machine on a Linux OS like Ubuntu 24.04 LTS or such using 'Virtual Machine Manager'. That's a little bit heavier than Docker but has the advantage of being a full OS so it should come with everything necessary to run Access Server, whereas the OS in Synology might be lacking something important that Access Server really needs.

@mohsh86
Copy link
Author

mohsh86 commented Sep 28, 2024

I am running OpenVPN within the Synology Suite "VPN Server". But I wanted to create another OpenVPN instance to be over SSL/TLS in order to avoid DPI in workplace firewalls.

below are snippets from the docker log with all sensitive information removed

<style> </style>

content

2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/fa-light-300.woff2 HTTP/1.1" 200 157064 "https:///admin/all.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/poppins-v9-latin-regular.woff2 HTTP/1.1" 200 7968 "https:///admin/load-fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/logo.png HTTP/1.1" 200 18660 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/common.js HTTP/1.1" 200 846 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/dataTables.bootstrap4.min.js HTTP/1.1" 200 2070 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/jquery.dataTables.js HTTP/1.1" 200 445793 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/tooltips.js HTTP/1.1" 200 7699 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap-select.min.js HTTP/1.1" 200 52249 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap-toggle.min.js HTTP/1.1" 200 4129 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap.min.js HTTP/1.1" 200 60174 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/popper.min.js HTTP/1.1" 200 19033 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/jquery.min.js HTTP/1.1" 200 89501 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/saveAs.js HTTP/1.1" 200 2612 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/wufoo.js HTTP/1.1" 200 10854 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/open-vpn-logo.png HTTP/1.1" 200 1750 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/qrcode.js HTTP/1.1" 200 13006 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/load-fonts.css HTTP/1.1" 200 1353 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/verge.css HTTP/1.1" 200 18919 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/dataTables.bootstrap4.min.css HTTP/1.1" 200 5034 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/all.min.css HTTP/1.1" 200 79597 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap-select.min.css HTTP/1.1" 200 11120 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap-toggle.min.css HTTP/1.1" 200 1590 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:12 +0000] "GET /admin/bootstrap.min.css HTTP/1.1" 200 160403 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\tbuiltins.RuntimeError: Request.write called on a request after Request.finish was called.'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    raise RuntimeError('
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/http.py", line 1194, in write'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    http.Request.write(self, data)'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/server.py", line 267, in write'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    request.write(doctype)'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/_template_util.py", line 1081, in renderElement'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/webbase.py", line 159, in render'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/admin/verge.py", line 159, in cb'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t--- <exception caught here> ---'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    self._runCallbacks()'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    self._startRunCallbacks(result)'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 661, in callback'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    self.callback(cast(_DeferredListResultListT, self.resultList))'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1337, in _cbDeferred'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '\tTraceback (most recent call last):'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.internet.defer#critical] '
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.internet.defer#critical] Unhandled error in Deferred:'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:11 +0000] "POST /admin/status_overview HTTP/1.1" 200 165802 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:12+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:12+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:12+0000 [stdout#info] SESSION ERROR: 'int' object has no attribute 'getSession': internet/defer:857,pages/autils:1182,pages/autils:719 (AttributeError): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:12+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:12+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:12+0000 [stdout#info] SESSION ERROR: AttributeError: 'NoneType' object has no attribute 'status' (9000): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 317 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [stdout#info] 'NoneType' object has no attribute 'status': xml/authrpc:286,sagent/saccess:93,subscription/subxml:17,subscription/subxml:27 (AttributeError)
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 436 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 376 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 1291 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 182 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 133 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 414 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:12+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:11 +0000] "POST /RPC2 HTTP/1.0" 200 136 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/fa-light-300.woff2 HTTP/1.1" 200 157064 "https:///admin/all.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/poppins-v9-latin-regular.woff2 HTTP/1.1" 200 7968 "https:///admin/load-fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/logo.png HTTP/1.1" 200 18660 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/common.js HTTP/1.1" 200 846 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/dataTables.bootstrap4.min.js HTTP/1.1" 200 2070 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/jquery.dataTables.js HTTP/1.1" 200 445793 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/tooltips.js HTTP/1.1" 200 7699 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap-select.min.js HTTP/1.1" 200 52249 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap-toggle.min.js HTTP/1.1" 200 4129 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap.min.js HTTP/1.1" 200 60174 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/popper.min.js HTTP/1.1" 200 19033 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/jquery.min.js HTTP/1.1" 200 89501 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/saveAs.js HTTP/1.1" 200 2612 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/wufoo.js HTTP/1.1" 200 10854 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/qrcode.js HTTP/1.1" 200 13006 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/load-fonts.css HTTP/1.1" 200 1353 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/open-vpn-logo.png HTTP/1.1" 200 1750 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/verge.css HTTP/1.1" 200 18919 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/dataTables.bootstrap4.min.css HTTP/1.1" 200 5034 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/all.min.css HTTP/1.1" 200 79597 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap-select.min.css HTTP/1.1" 200 11120 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap-toggle.min.css HTTP/1.1" 200 1590 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "GET /admin/bootstrap.min.css HTTP/1.1" 200 160403 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\tbuiltins.RuntimeError: Request.write called on a request after Request.finish was called.'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    raise RuntimeError('
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/http.py", line 1194, in write'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    http.Request.write(self, data)'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/server.py", line 267, in write'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    request.write(doctype)'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/_template_util.py", line 1081, in renderElement'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/webbase.py", line 159, in render'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/admin/verge.py", line 159, in cb'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t--- <exception caught here> ---'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    self._runCallbacks()'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    self._startRunCallbacks(result)'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 661, in callback'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    self.callback(cast(_DeferredListResultListT, self.resultList))'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1337, in _cbDeferred'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '\tTraceback (most recent call last):'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.internet.defer#critical] '
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.internet.defer#critical] Unhandled error in Deferred:'
2024-09-28T08:15:11+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:11+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:10 +0000] "POST /admin/status_overview HTTP/1.1" 200 165802 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:10+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:10+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:10+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:10+0000 [stdout#info] SESSION ERROR: 'int' object has no attribute 'getSession': internet/defer:857,pages/autils:1182,pages/autils:719 (AttributeError): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:10+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:10+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:10+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:10+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:10+0000 [stdout#info] SESSION ERROR: AttributeError: 'NoneType' object has no attribute 'status' (9000): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 317 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [stdout#info] 'NoneType' object has no attribute 'status': xml/authrpc:286,sagent/saccess:93,subscription/subxml:17,subscription/subxml:27 (AttributeError)
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 436 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 376 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 1291 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 182 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 133 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 414 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:10+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:10 +0000] "POST /RPC2 HTTP/1.0" 200 136 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/fa-light-300.woff2 HTTP/1.1" 200 157064 "https:///admin/all.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/poppins-v9-latin-regular.woff2 HTTP/1.1" 200 7968 "https:///admin/load-fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/logo.png HTTP/1.1" 200 18660 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/common.js HTTP/1.1" 200 846 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/dataTables.bootstrap4.min.js HTTP/1.1" 200 2070 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/jquery.dataTables.js HTTP/1.1" 200 445793 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/tooltips.js HTTP/1.1" 200 7699 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap-select.min.js HTTP/1.1" 200 52249 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap-toggle.min.js HTTP/1.1" 200 4129 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap.min.js HTTP/1.1" 200 60174 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/popper.min.js HTTP/1.1" 200 19033 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/jquery.min.js HTTP/1.1" 200 89501 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/saveAs.js HTTP/1.1" 200 2612 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/wufoo.js HTTP/1.1" 200 10854 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/qrcode.js HTTP/1.1" 200 13006 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/load-fonts.css HTTP/1.1" 200 1353 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/verge.css HTTP/1.1" 200 18919 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/open-vpn-logo.png HTTP/1.1" 200 1750 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/dataTables.bootstrap4.min.css HTTP/1.1" 200 5034 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/all.min.css HTTP/1.1" 200 79597 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap-select.min.css HTTP/1.1" 200 11120 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap-toggle.min.css HTTP/1.1" 200 1590 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/bootstrap.min.css HTTP/1.1" 200 160403 "https:///admin/status_overview" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\tbuiltins.RuntimeError: Request.write called on a request after Request.finish was called.'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    raise RuntimeError('
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/http.py", line 1194, in write'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    http.Request.write(self, data)'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/server.py", line 267, in write'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    request.write(doctype)'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/web/_template_util.py", line 1081, in renderElement'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/webbase.py", line 159, in render'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    '
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "build/bdist.linux-x86_64/egg/pyovpn/web/admin/verge.py", line 159, in cb'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t--- <exception caught here> ---'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    self._runCallbacks()'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    self._startRunCallbacks(result)'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 661, in callback'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    self.callback(cast(_DeferredListResultListT, self.resultList))'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1337, in _cbDeferred'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t    current.result = callback(  # type: ignore[misc]'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\t  File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '\tTraceback (most recent call last):'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.internet.defer#critical] '
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.internet.defer#critical] Unhandled error in Deferred:'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/status_overview HTTP/1.1" 200 165802 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 127 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 394 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:09+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:09+0000 [stdout#info] <bound method AdminUtils.chain_get_running_state of <pyovpn.web.admin.pages.astatus.AdminServerStatus object at 0x7fdad8687190>>: 'int' object has no attribute 'getSession'"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:09+0000 [stdout#info] SESSION ERROR: 'int' object has no attribute 'getSession': internet/defer:857,pages/autils:1182,pages/autils:719 (AttributeError): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [stdout#info] GetSubscriptionStatus: <Fault 9000: "AttributeError: 'NoneType' object has no attribute 'status'">'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [stdout#info] ERROR in render (astatus.py)'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: "2024-09-28T08:15:09+0000 [stdout#info] SESSION ERROR: AttributeError: 'NoneType' object has no attribute 'status' (9000): AttributeError: 'NoneType' object has no attribute 'status' (9000)"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 317 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [stdout#info] 'NoneType' object has no attribute 'status': xml/authrpc:286,sagent/saccess:93,subscription/subxml:17,subscription/subxml:27 (AttributeError)
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 436 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 376 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 1291 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 182 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 112271 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 133 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 414 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 136 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin/ HTTP/1.1" 302 208 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "GET /admin HTTP/1.1" 302 262 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:09+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:09 +0000] "POST /admin/login HTTP/1.1" 302 260 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:09+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:09 +0000] "POST /RPC2 HTTP/1.0" 200 705 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/fa-light-300.woff2 HTTP/1.1" 200 157064 "https:///admin/all.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/poppins-v9-latin-regular.woff2 HTTP/1.1" 200 7968 "https:///admin/load-fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/logo HTTP/1.1" 200 18660 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/bootstrap.min.js HTTP/1.1" 200 60174 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/open-vpn-logo.png HTTP/1.1" 200 1750 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/popper.min.js HTTP/1.1" 200 19033 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/jquery.min.js HTTP/1.1" 200 89501 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/load-fonts.css HTTP/1.1" 200 1353 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/login.css HTTP/1.1" 200 1923 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/all.min.css HTTP/1.1" 200 79597 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/bootstrap.min.css HTTP/1.1" 200 160403 "https:///admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/ HTTP/1.1" 200 4329 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:01 +0000] "POST /RPC2 HTTP/1.0" 200 25493 "-" "Twisted/XMLRPClib"
2024-09-28T08:15:01+0000 [twisted.python.log#info] "-" - - [28/Sep/2024:08:15:01 +0000] "POST /RPC2 HTTP/1.0" 200 114 "-" "Twisted/XMLRPClib"
 
pyovpn.util.error.SimpleError: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))
 
File "build/bdist.linux-x86_64/egg/pyovpn/sagent/ipts.py", line 82, in iptables_save_process_restore
result = current_context.run(gen.send, result)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1660, in _inlineCallbacks
--- <exception caught here> ---
current_context.run(_inlineCallbacks, r, gen, status)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1750, in gotResult
current.result = callback(  # type: ignore[misc]
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks
self._runCallbacks()
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks
self._startRunCallbacks(result)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 661, in callback
Traceback (most recent call last):
2024-09-28T08:15:01+0000 [twisted.internet.defer#critical]
2024-09-28T08:15:01+0000 [twisted.internet.defer#critical] Unhandled error in Deferred:
 
pyovpn.util.error.SimpleError: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))
 
File "build/bdist.linux-x86_64/egg/pyovpn/sagent/ipts.py", line 82, in iptables_save_process_restore
result = current_context.run(gen.send, result)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1660, in _inlineCallbacks
--- <exception caught here> ---
current_context.run(_inlineCallbacks, r, gen, status)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 1750, in gotResult
current.result = callback(  # type: ignore[misc]
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 857, in _runCallbacks
self._runCallbacks()
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks
self._startRunCallbacks(result)
File "/usr/local/openvpn_as/lib/python/Twisted-22.4.0-py3.10.egg/twisted/internet/defer.py", line 661, in callback
Traceback (most recent call last):
2024-09-28T08:15:01+0000 [twisted.internet.defer#critical]
2024-09-28T08:15:01+0000 [twisted.internet.defer#critical] Unhandled error in Deferred:
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin HTTP/1.1" 302 262 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/session_start HTTP/1.1" 302 260 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin/ HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:15:01+0000 [stdout#info] [WEB] OUT: '2024-09-28T08:15:01+0000 [twisted.python.log#info] "172.17.0.1" - - [28/Sep/2024:08:15:01 +0000] "GET /admin HTTP/1.1" 302 262 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"'
2024-09-28T08:14:07+0000 [twisted.web.client._HTTP11ClientFactory#info] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection..quiescentCallback at 0x7fe291f94160>, <twisted.internet.endpoints.TCP4ClientEndpoint object at 0x7fe291fa8a60>)
2024-09-28T08:13:55+0000 [stdout#info] Server Agent started
2024-09-28T08:13:55+0000 [stdout#info] }
2024-09-28T08:13:55+0000 [stdout#info]   }
2024-09-28T08:13:55+0000 [stdout#info]     "web": "started"
2024-09-28T08:13:55+0000 [stdout#info]     "user": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'ip6tables_openvpn', 'iptables_live', 'ip6tables_live'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "subscription": "off. Error: [Error: service failed to start due to unresolved dependencies: {'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_9": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_8": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_7": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_6": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_5": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_4": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_3": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_2": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_15": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_14": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_13": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_12": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_11": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_10": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_1": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_0": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "log": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_web": "off. Error: [Error: Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L')).]",
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_openvpn": "off. Error: [Error: iptables service not started because of error (SVC_RUN_EXCEPT).]",
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_live": "off. Error: [Error: service failed to start due to unresolved dependencies: {'iptables_openvpn', 'ip6tables_live'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_api": "off. Error: [Error: Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L')).]",
2024-09-28T08:13:55+0000 [stdout#info]     "ip6tables_openvpn": "off. Error: [Error: iptables service not started because of error (SVC_RUN_EXCEPT).]",
2024-09-28T08:13:55+0000 [stdout#info]     "ip6tables_live": "off. Error: [Error: service failed to start due to unresolved dependencies: {'ip6tables_openvpn'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "db_push": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "daemon_pre": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "crl": "off. Error: [Error: service failed to start due to unresolved dependencies: {'user'}.]",
2024-09-28T08:13:55+0000 [stdout#info]     "client_query": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "bridge": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "auth": "started",
2024-09-28T08:13:55+0000 [stdout#info]     "api": "started",
2024-09-28T08:13:55+0000 [stdout#info]   "service_status": {
2024-09-28T08:13:55+0000 [stdout#info]   "last_restarted": "Sat Sep 28 08:13:53 2024",
2024-09-28T08:13:55+0000 [stdout#info]   },
2024-09-28T08:13:55+0000 [stdout#info]     ]
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'ip6tables_openvpn', 'iptables_live', 'ip6tables_live'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "user": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "subscription": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_9": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_8": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_7": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_6": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_5": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_4": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_3": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_2": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_15": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_14": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_13": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_12": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_11": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_10": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_1": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'iptables_live', 'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "openvpn_0": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_web": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "iptables service not started because of error (SVC_RUN_EXCEPT)"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_openvpn": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'iptables_openvpn', 'ip6tables_live'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_live": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "iptables_api": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "iptables service not started because of error (SVC_RUN_EXCEPT)"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "ip6tables_openvpn": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'ip6tables_openvpn'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "ip6tables_live": [
2024-09-28T08:13:55+0000 [stdout#info]     ],
2024-09-28T08:13:55+0000 [stdout#info]       ]
2024-09-28T08:13:55+0000 [stdout#info]         "service failed to start due to unresolved dependencies: {'user'}"
2024-09-28T08:13:55+0000 [stdout#info]         "error",
2024-09-28T08:13:55+0000 [stdout#info]       [
2024-09-28T08:13:55+0000 [stdout#info]     "crl": [
2024-09-28T08:13:55+0000 [stdout#info]   "errors": {
2024-09-28T08:13:55+0000 [stdout#info] {
2024-09-28T08:13:55+0000 [stdout#info] Server Agent initialization status:
2024-09-28T08:13:55+0000 [stdout#info] iptables service not started because of error (SVC_RUN_EXCEPT)
2024-09-28T08:13:55+0000 [stdout#info] iptables service not started because of error (SVC_RUN_EXCEPT)
2024-09-28T08:13:55+0000 [stdout#info] Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))
2024-09-28T08:13:55+0000 [stdout#info] Service deferred error: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))

@novaflash
Copy link

novaflash commented Sep 28, 2024

I am seeing a loooooot of errors in there so I don't know what's all going wrong there. But the one that really sticks out and is an absolute blocker is the lack of support for iptables;

pyovpn.util.error.SimpleError: iptables capabilities error: ('Error verifying iptables capabilities when running following command', ('iptables', '-n', '-L'))

This is basically a show-stopper for running OpenVPN Access Server in Docker on your host. I suggest you go the virtual machine path instead and going for Ubuntu 24.04 LTS with Access Server on that on your Synology device.

@uddr
Copy link
Contributor

uddr commented Sep 30, 2024

similar errors we also might see if cap NET_ADMIN is missed in container

@mohsh86 could you please share what is your docker (docker-compose) configuration, do you run this docker container under the root and some host specs (like the OS and the kernel)

@bkaczynski
Copy link

bkaczynski commented Oct 2, 2024

I also have a similar problem. I am using openSUSE Micro Leap 6.0 [1] running on a Raspberry Pi 3B+. This system uses Podman instead of Docker for running containers. Here is the link to the podman inspect output [2]

I am starting rootfull container using this command

podman run \
  --name=openvpn-as --cap-add=NET_ADMIN \
  -p 943:943 -p 443:443 -p 1194:1194/udp \
  -v openvpn_data:/openvpn \
  --device /dev/net/tun \
  openvpn/openvpn-as

From inside container I checked:

podman exec -it openvpn-as bash
root@111fb0da710e:/# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0@if129: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether d6:f3:c5:59:7f:29 brd ff:ff:ff:ff:ff:ff link-netnsid 0
root@111fb0da710e:/# ls -l /dev/net/tun
crw-rw-rw-. 1 root root 10, 200 Oct  2 16:01 /dev/net/tun
  1. https://get.opensuse.org/leapmicro/6.0/
  2. https://paste.opensuse.org/pastes/f57c6b7845c0

@novaflash
Copy link

Hi bckaczynski - I suggest you read my earliest comment on this thread for information on what to do and look for. There are certain basic requirements that Access Server has that are pretty much present on almost all standard Linux systems, but there are exceptions. If certain basic functionality is missing, Access Server runs into an error state and then the web interface cannot proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants