Re: ntpd bind() failure: Can't assign requested address

2015-01-14 Thread hiren panchasara
On Thu, Jan 8, 2015 at 9:48 AM, hiren panchasara wrote: [skip] > Btw, do you mind opening a phabricator review request so we can get a > closure on this? Thanks for the patch ume@. I've committed it to -head and will mfc in a week. https://reviews.freebsd.org/D1527 https://svnweb.freebsd.org/bas

Re: ntpd bind() failure: Can't assign requested address

2015-01-08 Thread hiren panchasara
On Thu, Jan 8, 2015 at 9:48 AM, hiren panchasara wrote: > On Thu, Jan 8, 2015 at 9:28 AM, Hajimu UMEMOTO wrote: >> Hi, >> >>> On Wed, 7 Jan 2015 16:56:58 -0800 >>> hiren panchasara said: >> >> hiren> I see this message on july 2014 time-frame -CURRENT. I tried to >> hiren> disable IPv6 i

Re: ntpd bind() failure: Can't assign requested address

2015-01-08 Thread hiren panchasara
On Thu, Jan 8, 2015 at 9:28 AM, Hajimu UMEMOTO wrote: > Hi, > >> On Wed, 7 Jan 2015 16:56:58 -0800 >> hiren panchasara said: > > hiren> I see this message on july 2014 time-frame -CURRENT. I tried to > hiren> disable IPv6 in rc.conf via ipv6_activate_all_interfaces="NO" without > hiren> s

Re: ntpd bind() failure: Can't assign requested address

2015-01-08 Thread Hajimu UMEMOTO
Hi, > On Wed, 7 Jan 2015 16:56:58 -0800 > hiren panchasara said: hiren> I see this message on july 2014 time-frame -CURRENT. I tried to hiren> disable IPv6 in rc.conf via ipv6_activate_all_interfaces="NO" without hiren> success. hiren> Has this been fixed? Or any workarounds? Perhaps,

Re: ntpd bind() failure: Can't assign requested address

2015-01-07 Thread hiren panchasara
I see this message on july 2014 time-frame -CURRENT. I tried to disable IPv6 in rc.conf via ipv6_activate_all_interfaces="NO" without success. Has this been fixed? Or any workarounds? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mail

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread Eggert, Lars
Hi, On Mar 26, 2013, at 15:39, kit wrote: > > try setting ipv6_activate_all_interfaces to yes I had that set all along. > and configuring the corresponding $ifconfig_IF_ipv6 in your rc.conf if you > haven't done so already Can't really do this, because dhclient needs to have finished so I ca

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread kit
--- On Tue, 3/26/13, kit wrote: > --- On Tue, 3/26/13, Eggert, Lars > > wrote: > > On Mar 26, 2013, at 12:59, > >  wrote: > > > How do you configure your network interfaces? > Using > > /etc/start_if* or /etc/rc.conf? > > > > The latter. > > > > (Actually, most of them are configured in rc.loc

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread kit
--- On Tue, 3/26/13, Eggert, Lars wrote: > On Mar 26, 2013, at 12:59, > wrote: > > How do you configure your network interfaces? Using > /etc/start_if* or /etc/rc.conf? > > The latter. > > (Actually, most of them are configured in rc.local with a > bit of shell code that generates the IP addre

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread Eggert, Lars
On Mar 26, 2013, at 12:59, wrote: > How do you configure your network interfaces? Using /etc/start_if* or > /etc/rc.conf? 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 __

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread ktsin
How do you configure your network interfaces? Using /etc/start_if* or /etc/rc.conf? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: ntpd bind() failure: Can't assign requested address

2013-03-26 Thread Eggert, Lars
Hi, >> I confirm I have the same issue on 9.1 r247912 , as below: same here, on FreeBSD 10.0-CURRENT #5 r+16848a4-dirty: Mar 26 11:43:17 ntpd[2783]: bind() fd 23, family AF_INET6, port 123, scope 1, addr fe80::92e2:baff:fe2b:3a00, mcast=0 flags=0x11 fails: Can't assign requested address Mar 2

Re: ntpd bind() failure: Can't assign requested address

2013-03-16 Thread Hajimu UMEMOTO
Hi, > On Fri, 15 Mar 2013 22:54:42 +0100 (CET) > "M. Schulte" said: m-freebsd> I fear I cannot answer all of these questions. I don't have any IPv6 m-freebsd> addresses configured in rc.conf. Also, I am not using dhcp. Basically m-freebsd> I only have IPv4 networking configured with stat

Re: ntpd bind() failure: Can't assign requested address

2013-03-15 Thread M. Schulte
To add a few notes: I did some more debugging/testing and this behaviour seems to be a bit random. Sometimes I boot the system and no error is triggered the number of 'cannot assign requested errors' varies between 0 and 2 on my system and I have no idea what might influence it. :-/ Thanks,

Re: ntpd bind() failure: Can't assign requested address

2013-03-15 Thread M. Schulte
Hi, What is the address space is the address you are seeing on the interface? Is it is a link-local address or one assigned by the router, a static from rc.conf or DHCPv6? You should have two inet6 addresses, one is link-local (starts with "fe") and another should start with "2". There may be mo

Re: ntpd bind() failure: Can't assign requested address

2013-03-13 Thread Schrodinger
On 2013/03/13 14:38, Fleuriot Damien wrote: > > On Mar 12, 2013, at 11:44 PM, Damien Fleuriot wrote: > > > > > On 12 Mar 2013, at 22:42, "M. Schulte" wrote: > > > >> Hi! > >> > >> [First of all, I have posted this question already on the FreeBSD > >> forum -- so far without replies -- and n

Re: ntpd bind() failure: Can't assign requested address

2013-03-13 Thread Fleuriot Damien
On Mar 12, 2013, at 11:44 PM, Damien Fleuriot wrote: > > On 12 Mar 2013, at 22:42, "M. Schulte" wrote: > >> Hi! >> >> [First of all, I have posted this question already on the FreeBSD >> forum -- so far without replies -- and now my hope is that the set of >> subscribers here and those of th

Re: ntpd bind() failure: Can't assign requested address

2013-03-12 Thread Kevin Oberman
On Tue, Mar 12, 2013 at 2:42 PM, M. Schulte wrote: > Hi! > > [First of all, I have posted this question already on the FreeBSD > forum -- so far without replies -- and now my hope is that the set of > subscribers here and those of the forum do not completely coincide.] > > I have installed FreeBS

Re: ntpd bind() failure: Can't assign requested address

2013-03-12 Thread Damien Fleuriot
On 12 Mar 2013, at 22:42, "M. Schulte" wrote: > Hi! > > [First of all, I have posted this question already on the FreeBSD > forum -- so far without replies -- and now my hope is that the set of > subscribers here and those of the forum do not completely coincide.] > > I have installed FreeBSD

ntpd bind() failure: Can't assign requested address

2013-03-12 Thread M. Schulte
Hi! [First of all, I have posted this question already on the FreeBSD forum -- so far without replies -- and now my hope is that the set of subscribers here and those of the forum do not completely coincide.] I have installed FreeBSD 9.1 on my server (it's a virtualized qemu/kvm environment, in