Closed ComputerJy closed 4 years ago
Ubuntu just released some kernel updates for 18.04 that break WireGuard when using kernel 5.3. WireGuard's been fixed, but the repository that contains the WireGuard packages used by Algo hasn't been updated to the fixed version yet.
I'm not sure what can be done other than waiting for the repository to be updated. Or you can choose another cloud provider where Ubuntu 20.04 is available.
Ubuntu just released some kernel updates for 18.04 that break WireGuard when using kernel 5.3. WireGuard's been fixed, but the repository that contains the WireGuard packages used by Algo hasn't been updated to the fixed version yet.
I'm not sure what can be done other than waiting for the repository to be updated. Or you can choose another cloud provider where Ubuntu 20.04 is available.
I guess I'll just have to wait. Thanks
Would like to update this as I have also been experiencing this issue.
Wireguard is currently running on the GCP platform
Hi, i tried to start wireguard but I think it's the same problem
root@val-1:/etc/wireguard# systemctl start wg-quick@wg0
Job for wg-quick@wg0.service failed because the control process exited with error code.
See "systemctl status wg-quick@wg0.service" and "journalctl -xe" for details.
and when i check the status I have this
root@val-1:/etc/wireguard# systemctl status wg-quick@wg0.service
● wg-quick@wg0.service - WireGuard via wg-quick(8) for wg0
Loaded: loaded (/lib/systemd/system/wg-quick@.service; disabled; vendor preset: enab>
Active: failed (Result: exit-code) since Tue 2022-01-18 14:54:53 CET; 6min ago
Docs: man:wg-quick(8)
man:wg(8)
https://www.wireguard.com/
https://www.wireguard.com/quickstart/
https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8
https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8
Process: 1719 ExecStart=/usr/bin/wg-quick up wg0 (code=exited, status=1/FAILURE)
Main PID: 1719 (code=exited, status=1/FAILURE)
janv. 18 14:54:52 val-1 systemd[1]: Starting WireGuard via wg-quick(8) for wg0...
janv. 18 14:54:52 val-1 wg-quick[1719]: [#] ip link add wg0 type wireguard
janv. 18 14:54:53 val-1 wg-quick[1719]: [#] wg setconf wg0 /dev/fd/63
janv. 18 14:54:53 val-1 wg-quick[1742]: Key is not the correct length or format: `aXXXXXX>
janv. 18 14:54:53 val-1 wg-quick[1742]: Configuration parsing error
janv. 18 14:54:53 val-1 wg-quick[1719]: [#] ip link delete dev wg0
janv. 18 14:54:53 val-1 systemd[1]: wg-quick@wg0.service: Main process exited, code=exite>
janv. 18 14:54:53 val-1 systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'.
janv. 18 14:54:53 val-1 systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0.
lines 1-21/21 (END)
If anyone know how to solve the problem...
I tried to install from WSL then I created a new Ubuntu 18.04 instance on Lightsail and ran the instructions as I usually do. On the new Ubuntu instance I used the default config.
Everytime I tried to run the algo command I ended up getting the below error:
A clear and concise description of what the bug is.
To Reproduce
I usually run this on WSL and it works fine but lately I've been getting errors since I upgraded the Ubuntu WSL to 20.04 so I tried installing from a new Ubuntu 18.04 instance.