From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 15:35: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 775E9106568B for ; Mon, 30 Nov 2009 15:35:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 316228FC16 for ; Mon, 30 Nov 2009 15:35:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAUFZkZn067866; Mon, 30 Nov 2009 08:35:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAUFZkX8067863; Mon, 30 Nov 2009 08:35:46 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 30 Nov 2009 08:35:46 -0700 (MST) From: Warren Block To: ajtiM In-Reply-To: <200911300613.24224.lumiwa@gmail.com> Message-ID: References: <200911292039.32145.lumiwa@gmail.com> <200911300613.24224.lumiwa@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Mon, 30 Nov 2009 08:35:46 -0700 (MST) Cc: questions@freebsd.org 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: Mon, 30 Nov 2009 15:35:47 -0000 On Mon, 30 Nov 2009, ajtiM wrote: > On Sunday 29 November 2009 21:38:04 Warren Block wrote: >> On Sun, 29 Nov 2009, ajtiM wrote: >>> 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. >> >> Might you have a Realtek network card? > > Yes, I have realtek card too but it is not active. DHCP is on sk0 and as I > wrote I never had problems with that. Maybe is different now? The 8.0 if_re code had the card go through a link up/down pair three times on startup. By the time DHCP had gotten to it, other stuff had already errored out (sendmail in my case). yongari fixed it with a patch: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c.diff?r1=1.162;r2=1.163 Your problem sounds like it might be similar. -Warren Block * Rapid City, South Dakota USA