Replies: 2 comments 8 replies
-
This is nearly always the result of an outdated The wg folder is normally owned by root. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the hint.
The step in the manual config was undertaken and the sudoers file is where it is supposed to be in /etc/sudoers.d
This is a clip from the daemon log when I try to manually configure wireguard:
17:24:09 rpi systemd[1]: Started Session 71 of user pi.
Jan 19 17:30:06 rpi lighttpd[4021]: cat: /etc/wireguard/wg0.conf: No such file or directory
Jan 19 17:30:06 rpi lighttpd[4024]: cat: /etc/wireguard/wg-server-public.key: No such file or directory
Jan 19 17:30:06 rpi lighttpd[4027]: cat: /etc/wireguard/wg-peer-public.key: No such file or directory
Jan 19 17:30:06 rpi lighttpd[4030]: cat: /etc/wireguard/client.conf: No such file or directory
Jan 19 17:30:06 rpi lighttpd[4038]: chmod: cannot access '/tmp/wireguard.log': No such file or directory
Jan 19 17:30:15 rpi lighttpd[4066]: cat: /etc/wireguard/wg0.conf: No such file or directory
Jan 19 17:30:15 rpi lighttpd[4069]: cat: /etc/wireguard/wg-server-public.key: No such file or directory
Jan 19 17:30:15 rpi lighttpd[4072]: cat: /etc/wireguard/wg-peer-public.key: No such file or directory
Jan 19 17:30:15 rpi lighttpd[4075]: cat: /etc/wireguard/client.conf: No such file or directory
Jan 19 17:30:28 rpi lighttpd[4125]: rm: cannot remove '/etc/wireguard/wg0.conf': No such file or directory
Jan 19 17:30:28 rpi lighttpd[4128]: rm: cannot remove '/etc/wireguard/wg-peer-private.key': No such file or directory
Jan 19 17:30:28 rpi lighttpd[4131]: rm: cannot remove '/etc/wireguard/wg-peer-public.key': No such file or directory
Jan 19 17:30:28 rpi lighttpd[4134]: rm: cannot remove '/etc/wireguard/client.conf': No such file or directory
Jan 19 17:30:28 rpi lighttpd[4140]: cat: /etc/wireguard/wg0.conf: No such file or directory
Jan 19 17:30:28 rpi lighttpd[4143]: cat: /etc/wireguard/wg-server-public.key: No such file or directory
Jan 19 17:30:28 rpi lighttpd[4146]: cat: /etc/wireguard/wg-peer-public.key: No such file or directory
Jan 19 17:30:28 rpi lighttpd[4149]: cat: /etc/wireguard/client.conf: No such file or directory
Jan 19 17:32:51 rpi systemd[1]: Reloading.
What might I be missing?
[snip]
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I went though the manual configuration for Raspap & included wireguard as an option.
I am now trying to configure Wireguard with no joy.
The error in the UI is: 'WireGuard configuration failed to be updated'
It appears that the /etc/wireguard folder is owned by root:
drwx------ 2 root root 4096 Jan 18 18:09 wireguard
Did I miss something in the manual setup instructions ?
Thanks In Advance
Beta Was this translation helpful? Give feedback.
All reactions