Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 00:15:52 +0100 (CET)
From:      Vlad Manilici <vman@fx.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/73866: ntpd starts in limbo state
Message-ID:  <200411112315.iABNFqrk000907@fx.homeunix.org>
Resent-Message-ID: <200411121320.iACDKAK6068769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73866
>Category:       i386
>Synopsis:       ntpd starts in limbo state
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 13:20:10 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vlad Manilici
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
private
>Environment:
System: FreeBSD fx.homeunix.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Thu Nov 11 14:55:59 CET 2004 root@fx.homeunix.org:/usr/obj/usr/src/sys/FX i386

>Description:
at startup, ntpd throws following errors:

Nov 11 21:34:15 fx ntpd[490]: ntpd 4.2.0-a Thu Nov 11 13:03:41 CET 2004 (1)
Nov 11 21:34:15 fx ntpd[490]: no IPv6 interfaces found
Nov 11 21:34:15 fx ntpd[490]: bind() fd 5, family 2, port 123, addr 0.0.0.0, in_classd=0 flags=8 fails: Address already in use

although (supposedly) compiled without IPv6.

ntpdc -p returns with the "no response" error.

the ntpd version from 5.2.1 works though just fine.

%cat /etc/make.conf
CFLAGS=-O2 -pipe
CVS_UPDATE=yes
KERNCONF=FX GENERIC
MAKE_IDEA=yes
NOINET6=yes
NOPERL=yes
NO_PERL=yes
NO_PERL_WRAPPER=yes

% cat /etc/ntp.conf
server ntp1.ptb.de prefer
server ntp1.fau.de
driftfile /var/db/ntp.drift

% grep ntp /etc/rc.conf.local
ntpdate_enable="YES"
ntpdate_flags="-b ntp1.ptb.de ntp1.fau.de"
ntpd_enable="YES"

>How-To-Repeat:

>Fix:
use ntp from 5.2.1

>Release-Note:
>Audit-Trail:
>Unformatted:



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