Comment 11 for bug 324233

Revision history for this message
Ben Chavet (ben-chavet) wrote :

dpkg-reconfigure resolvconf did not help me with this problem, but I think I have worked it out. Here are the exact steps I took:

sudo /etc/init.d/NetworkManager stop
sudo aptitude remove resolvconf
sudo aptitude purge resolvconf
sudo aptitude install resolvconf
sudo /etc/init.d/NetworkManager start

the remove-then-purge steps may not have been necessary, but that's what I did and now it's working.