Feb 3, 2010

resolvconf: Error: /etc/resolv.conf must be a symlink

How to fix?

In terminal:

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

it doesn't give any errors now..

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...