Comment 10 for bug 994227

Revision history for this message
Egor (gluk47) wrote : Re: Nameserver list incorrect when using madwimax and resolvconf

The file wlan0.dhclient now does not disappear.Seems, that annoying bug does not affect me anymore.

Anyway, I have the file wimax0.dhclient still existing, even though my wimax modem is plugged off with no dhclient left for wimax0, and no madwimax process running:

$ ps aux | egrep '(dhcl|wimax)'
root 5236 0.0 0.0 7256 608 ? Ss 20:02 0:00 /sbin/dhclient -v wlan0
gluk47 12679 0.0 0.0 9336 924 pts/3 S+ 20:14 0:00 egrep --color=auto (dhcl|wimax)
$ cd /run/resolvconf/interface
$ ls *.dhclient
wimax0.dhclient wlan0.dhclient

Seems, it's really madwimax problem, it should tell dhclient to remove this file when it's no longer needed.