Nokia-N900-42-11:~# grep resolv /etc/dnsmasq.conf # somewhere other that /etc/resolv.conf resolv-file=/var/run/resolv.conf resolv-file=/tmp/resolv.conf.wlan0 resolv-file=/tmp/resolv.conf.ppp0 resolv-file=/tmp/resolv.conf.lo resolv-file=/tmp/resolv.conf.gprs # /etc/resolv.conf # If you don't want dnsmasq to read /etc/resolv.conf or any other #no-resolv # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv\
Nokia-N900-42-11:~# cat /tmp/resolv* cat: can't open '/tmp/resolv*': No such file or directory.
Nokia-N900-42-11:~# cat /var/run/resolv.conf cat: can't open '/var/run/resolv.conf': No such file or directory.
Nokia-N900-42-11:~# ls /var/run/resolv* /var/run/resolv.conf.wlan0
# somewhere other that /etc/resolv.conf resolv-file=/var/run/resolv.conf resolv-file=/tmp/resolv.conf.wlan0 resolv-file=/tmp/resolv.conf.ppp0 resolv-file=/tmp/resolv.conf.lo resolv-file=/tmp/resolv.conf.gprs
# somewhere other that /etc/resolv.conf resolv-file=/var/run/resolv.conf resolv-file=/var/run/resolv.conf.wlan0 resolv-file=/var/run/resolv.conf.ppp0 resolv-file=/var/run/resolv.conf.lo resolv-file=/var/run/resolv.conf.gprs resolv-file=/tmp/resolv.conf.wlan0 resolv-file=/tmp/resolv.conf.ppp0 resolv-file=/tmp/resolv.conf.lo resolv-file=/tmp/resolv.conf.gprs
/etc/init.d/dnsmasq restart
Nokia-N900-42-11:~#grep var /etc/udhcpc/* /etc/udhcpc/default.bound:RESOLV_CONF="/var/run/resolv.conf" /etc/udhcpc/default.renew:RESOLV_CONF="/var/run/resolv.conf"
/etc/udhcpc/libcd_network_ipv4.script
Nokia-N900-42-11:~# grep -i resolv /etc/maemo-dhcp.d/50_ipv4_network_setup RESOLV_CONF="/var/run/resolv.conf.$interface" if egrep "^nameserver[\t ]*${ns}" $RESOLV_CONF > /dev/null echo -n > $RESOLV_CONF.tmp [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF.tmp echo nameserver $i >> $RESOLV_CONF.tmp mv $RESOLV_CONF.tmp $RESOLV_CONF
RESOLV_CONF="/var/run/resolv.conf.$interface"
RESOLV_CONF="/var/run/resolv.conf"
Nokia-N900-42-11:~# dpkg -S /etc/maemo-dhcp.d/50_ipv4_network_setup libicd-network-ipv4: /etc/maemo-dhcp.d/50_ipv4_network_setup