From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 03:05:56 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447051065694 for ; Mon, 30 Nov 2009 03:05:56 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id EDFCD8FC0A for ; Mon, 30 Nov 2009 03:05:55 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so751894qwb.7 for ; Sun, 29 Nov 2009 19:05:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=gn+CrIZmCKMMie0XljFzs95QwGqio7TzEo9Pc1XzPo0=; b=HkDDRnFBJmubS8sBm3Q05sZOB3UH9+11d8RPwfpsgDcd0dProPyB7VpbI0vQbUfuZH Fv1MfTJtp7XT3I2HCHAhanXhvFO1lgQWtJhzXdlqPbHWoqe/bRcA0KuzrZ2XaQTgolv3 dhDRcYEIIWohDv3TrzN2RTPl+26h82xjwCRJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=I3bIns0PaQLEWP3WzAicrzIwXX/iJou7cFVRpbw8vtnOy6h8loC/SFh+/qM0V4J+vn LRtvICBilKV+Ay+toRWjPCH3PW4sMpEKUPcU45RFa1KOoRoQQYhDjn5Bs8eKKybZ2/Sr /QAIa/lMo9lLNBZm965M7OI927/1udnsgjMkc= Received: by 10.224.122.3 with SMTP id j3mr1820102qar.335.1259548790375; Sun, 29 Nov 2009 18:39:50 -0800 (PST) Received: from medusa.wi.rr.com (CPE-65-29-54-222.wi.res.rr.com [65.29.54.222]) by mx.google.com with ESMTPS id 23sm3346567qyk.3.2009.11.29.18.39.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Nov 2009 18:39:49 -0800 (PST) From: ajtiM To: questions@freebsd.org Date: Sun, 29 Nov 2009 20:39:32 -0600 User-Agent: KMail/1.12.3 (FreeBSD/8.0-RELEASE; KDE/4.3.3; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911292039.32145.lumiwa@gmail.com> Cc: Subject: ntpdate on FreeBSD 8.0 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: Mon, 30 Nov 2009 03:05:56 -0000 Hi! I have new installed FreeBSD 8.0 and in rc.conf I have: ntpdate_enable="YES" ntpdate_hosts="ntp1.cs.wisc.edu" When I boot computer I get a message there are no this host but when I run /usr/sbin/ntpdate ntp1.cs.wisc.edu it works. I had the same in rc.conf on FreeBSD 7.2 and it works all the time. All settings on FreeBSD8.0 are the same as I had on 7.2. Thanks in advance.