最近安装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
问题解决。