Updated to 24.04.1, same bug exists. I made the following change to /usr/share/vpnc-scripts/vpnc-script:
RESOLVEDENABLED=0 # CM - "resolve" is not used in /etc/nsswitch any more, it is now "dns" # so make this change. # grep '^hosts' /etc/nsswitch.conf 2>/dev/null|grep resolve >/dev/null 2>&1 grep '^hosts' /etc/nsswitch.conf 2>/dev/null|grep dns >/dev/null 2>&1 if [ $? = 0 ];then -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051295 Title: vpnc-scripts doesn't properly use resolvectl To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vpnc-scripts/+bug/2051295/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
