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
Logs: root@computer:/home/user/Downloads# wg-quick up wgcf-profile.conf [#] ip link add wgcf-profile type wireguard [#] wg setconf wgcf-profile /dev/fd/63 [#] ip -4 address add xxx.xx.x.x/xx dev wgcf-profile [#] ip -6 address add xxxx:xxxx:xxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx dev wgcf-profile [#] ip link set mtu 1280 up dev wgcf-profile [#] resolvconf -a wgcf-profile -m 0 -x /usr/bin/wg-quick: line 32: resolvconf: command not found [#] ip link delete dev wgcf-profile
Apparently this might be because I am on Devuan with OpenRC, NOT Debian with SystemD.
Any ideas?
The text was updated successfully, but these errors were encountered:
Logs:
root@computer:/home/user/Downloads# wg-quick up wgcf-profile.conf [#] ip link add wgcf-profile type wireguard [#] wg setconf wgcf-profile /dev/fd/63 [#] ip -4 address add xxx.xx.x.x/xx dev wgcf-profile [#] ip -6 address add xxxx:xxxx:xxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx dev wgcf-profile [#] ip link set mtu 1280 up dev wgcf-profile [#] resolvconf -a wgcf-profile -m 0 -x /usr/bin/wg-quick: line 32: resolvconf: command not found [#] ip link delete dev wgcf-profile
Apparently this might be because I am on Devuan with OpenRC, NOT Debian with SystemD.
Any ideas?
The text was updated successfully, but these errors were encountered: