From owner-freebsd-stable@FreeBSD.ORG Sat May 19 13:41:48 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A30C106564A for ; Sat, 19 May 2012 13:41:48 +0000 (UTC) (envelope-from dddaley@yahoo.com) Received: from nm15-vm0.bullet.mail.bf1.yahoo.com (nm15-vm0.bullet.mail.bf1.yahoo.com [98.139.212.254]) by mx1.freebsd.org (Postfix) with SMTP id 170398FC15 for ; Sat, 19 May 2012 13:41:47 +0000 (UTC) Received: from [98.139.212.145] by nm15.bullet.mail.bf1.yahoo.com with NNFMP; 19 May 2012 13:41:47 -0000 Received: from [98.139.211.200] by tm2.bullet.mail.bf1.yahoo.com with NNFMP; 19 May 2012 13:41:47 -0000 Received: from [127.0.0.1] by smtp209.mail.bf1.yahoo.com with NNFMP; 19 May 2012 13:41:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1337434907; bh=ClnQlbzbB99K5p2k1lyNiZSTmIYRU8dOJ/IuWP0nwQ4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=S4Jtgd4TQEX3gBUvyef1zpKUGN2JBnMtWDb9pUPvn9bE9v+ts/rVX2xMcdRTWkOChF9BRi0mDmZHdOLnTJYZhSpvo7zKAicrdB7XF8eu+WO4ShmO4FuxX/sW+MAgzWdAy2pI0YNKmjWjcHk7R0OcBZQqGtK0HOed/JtPpEFpkWs= X-Yahoo-Newman-Id: 330474.62576.bm@smtp209.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: faBCEZsVM1mjHvPs4m47eCri3zYMmfN_iqB8OSWLuY_v4Yg jC9qAXDUaZO5SY_MTiequfhPnFh_5NfU_utzvvoMwGuK5qKFpOWdWYmdvP9G OVKAqG1ZJcgDJsY9mnLAXEShure1YeKKPqh92G4s1CvVb4ifwsoQF74Zoqbd ENkUnp1rlCBW.PR6itkihO6MDA5H83jnwK1qmR7otwZ3_CTvNStDfnIYYon0 VHQwNbQLIaeTGVu5DKbzAqUVm.LHqvhM3aJAfxWY_K1ZUKYZWBZh6hYf8alc 5hQsbNtIpEU3PJXHcR.A3VdDbozP5X9QubnT_V0OKUiy5sTSK6XaZpUOxN2. ThoBTZUvGdlfi7cGAKGjfRFJ14ER6IcPQ6wqb_m20jc7pH4KaxLWJXn1xWl9 ZaPjS4O6pjMP3yfwYtMbS_qrMLWW.RTN7Eu2fryhD9R64mjlXn1tQrjbQV3U OAV3ejP9kEGUWEwardksg66bc2lQJWFu5cQ9kvnWSgIswyHHhYniPTzy_nSV kinRlrLQg2AU020DYR7bOfZEjt.8bEdaKkt3qRbmA5KcRfbqkYEk0NuUSl.C MRw-- X-Yahoo-SMTP: z6dQwTeswBDDR3zJap0nVIllEEY- Received: from shuttlebsd.localdomain (dddaley@68.240.247.18 with plain) by smtp209.mail.bf1.yahoo.com with SMTP; 19 May 2012 06:41:46 -0700 PDT Message-ID: <4FB7A319.8030202@yahoo.com> Date: Sat, 19 May 2012 08:41:45 -0500 From: Dan Daley User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120318 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ntpd couldn't resolve host name on system boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 13:41:48 -0000 I haven't had a chance to read through this entire thread yet, but wanted to post this in case it helps someone. ntpd was working fine for me for a while, and then I started getting this exact same error. After a few weeks, I finally started troubleshooting and it turned out that I had, at some point, commented this out in my rc.conf defaultrouter="192.168.1.1" Everything else seemed to work fine (I use DHCP, so assume that it figured out the router from that). Once I uncommented that line, ntpd started working again. Maybe the netwait and/or dhcp sync would allow ntpd to work without having to specify a default router in rc.conf, but I haven't played with that yet. On 05/18/2012 08:28, Matthew Doughty wrote: > Hello Bjoern, > > It's still a problem for me. Here is a list of my system information: > > Hostname freenas.local FreeNAS Build FreeNAS-8.0.4-RELEASE-p1-x64 (11059) > Platform AMD Athlon(tm) II X2 250 Processor Memory 8144MB System Time Fri > May 18 09:07:22 2012 Uptime 9:07AM up 6 mins, 0 users Load Average 0.00, > 0.21, 0.16 OS Version FreeBSD 8.2-RELEASE-p6 > Are you refering to the OS version? 9.0 or 8.3? Looks like I'm using 8.2. > > Best regards, > Matthew > > > On 17 May 2012 16:48, Bjoern A. Zeeb wrote: > >> On 17. May 2012, at 15:03 , Matthew Doughty wrote: >> >>> Dear Jerermy, >>> >>> Whilst searching for a solution to a problem, I found your post: >>> >> http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064350.html >>> Please could you explain how I can implement the netwait script to solve >>> the problem? I'm new to freenas/BSD but am willing to try working from >> the >>> Cmd line. >> ntpd in head 9.0 and later and 8.3 and later should not exhibit that >> problem >> anymore as it was fixed. Could you please tell me if that is not the >> case? >> >> /bz >> >> -- >> Bjoern A. Zeeb You have to have visions! >> It does not matter how good you are. It matters what good you do! >> >> >