Advertisement
ak47suk1

resolvconf error

Feb 22nd, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. Actually, for me it required to follow the following steps (I learned from launchpad, bug #324233):
  2.  
  3. Before:
  4.  
  5. $ ls -l /etc/resolv.conf
  6. -rw-r--r-- 1 root root 30 2009-08-16 13:38 /etc/resolv.conf
  7.  
  8. $ sudo mkdir /etc/postfix
  9. $ sudo touch /etc/postfix/main.cf
  10. $ sudo rm /etc/resolv.conf
  11. $ sudo ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf
  12. $ ls -l /etc/resolv.conf
  13. lrwxrwxrwx 1 root root 31 2009-08-16 13:42 /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf
  14. $ sudo reboot
  15.  
  16. After:
  17.  
  18. $ ls -l /etc/resolv.conf
  19. lrwxrwxrwx 1 root root 31 2009-08-16 13:42 /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement