Issue with openresolv

After updating from the testing branch I couldn’t connect via my Wireguard VPN to my provider. The DNS pointed to localhost in IPv4 and v6.

It usually updates the resolv.conf automatically with the DNS servers from the Wireguard file.

When I tried to do it manually while the VPN was connected, it showed me this:

sudo resolvconf -u
/usr/bin/resolvconf: line 999: fd7d:76ee:e68f:a993::1: command not found

where the v6 address is the internal DNS address of my VPN.

After downgrading openresolv from 3.17.2-1 to 3.17.0-1 everything works again.

As I’ve been moved so kindly by @Yochanan to this section of the forum and this is my first obvious bug in testing branch, could someone tell me how I should proceed?

Do you expect me to report this bug upstream?

Will openresolv be downgraded in the testing repo in general?

Or should I wait until it is confirmed here in the forum?

If there is actually a bug, that might be a good idea.

Many report an issue, but there is typically no regression or bug in anything until it is actually confirmed as such (usually upstream).

Regards.

Then I’ll report it upstream.

1 Like

Have you checked with the documentation - perhaps a .pacnew file indicating a change?

I ask because I don’t use openresolv but instead systemd-resolved and systemd-resolvconf

Just checked my pacnews, no change to DNS related stuff.

I use netctl and had an issue with dhcpcd/systemd-resolved, can’t remember exactly what it was. Since then I use openresolv as the more simple solution.

Fine - it was just a though :slight_smile:

They expect it to be already fixed in 3.17.3. It’s already in the Arch repos.
I’ll wait for it to arrive in testing, or is there a way to install it explicitly from unstable? If it’s already in there?

Github issue

You can always use pacman -U https://.... - beware of the :dragon: mirrors sync at different times :slight_smile:

 $ mbn info openresolv -q
Branch         : archlinux
Name           : openresolv
Version        : 3.17.3-1
Repository     : extra
Build Date     : Sat 13 Dec 2025 22:34:26 
Packager       : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Branch         : unstable
Name           : openresolv
Version        : 3.17.2-1
Repository     : extra
Build Date     : Fri 12 Dec 2025 16:16:58 
Packager       : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Branch         : testing
Name           : openresolv
Version        : 3.17.2-1
Repository     : extra
Build Date     : Fri 12 Dec 2025 16:16:58 
Packager       : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Branch         : stable
Name           : openresolv
Version        : 3.17.0-1
Repository     : extra
Build Date     : Fri 27 Jun 2025 00:53:52 
Packager       : Jan Alexander Steffens (heftig) <heftig@archlinux.org>

You can also download the package from Arch Linux - openresolv 3.17.3-1 (any) then install it locally using pacman -U.

It should provide no issues at it depends on nothing but bash.

1 Like

3.17.3 solved the issue, thank you all for helping!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.