我在我的服务器上运行Ubuntu 14.04 LTS 64位。
我安装了resolvconf,试图改变resolv.conf而不被覆盖。 这一切都很好,直到我重新启动我的VPS,它不会上网。 我必须卸载resolvconf才能恢复在线状态。
我的VPS提供商允许我把VPS置于修复模式,这使我的VPS文件进入/修复。 如何从那里卸载resolvconf?
我试过这样做,但是因为它处于修复模式,所以现在不行。
sudo apt-get remove resolvconf
我通过执行以下命令来解决这个问题。
chroot /repair apt-get remove resolvconf exit