I use wireguard as my VPN, so I would like to get it working on Manjaro Phosh for the PinePhone.
I ran: [$ sudo pacman -S wireguard-tools]
Then: [$ wg-quick up wg0-pinemanjaro]
Result:
[#] resolvconf -a wg0-pinemanjaro -m 0 -x
/usr/bin/wg-quick: line 32: resolvconf: command not found
Fine, then: [$ sudo pacman -S resolvconf]
Two options: 1) openresolv 2) systemd-resolvconf
Choose 2
Run: [$ sudo wg-quick up wg0-pinemanjaro]
[#] resolvconf -a wg0-pinemanjaro -m 0 -x
Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
OK: [$ sudo systemctl start systemd-resolved]
Try agian: [$ sudo wg-quick up wg0-pinemanjaro]
Result:
[#] ip -6 rule add not fwmark 51820 table 51820
RTNETLINK answers: Operation not supported
Many things tried so far, nothing is resolving that issue. Is this a kernel feature not included?