From 58da8c7dcbdfef85615378ef1472446a73e0123b Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Fri, 9 Nov 2018 20:51:56 -0500 Subject: [PATCH] Change to Algo, strongly rec Ubuntu 18.04 --- docs/troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 19b632a7..6e910218 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 , 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