Change to Algo, strongly rec Ubuntu 18.04

This commit is contained in:
TC1977 2018-11-09 20:51:56 -05:00 committed by GitHub
parent 690901efab
commit 58da8c7dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,15 +253,15 @@ control_path_dir=/dev/shm/ansible_control_path
### Wireguard: Unable to find 'configs/...' in expected paths
You tried to install WireGuard and hit an error message like this one:
You tried to run Algo and you received an error like this one:
```
TASK [wireguard : Generate public keys] ********************************************************************************
[WARNING]: Unable to find 'configs/xxx.xxx.xxx.xxx/wireguard//private/poipt' in expected paths.
[WARNING]: Unable to find 'configs/xxx.xxx.xxx.xxx/wireguard//private/dan' in expected paths.
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'file'. Error was a <class 'ansible.errors.AnsibleError'>, original message: could not locate file in lookup: configs/xxx.xxx.xxx.xxx/wireguard//private/dan"}
```
This error is usually hit when using the local install option on a server that isn't Ubuntu 18.04. You can either upgrade your server to Ubuntu 18.04, or remove `*.lock` files at /etc/wireguard/ as follows:
This error is usually hit when using the local install option on a server that isn't Ubuntu 18.04. You should upgrade your server to Ubuntu 18.04. If this doesn't work, try removing `*.lock` files at /etc/wireguard/ as follows:
```ssh
sudo rm -rf /etc/wireguard/*.lock