From owner-freebsd-questions@FreeBSD.ORG Tue Dec 1 12:25:47 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 277E51065679 for ; Tue, 1 Dec 2009 12:25:47 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id B2ABD8FC15 for ; Tue, 1 Dec 2009 12:25:46 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so1283781eye.9 for ; Tue, 01 Dec 2009 04:25:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=JOHLAKqto+olmwTjO0nCdPhgdGfHCBtFR25AKDlNykM=; b=wn5d5MuM75QM+nmgwWJRvBxd5wZjDkdkBEnyiRKzKXHjy3pW54wpZoqRiKX3ObL4Tu wxwuZBdd22Vmj4IDPCYF1ZM+Ewys9Oq4Tn9duztUtEqiduM+ulZuA6Lfy/OzM+JVewan ukvnJzF2zrlX0KTPf+I0A4ILH8d3m43j9Z1dA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pDFIsQKzCE+h9JNg9Rc03r5Q3RcCb854feSCpX5YQwlr481oJMG94sEyzBb5b/Rsrb wquP4JmvuBuGbBw7pF0mELNSBKkcPBPBg06enVMbxA8wJRNDKkyYTwr754bWsQOOLdNd X4dfwixtgPS2E9vhKEW7psL3xL+7oQ2muYbPI= MIME-Version: 1.0 Received: by 10.216.90.70 with SMTP id d48mr25263wef.159.1259670345561; Tue, 01 Dec 2009 04:25:45 -0800 (PST) In-Reply-To: <200911292039.32145.lumiwa@gmail.com> References: <200911292039.32145.lumiwa@gmail.com> Date: Tue, 1 Dec 2009 06:25:45 -0600 Message-ID: From: Franci Nabalanci To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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: Tue, 01 Dec 2009 12:25:47 -0000 I was not lucky. No one suggestions works. Maybe was wrong something with my installation CD? But thanks anywhere. I reinstalled FreeBSD 7.2 and it works without errors and very good. On Sun, Nov 29, 2009 at 8:39 PM, ajtiM wrote: > 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. >