Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] no-multilib: openresolv 2nd invocation fails?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
CleanTestr
n00b
n00b


Joined: 15 Jan 2013
Posts: 47
Location: somewhere in Rural Nebraska, USA

PostPosted: Thu Jun 20, 2013 9:08 pm    Post subject: [SOLVED] no-multilib: openresolv 2nd invocation fails? Reply with quote

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? :(
_________________
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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum