mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Change to Algo, strongly rec Ubuntu 18.04
This commit is contained in:
parent
690901efab
commit
58da8c7dcb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue