CleanTestr n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/2065961495223994f8d2f4.png)
Joined: 15 Jan 2013 Posts: 47 Location: somewhere in Rural Nebraska, USA
|
Posted: Thu Jun 20, 2013 9:08 pm Post subject: [SOLVED] no-multilib: openresolv 2nd invocation fails? |
|
|
This is now Solved on x86 and on multilib, which is 'good enough for me'
(using just ppp -dhcp; without dhcp or openresolv)
Using:
net-dns/openresolv-3.3.4
net-dialup/ppp-2.4.5-r3 USE="ipv6 pam -activefilter -atm -dhcp -eap-tls -gtk -radius"
net-misc/dhcpcd-5.6.4 USE="zeroconf"
I like to run eth0 and wlan0 (with netplug) using dhcp, but prefer to let ppp0 handle its own
nameservers.
Note that the following is not an issue on x86/13/desktop, but is an issue under amd64/hardened/no-multilib.
If I:
Code: | shutdown -r now
pppd call isp
|
then cat /etc/resolv.conf:
Code: | # Generated by resolvconf
search my_domain
nameserver ...
nameserver ...
|
and resolvconf -l:
Code: | # resolv.conf from lo
# Generated by net-scripts for interface lo
domain my_domain
# resolv.conf from ppp0
# Generated by ppp for ppp0
nameserver ...
nameserver ...
|
* Good! *, I *like* ...
But if I now:
Code: | killall pppd
.. wait for a bit ..
pppd call isp
|
then cat /etc/resolv.conf:
Code: | # Generated by resolvconf
search my_domain
|
and resolvconf -l:
Code: | # resolv.conf from lo
# Generated by net-scripts for interface lo
domain my_domain
|
So, what gives? ![Sad :(](images/smiles/icon_sad.gif) _________________ Stan: A signal? Why didn't you wake me?
790: It was a distress signal. They only lead to trouble, so I always ignore them. --Lexx |
|