BOFFBOY Posted December 7, 2024 Posted December 7, 2024 Hi all, seeking some assistance kinder stuck on this. So i have managed to install it on Rocky Linux 9 ok with "dnf install wireguard-tools" configured it fine and upto nearly last step however stuck here trying to start with "systemctl start wg-quick@wg0" getting this error: [root@localhost ~]# sudo 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 -xeu wg-quick@wg0.service" for details. When I check sudo journalctl -u wg-quick@wg0 I see this: Starting WireGuard via wg-quick(8) for wg0... Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link add wg0 type wireguard Dec 08 00:52:40 localhost wg-quick[51890]: [#] wg setconf wg0 /dev/fd/63 Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip -4 address add 10.0.0.4/24 dev wg0 Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link set mtu 1420 up dev wg0 Dec 08 00:52:40 localhost wg-quick[51913]: [#] resolvconf -a wg0 -m 0 -x Dec 08 00:52:40 localhost wg-quick[51917]: mkdir: cannot create directory '/run/resolvconf': Permission denied Dec 08 00:52:40 localhost wg-quick[51915]: Failed to create needed directory /run/resolvconf Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link delete dev wg0 Dec 08 00:52:41 localhost systemd[1]: wg-quick@wg0.service: Main process exited, code=exited, status=1/FAILURE Dec 08 00:52:41 localhost systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'. Dec 08 00:52:41 localhost systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0. Now, I have already created folder /run/resolvconf with su permission still can get it to start.. Any guidance on this please ? I am missing something... ? many thanks 0 Quote
Werner Posted December 19, 2024 Posted December 19, 2024 On 12/7/2024 at 3:30 PM, BOFFBOY said: Rocky Linux Why not ask where it might more sense and chances for answers are greater? https://forums.rockylinux.org/ 0 Quote
BOFFBOY Posted December 19, 2024 Author Posted December 19, 2024 (edited) ok thanks i will post Edited December 19, 2024 by BOFFBOY 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.