From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 13:34:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5854216A4CE for ; Sat, 24 Jul 2004 13:34:49 +0000 (GMT) Received: from psg.com (psg.com [147.28.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3767343D45 for ; Sat, 24 Jul 2004 13:34:49 +0000 (GMT) (envelope-from randy@psg.com) Received: from [127.0.0.1] (helo=roam.psg.com) by psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1BoMfo-000K6I-SE; Sat, 24 Jul 2004 13:34:49 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.40 (FreeBSD)) id 1BoMfn-000Bj2-OT; Sat, 24 Jul 2004 03:34:47 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16642.25974.699439.697278@roam.psg.com> Date: Sat, 24 Jul 2004 03:34:46 -1000 To: Doug White References: <16641.26585.367434.326919@roam.psg.com> <20040723185252.A5337@carver.gumbysoft.com> cc: FreeBSD Current Subject: Re: ntpd cores X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 13:34:49 -0000 >> i manually run >> >> roam.psg.com# netstat -nf inet | grep 123 >> roam.psg.com# ntpd -g -p /var/run/ntpd.pid >> >> Jul 23 09:29:34 roam ntpd[35055]: mlockall(): Resource temporarily unavailable >> Jul 23 09:29:34 roam ntpd[35055]: no IPv6 interfaces found >> Jul 23 09:29:34 roam ntpd[35055]: bind() fd 5, family 2, port 123, addr 0.0.0.0, in_classd=0 flags=8 fails: Address already in use >> Jul 23 09:29:37 roam kernel: pid 35055 (ntpd), uid 0: exited on signal 11 (core dumped) > > The coredump is kinda fun, but the "Addresss already in use" error implies > you're starting ntpd twice somewhere. yep. except see the netstat run just before invoking ntpd. ps shows the same, no prior ntpd. randy