Hi Raymundo, Raymundo Soto Morales <[email protected]> writes:
> Hi Maxim, Here are the commands I executed. TLDR, wg-quick complains > about a signature > mismatch in /etc/resolv.conf. It does not go away if I simply nuke > that file or run > resolvconf -u manually. > The wg error persists :/. Are you on a recent Guix commit? openresolv was recently updated and it now expects expects to be the only one to take care of the /etc/resolv.conf file; if it lacks its own "# Generated by resolvconf" comment cookie, it now errors out, which seems to be what you're getting. This could be caused by another component in the stack, e.g. NetworkManager, manipulating that file. This issue with NetworkManager was corrected in commit 86776ccd30b, so if you are running on an older commit running 'guix pull' then 'guix system reconfigure ...', then rebooting would help. -- Thanks, Maxim
