You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
This is probably due to kernel headers being missing/mismatched.
wg-quick up wg0
This appears to be because we're lacking the wireguard kernel module.
installing
wireguard-dkms
(or runningdpkg-reconfigure wireguard-dkms
) fails/skips as the kernel headers for the running kernel are not installed.$uname -r 5.10.106
linux-headers-amd64 5.18.16-1
are installedEven if we could install the correct version I doubt they would match the running (chromebook) kernel.
The text was updated successfully, but these errors were encountered: