Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 07:03:31 -0700 (PDT)
From:      kit <ktsin@acm.org>
To:        LarsEggert <lars@netapp.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, "schrodinger@konundrum.org" <schrodinger@konundrum.org>
Subject:   Re: ntpd bind() failure: Can't assign requested address
Message-ID:  <1364306611.67937.YahooMailClassic@web31813.mail.mud.yahoo.com>
In-Reply-To: <0ABC54C5-54FB-4A28-BE38-167ED30E19F5@netapp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--- On Tue, 3/26/13, Eggert, Lars <lars@netapp.com> wrote:
> On Mar 26, 2013, at 12:59, <ktsin@acm.org>
>  wrote:
> > How do you configure your network interfaces? Using
> /etc/start_if* or /etc/rc.conf?<br/>
> 
> The latter.
> 
> (Actually, most of them are configured in rc.local with a
> bit of shell code that generates the IP address from the MAC
> address for a set of machines.)
> 
> Lars

i had seen the same error messages while trying to configure wlan0 using start_if.wlan0.

i think that when an interface is first created, the flag ifdisabled is set by default. my guess is there exists a small window of time when the interface is up, ipv6 is configured but marked ifdisabled, and if ntpd happens to start during this period of time, you will see the failure messages.

you may want to check your shell code again and perhaps the rc scripts too and see how they interact.

kit




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1364306611.67937.YahooMailClassic>