public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] new dhcpcd behaviour
@ 2012-12-02 20:18 Philip Webb
  2012-12-03  4:46 ` Bruce Hill
  0 siblings, 1 reply; 7+ messages in thread
From: Philip Webb @ 2012-12-02 20:18 UTC (permalink / raw
  To: Gentoo User

I updated to Openrc 0.11.6 yesterday & on waking the machine up today
& starting DHCP from a terminal (as I always do),
instead of a long list of interactions with the router
there's  1  line "dhcpcd[1035]: sending commands to master dhcpcd process".
There's also a new display in Gkrellm 'sit0', which is new to me.

Everything is working, but can anyone explain the change ?

Also, I have PPP installed (2.4.5-r3): do I still need this with DHCP ?
-- I suspect it's left over from pre-router days.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] new dhcpcd behaviour
  2012-12-02 20:18 [gentoo-user] new dhcpcd behaviour Philip Webb
@ 2012-12-03  4:46 ` Bruce Hill
  2012-12-03  5:39   ` Philip Webb
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Hill @ 2012-12-03  4:46 UTC (permalink / raw
  To: gentoo-user

On Sun, Dec 02, 2012 at 03:18:38PM -0500, Philip Webb wrote:
> I updated to Openrc 0.11.6 yesterday & on waking the machine up today
> & starting DHCP from a terminal (as I always do),
> instead of a long list of interactions with the router
> there's  1  line "dhcpcd[1035]: sending commands to master dhcpcd process".
> There's also a new display in Gkrellm 'sit0', which is new to me.
> 
> Everything is working, but can anyone explain the change ?
> 
> Also, I have PPP installed (2.4.5-r3): do I still need this with DHCP ?
> -- I suspect it's left over from pre-router days.

My LAN has a Linux router with a simple (for now) setup using dhcp and
unbound. However, the sit0 is IPV4 to IPV6. Check for CONFIG_IPV6 in your
kernel ... it will probably go away when you don't have that, or ipv6 USE
flags where you don't use them.
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] new dhcpcd behaviour
  2012-12-03  4:46 ` Bruce Hill
@ 2012-12-03  5:39   ` Philip Webb
  2012-12-03  9:03     ` Neil Bothwick
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philip Webb @ 2012-12-03  5:39 UTC (permalink / raw
  To: gentoo-user

121202 Bruce Hill wrote:
> On Sun, Dec 02, 2012 at 03:18:38PM -0500, Philip Webb wrote:
>> I updated to Openrc 0.11.6 yesterday & on waking the machine up today
>> & starting DHCP from a terminal (as I always do),
>> instead of a long list of interactions with the router
>> there's  1  line "dhcpcd[1035]: sending commands to master dhcpcd process".
>> There's also a new display in Gkrellm 'sit0', which is new to me.
>> Everything is working, but can anyone explain the change ?

I spoke too soon (grimace)!

> My LAN has a Linux router with a simple (for now) setup
> using dhcp and unbound.  However, the sit0 is IPV4 to IPV6.
> Check for CONFIG_IPV6 in your kernel ...
> it will probably go away when you don't have that
> or ipv6 USE flags where you don't use them.

For whatever reason, mail wasn't coming in : it was going out.
I edited  /etc/conf.d/netmount  to comment 'dhcpcd' & now all's well :
it was listed by 'etc-update', so I assumed it needed authorising
-- the notes in the file are explicit -- ,
but I don't want DHCP running as a daemon.
Also, the router connection is as before & 'sit0' has disappeared.

>> Also, I have PPP installed (2.4.5-r3): do I still need this with DHCP ?
>> -- I suspect it's left over from pre-router days.
 
any advice ?

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] new dhcpcd behaviour
  2012-12-03  5:39   ` Philip Webb
@ 2012-12-03  9:03     ` Neil Bothwick
  2012-12-03  9:28     ` Walter Dnes
  2012-12-03 23:36     ` [gentoo-user] " walt
  2 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2012-12-03  9:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

On Mon, 3 Dec 2012 00:39:47 -0500, Philip Webb wrote:

> but I don't want DHCP running as a daemon.

The client runs as a daemon in order to be able to renew DHCP leases as
they expire, otherwise you could lose your connection. Even though it is
running as a daemon, is still a client, the server is a completely
different animal.


-- 
Neil Bothwick

Many husbands go broke on the money their wives save on sales.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] new dhcpcd behaviour
  2012-12-03  5:39   ` Philip Webb
  2012-12-03  9:03     ` Neil Bothwick
@ 2012-12-03  9:28     ` Walter Dnes
  2012-12-03 23:36     ` [gentoo-user] " walt
  2 siblings, 0 replies; 7+ messages in thread
From: Walter Dnes @ 2012-12-03  9:28 UTC (permalink / raw
  To: gentoo-user

On Mon, Dec 03, 2012 at 12:39:47AM -0500, Philip Webb wrote

> >> Also, I have PPP installed (2.4.5-r3): do I still need this with
> >> DHCP ? -- I suspect it's left over from pre-router days.
>  
> any advice ?

  Do you have a backup dialup account like me?  That's why I have
pppconfig, which pulls in ppp.  Try "pretend depclean" and see what you
get.  E.g...

#############################################
[d531][waltdnes][~] emerge -pv --depclean ppp

Calculating dependencies... done!
  net-dialup/ppp-2.4.5-r1 pulled in by:
    net-dialup/pppconfig-2.3.17-r1
#############################################

  You might also want to try...

emerge -pv --depclean ppp pppconfig

-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: new dhcpcd behaviour
  2012-12-03  5:39   ` Philip Webb
  2012-12-03  9:03     ` Neil Bothwick
  2012-12-03  9:28     ` Walter Dnes
@ 2012-12-03 23:36     ` walt
  2012-12-04  1:15       ` Neil Bothwick
  2 siblings, 1 reply; 7+ messages in thread
From: walt @ 2012-12-03 23:36 UTC (permalink / raw
  To: gentoo-user

On 12/02/2012 09:39 PM, Philip Webb wrote:

>>> Also, I have PPP installed (2.4.5-r3): do I still need this with DHCP ?
>>> >>-- I suspect it's left over from pre-router days.
>
> any advice ?

I notice that there is a ppp useflag.  Do you have it set?  I've found
that sometimes (for random values of sometimes) I need to do more than
just remove a useflag before portage will pay attention -- I may have to
use a "-ppp" (for example) to get portage to take notice and actually
rebuild packages that use the useflag.  No idea why, but I usually try
it just for fun.  Sometimes it's fun, sometimes it's not ;)




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: new dhcpcd behaviour
  2012-12-03 23:36     ` [gentoo-user] " walt
@ 2012-12-04  1:15       ` Neil Bothwick
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2012-12-04  1:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 792 bytes --]

On Mon, 03 Dec 2012 15:36:09 -0800, walt wrote:

> I notice that there is a ppp useflag.  Do you have it set?  I've found
> that sometimes (for random values of sometimes) I need to do more than
> just remove a useflag before portage will pay attention -- I may have to
> use a "-ppp" (for example) to get portage to take notice and actually
> rebuild packages that use the useflag.  No idea why, but I usually try
> it just for fun.  Sometimes it's fun, sometimes it's not ;)

Not specifying a flag leaves it at the profile default, which may be on
or off depending on the flag and your choice of profile.


-- 
Neil Bothwick

In the begining, there was nothing.
And God said "Let there be light" and there was light.
There was still nothing, but you could see it better.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-04  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 20:18 [gentoo-user] new dhcpcd behaviour Philip Webb
2012-12-03  4:46 ` Bruce Hill
2012-12-03  5:39   ` Philip Webb
2012-12-03  9:03     ` Neil Bothwick
2012-12-03  9:28     ` Walter Dnes
2012-12-03 23:36     ` [gentoo-user] " walt
2012-12-04  1:15       ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox