From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 18:15:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9989816A41F for ; Sun, 23 Oct 2005 18:15:32 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEAD43D46 for ; Sun, 23 Oct 2005 18:15:32 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so506539nzk for ; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=h2XF8U8Ce4SZvDcEzYEN6lo2bkKyeXGca8c6XooVM+HTkdt2/UP8z+8ApBjzksulwZ/h3Xo7VIoivDkgdTS4hCp9wBthhE/a7wxi3bgRv6DOfWL2JdENlVuV+SUKOKslESJKy3McARyA99zC0fp5N7Q/x8yNZem261KnlewxPHk= Received: by 10.36.135.17 with SMTP id i17mr5237071nzd; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) Received: by 10.36.84.17 with HTTP; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) Message-ID: <4efe47610510231115u33529d6fld981fd8aba6701f2@mail.gmail.com> Date: Sun, 23 Oct 2005 13:15:31 -0500 From: Shelby Westman To: Eric Schuele In-Reply-To: <435B0B11.3070002@computer.org> MIME-Version: 1.0 References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> <435AFC41.7020101@computer.org> <435B0B11.3070002@computer.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:15:32 -0000 >Also... another thought. You might try disabling IPv6 unless you need >it. (remove 'options INET6' from kernconf) Yes, after I did that and recompiled the kernel, it got rid of the error message. Thanks!