From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 10:40:10 2003 Return-Path: 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 9571137B492 for ; Mon, 28 Apr 2003 10:40:10 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74FFF43F75 for ; Mon, 28 Apr 2003 10:40:05 -0700 (PDT) (envelope-from nakal@web.de) Received: from [217.225.231.52] (helo=pD9E1E734.dip.t-dialin.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.97 #53) id 19ACbk-0006Tz-00 for freebsd-questions@freebsd.org; Mon, 28 Apr 2003 19:40:04 +0200 From: Nakal To: freebsd-questions@freebsd.org Date: Mon, 28 Apr 2003 19:35:53 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304281935.53051.nakal@web.de> Sender: nakal@web.de Subject: ntpd setup - permission denied on all public ntp-servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 17:40:10 -0000 I have read the FreeBSD handbook and tried to setup ntpd on my PC to have an accurate time. I checked the list of public ntp servers and configured ntp.conf like this: server ptbtime1.ptb.de iburst server ptbtime2.ptb.de iburst driftfile /etc/ntp.drift restrict default ignore Then I wanted to run 'ntpd -ddd -q' from the commandline. The command never finishes to run (e.a. is not successful). And I get the following output in my /var/log/messages: Apr 28 18:39:40 myhost ntpd_initres[1714]: server returns a permission denied error What is going on? Do I need to have cryptography enabled? I think it should be documented in the FreeBSD Handbook (it is usually a reliable source of information). I have tried to use authentication: Apr 28 18:48:53 myhost ntpd[1756]: configure: keyword "crypto" unknown, line ignored Apr 28 18:48:53 myhost ntpd[1756]: configure: keyword "keysdir" unknown, line ignored but it seems it's not compiled for crypto. US-export restrictions again? Any ideas how to solve the problem? Martin