Ubuntu 12.04 server /etc/resolv.conf issue

最近安装Ubuntu 12.04 server 64位系统的时候出现下面的问题:

root@ :~# chattr +i /etc/resolv.conf

chattr: Operation not supported while reading flags on /etc/resolv.conf
最近也经常安装Ubuntu 12.04 desktop的系统,没有出现这种问题。

查找了网上相关资料。

解决步骤如下:

root@ :~# dpkg -l | grep resolv

root@ :~# apt-get remove resolvconf
root@ :~# reboot
 
root@ :~# vim /etc/resolv.conf
root@ :~# chattr +i /etc/resolv.conf
问题解决。

XenServer安装最佳实践

Linux下的mail \ mailx为什么无法使用外部SMTP发邮件?

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/b3474de3013cfdc4aac5dfc3fecc9355.html