From 4faf71bec83164430f052bc66bcc2957d4dad4c4 Mon Sep 17 00:00:00 2001 From: "Jason A. Novak" <1934060+jasonanovak@users.noreply.github.com> Date: Sat, 4 Jul 2020 16:46:55 -0700 Subject: [PATCH] Clarify instructions in troubleshooting re: removing wireguard and config files --- docs/troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 6388c74..757e2de 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -283,10 +283,11 @@ TASK [wireguard : Generate public keys] **************************************** 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 or later. You should upgrade your server to Ubuntu 18.04 or later. If this doesn't work, try removing `*.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 or later. You should upgrade your server to Ubuntu 18.04 or later. If this doesn't work, try removing files in /etc/wireguard/ and the configs directories as follows: ```ssh -sudo rm -rf /etc/wireguard/*.lock +sudo rm -rf /etc/wireguard/* +rm -rf configs/* ``` Then immediately re-run `./algo`.