Comment 12 for bug 924734

Revision history for this message
Vladimir Wetzel (wetzel) wrote :

Hi Thomas,

this is the problem that we have. Dos't work.

ll /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Apr 16 14:41 /etc/resolv.conf -> ../run/resolvconf/resolv.conf

---
DHCP client get all Informations:

cat /run/resolvconf/interface/eth0.dhclient
domain XXX-local.XX
nameserver 192.168.30.10
nameserver 172.16.10.1
---
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

Tempsolution is:

stop resolvconf
resolvconf --wipe-runtime-directories
start resolvconf
dhclient

but after Reboot is /etc/resolv.conf empty

unacceptable solution :)