Trouble with vpnc in Linux Mint 13

1

After a fressh install of Linux Mint 13, I tried to connect to a VPN with the vpnc client, and received the following error message:

resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.

How can I fix this?

Phyxx

Posted 2012-11-16T04:18:41.053

Reputation: 357

Answers

0

The trick is to run

sudo dpkg-reconfigure resolvconf

This generates the link /etc/resolv.conf, which then fixes the error listed above.

Phyxx

Posted 2012-11-16T04:18:41.053

Reputation: 357