From owner-freebsd-stable@FreeBSD.ORG Wed Apr 5 21:50:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CF416A41F for ; Wed, 5 Apr 2006 21:50:21 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2853543D45 for ; Wed, 5 Apr 2006 21:50:15 +0000 (GMT) (envelope-from mmiranda@123.com.sv) Received: (qmail 87667 invoked from network); 5 Apr 2006 22:12:13 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 5 Apr 2006 22:12:13 -0000 Message-ID: <44343C80.4050109@123.com.sv> Date: Wed, 05 Apr 2006 15:54:08 -0600 From: Miguel User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: bind() fd 6, family 28, port 123 at boot time 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: Wed, 05 Apr 2006 21:50:21 -0000 Hi, looking at the messages i see errors with ntp everytime i reboot my server: shiva2# tail /var/log/messages Apr 5 15:32:46 shiva2 kernel: Trying to mount root from ufs:/dev/da0s1a Apr 5 15:32:46 shiva2 ntpd[385]: ntpd 4.2.0-a Tue Mar 14 04:43:54 UTC 2006 (1) Apr 5 15:32:46 shiva2 ntpd[385]: bind() fd 6, family 28, port 123, addr fe80:1::20b:cdff:fe42:3d63, in6_is_addr_multicast=0 flags=0 fails: Can't assign requested address Apr 5 15:32:46 shiva2 ntpd[385]: bind() fd 7, family 28, port 123, addr fe80:2::20b:cdff:fe42:3d62, in6_is_addr_multicast=0 flags=0 fails: Can't assign requested address Apr 5 15:32:47 shiva2 kernel: bge0: link state changed to UP Apr 5 15:32:48 shiva2 kernel: bge1: link state changed to UP Apr 5 15:33:51 shiva2 ntpd[385]: sendto(200.138.151.150): No route to host Apr 5 15:36:03 shiva2 ntpd[385]: kernel time sync disabled 2041 Apr 5 15:37:08 shiva2 ntpd[385]: kernel time sync enabled 2001 someone suggested in the archives that disabling ipv6 could resolv the problem, i already commented out options inet6 and recompiled the kernel, i think the time is syncronized thoug. what can i check? --- Miguel