-
Notifications
You must be signed in to change notification settings - Fork 9
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
Installation error #2
Comments
I have the same issue:
|
Same issue on ubuntu 18.04:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error massage when i try to install the snap package.
sudo snap install easy-openvpn-server --candidate
error: cannot perform the following tasks:
RUNNING configure hook
INFO: Generating config for vpn daemons.
Traceback (most recent call last):
File "/snap/easy-openvpn-server/78/bin/setup.py", line 724, in
cli() #pylint: disable=E1123,E1120
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/snap/easy-openvpn-server/78/lib/python3.6/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/snap/easy-openvpn-server/78/bin/setup.py", line 654, in setup
create_server_config(ctx.obj["result_dir"], ctx.obj["status_dir"])
File "/snap/easy-openvpn-server/78/bin/setup.py", line 494, in create_server_config
dns_info = get_dns_info()
File "/snap/easy-openvpn-server/78/bin/setup.py", line 319, in get_dns_info
ns_address = IPv4Address(ns_address)
File "/snap/easy-openvpn-server/78/usr/lib/python3.6/ipaddress.py", line 1284, in init
self._ip = self._ip_int_from_string(addr_str)
File "/snap/easy-openvpn-server/78/usr/lib/python3.6/ipaddress.py", line 1118, in _ip_int_from_string
raise AddressValueError("Expected 4 octets in %r" % ip_str)
ipaddress.AddressValueError: Expected 4 octets in 'fe80::1%enp7s0'
-----)
The text was updated successfully, but these errors were encountered: