Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 19:11:50 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Dag-Erling Smorgrav <des@FreeBSD.org>, Xin LI <delphij@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r226345 - in head: etc/rc.d sbin/dhclient; Re: svn commit: r225849 - head/etc
Message-ID:  <20E8F22B-A5C5-490F-B225-55EE2B5A7350@lists.zabbadoz.net>
In-Reply-To: <201110131720.p9DHKjWn024920@svn.freebsd.org>
References:  <201110131720.p9DHKjWn024920@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13. Oct 2011, at 17:20 , Dag-Erling Smorgrav wrote:

> Author: des
> Date: Thu Oct 13 17:20:45 2011
> New Revision: 226345
> URL: http://svn.freebsd.org/changeset/base/226345
> 
> Log:
>  Make dhclient use a pid file.  Modify the rc script accordingly; while
>  there, clean it up and add some error checks.
> 

...

On 28. Sep 2011, at 19:01 , Xin LI wrote:

> Author: delphij
> Date: Wed Sep 28 19:01:15 2011
> New Revision: 225849
> URL: http://svn.freebsd.org/changeset/base/225849
> 
> Log:
>  Test if the interface is afif in dhcpif() and syncdhcpif(), as
>  done in ipv6_autoconfif.



I now see dhclient running even if no DHCP was configured at all

%grep -i dhc /etc/rc.conf 
%ps ax | grep dhc
 951 ??  Is    0:00.00 dhclient: em0 [priv] (dhclient)
 971 ??  Is    0:00.00 dhclient: em0 (dhclient)
1491  0  RL+   0:00.00 grep dhc
%

Which also means I have
        inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
while it tries in vain to get a lease.

Can you two please double-check your changes?

-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20E8F22B-A5C5-490F-B225-55EE2B5A7350>