Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] dhcpcd interfering with pppd, maybe? No it Isn't
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: Tue Jun 18, 2013 3:47 pm    Post subject: [SOLVED] dhcpcd interfering with pppd, maybe? No it Isn't Reply with quote

The original question here turns out to address a different problem than the symptom that
the title above indicates.

For a quick overview: I now run USE="-dhcp" emerge ppp to set up pppd on all profiles, and
that solves this problem for all but no-multilib, which I Guess makes it a no-multilib
problem (meaning eventually it may get fixed).

Note: I Now have a 'working system', both on x86 and x86_64, using the 'same Unix config'.

Code:
[ebuild  N     ] net-dns/openresolv-3.3.4  0 kB
[ebuild   R    ] net-misc/dhcpcd-5.6.4  USE="zeroconf" 0 kB
[ebuild   R    ] net-dialup/ppp-2.4.5-r3  USE="ipv6 pam -activefilter -atm -dhcp -eap-tls -gtk -radius" 0 kB

ls /etc/init.d/net.*
net.eth0    net.lo      net.wlan0

cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc*/net.example* and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="my_domain"
config_eth0="dhcp"
config_wlan0="dhcp"

grep usepeerdns /etc/ppp/peers/bb
usepeerdns

rc-update show | grep dhcpcd
--

(after shutdown -r)
killall pppd
pppd call isp &


on x86-desktop:
Code:
cat /etc/resolv.conf
nameserver ...
nameserver ...

ps ax | grep dhcp
--


on amd64-hardened-nomultilib:
Code:
cat /etc/resolv.conf
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
nameserver ...
nameserver ...

ps ax | grep dhcp
 4273 ?        Ss     0:00 /sbin/dhcpcd -q


if I:
Code:
grep -R "dhcpcd -q" /etc/

both systems have: 'nothing'.

- a quick 'grep' of the ppp sources didn't turn up anything
- with openresolv installed, this looks different ;)
_________________
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