Advertisement
ak47suk1

fix resolvconf error must be a symlink

Jan 23rd, 2011
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # error resolvconf: Error: /etc/resolv.conf must be a symlink
  2. # thanx http://n0b3l1a.blogspot.com/2009/02/resolvconf-error-etcresolvconf-must-be.html
  3. # fix guide
  4.  
  5. sudo cd /etc
  6.  
  7. cp resolv.conf resolv.conf.old
  8.  
  9. rm resolv.conf
  10.  
  11. sudo ln -s /etc/resolvconf/run/resolv.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement