After I install libvirt-bin and ubuntu-virt-server, etc., my resolv.conf gets overwritten by dnsmasq about every hour.
I haven't installed network-manager and resolvconf. When I search for dnsmasq I see that only dnsmasq-base has been installed.
When I try to remove dnsmasq-base, libvirt-bin will be removed automatically.
How to keep dns config not be changed?
I use ubuntu 11.10
thanks for every reply.
edit:
$ dpkg --list | grep dnsmasq
$ ii dnsmasq-base 2.57-1ubuntu1 A small caching DNS proxy and DHCP/TFTP server
$ pgrep dnsmasq
1088
in my syslog file:
dnsmasq[1088]: reading /etc/resolv.conf
dnsmasq[1088]: using nameserver 192.168.1.1#53
pgrep dnsmasq– skyronic Mar 2 '12 at 18:48