svn commit: r232844 - head/contrib/ntp/ntpd

Bjoern A. Zeeb bz at FreeBSD.org
Mon Mar 12 11:41:13 UTC 2012


On 12. Mar 2012, at 10:02 , Andrey Zonov wrote:

> On 12.03.2012 5:06, Ed Maste wrote:
>> Author: emaste
>> Date: Mon Mar 12 01:06:29 2012
>> New Revision: 232844
>> URL: http://svn.freebsd.org/changeset/base/232844
>> 
>> Log:
>>   Remove extraneous log message
>> 
>>   When ntp switched between PLL and FLL mode it produced a log message
>>   "kernel time sync status change %04x".  This issue is reported in ntp
>>   bug 452[1] which claims that this behaviour is normal and the log
>>   message isn't necessary.  I'm not sure exactly when it was removed, but
>>   it's gone in the latest ntp release (4.2.6p5).
>> 
>>   [1] http://bugs.ntp.org/show_bug.cgi?id=452
>> 
> 
> Thanks!
> 
> Maybe you can also fix this issue: https://bugzilla.redhat.com/show_bug.cgi?id=246297

That's a bugzilla bug ID. that's the wrong OS.


> 
> I've got these messages on 9.0-STABLE every 5 minutes.
> 
> Mar 12 13:47:10 XXX ntpd[2825]: bind() fd 29, family AF_INET6, port 123, scope 0, addr 2a02:X:X:X::X:9f09, mcast=0 flags=0x11 fails: Can't assign requested address
> Mar 12 13:47:10 XXX ntpd[2825]: unable to create socket on igb0 (1780) for 2a02:X:X:X::X:9f09#123

And it's really right about this.  The real bug about this has been fixed before.  You are running the fix version.


> [zont at ws34-005 ~]$ ifconfig
> igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 8950
> options=500bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWFILTER,VLAN_HWTSO>
>        ether 00:25:90:37:8b:cc
>        inet6 fe80::225:90ff:fe37:8bcc%igb0 prefixlen 64 tentative scopeid 0x1
>        inet X.X.X.X netmask 0xfffffc00 broadcast X.X.X.X
>        inet6 2a02:X:X:X::X:9f09 prefixlen 64 tentative
>        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

You are not doing IPv6 here, fix your rc.conf probably as told on boot to get rid of the ifdisabled.


>        media: Ethernet autoselect (1000baseT <full-duplex>)
>        status: active
> 
> 
> -- 
> Andrey Zonov

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



More information about the svn-src-all mailing list