From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:50:47 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 5B6E216A41F for ; Sun, 23 Oct 2005 20:50:47 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42A843D48 for ; Sun, 23 Oct 2005 20:50:46 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so517362nzk for ; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=rTtrOIMy0PScS6W0vDmtZeltnFBSpy2XlSJtr7iNHp/ErTjPJd6fasJtoqzw7wE8Q3641cPxgFBrT56fvN4mTNmD9qJ60a3kWRtpY0j3keO+l7cajbC0eh+Ldy9N0D5yRA8XKFeCUnxF22qUp7dDjtrKMtRp2e8VedaJZya3BWo= Received: by 10.36.224.74 with SMTP id w74mr5860889nzg; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) Received: by 10.36.84.17 with HTTP; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) Message-ID: <4efe47610510231350t3ffd01e8we5fda521b16c6e0e@mail.gmail.com> Date: Sun, 23 Oct 2005 15:50:46 -0500 From: Shelby Westman To: freebsd-questions@freebsd.org In-Reply-To: <44ek6cgud2.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> <44ek6cgud2.fsf@be-well.ilk.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 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 20:50:47 -0000 Regarding ntpd, Lowell wrote > > > # deny-by-default policy > > restrict default ignore > > > You're probably running into problems with your restrict clause, but > I'm not sure what offhand. > Use the "-d" flag to ntpd (or more than one) to get more information > on what it thinks the problem is. Yes, I think you are right. When I removed that clause, ntpd started working. I did try the -d flag, but it reported back to me that ntpd was compiled without debugging, so that -d wouldn't report anything. oh, well, I'll restrict access other ways. Thanks Shelby