From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 15:45:03 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F1E16A41C for ; Tue, 5 Jul 2005 15:45:03 +0000 (GMT) (envelope-from root@frostsystem.com) Received: from smtp.zebratelecom.ru (mx.zebratelecom.ru [213.145.47.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C4043D55 for ; Tue, 5 Jul 2005 15:45:03 +0000 (GMT) (envelope-from root@frostsystem.com) Received: from [213.145.51.142] (port=2502 helo=zolotoy.ru) by smtp.zebratelecom.ru with esmtp (Exim 4.51) id 1DppbS-0008A8-IH for freebsd-bugs@freebsd.org; Tue, 05 Jul 2005 19:44:55 +0400 Received: from mx by zolotoy.ru (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000074532.msg for ; Tue, 05 Jul 2005 19:44:50 +0400 Message-ID: <002a01c58178$79b2b260$0200010a@ZOLOTOYT.local> From: "Konstantin Feoktistov" To: Date: Tue, 5 Jul 2005 19:44:48 +0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 X-Authenticated-Sender: root@frostsystem.com X-Spam-Processed: zolotoy.ru, Tue, 05 Jul 2005 19:44:50 +0400 (not processed: message from valid local sender) X-Return-Path: root@frostsystem.com X-MDaemon-Deliver-To: freebsd-bugs@freebsd.org X-MDAV-Processed: zolotoy.ru, Tue, 05 Jul 2005 19:44:50 +0400 X-ZTAV-Spam-Score: 0.5 # (/) X-ZTAV2Scan-Signature: 9c0385a7fa1b5593c1a016fdbe0d1587 X-ZTAVScan-Signature: d05d618964d4d62b3a19fc9f5597bfab Subject: NTPD bug (can't bind to address) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 15:45:03 -0000 Hi, I've a problem: ntpd fails to bind IP-address during startup #### /var/log/messages #### Jul 5 12:44:21 hq ntpd[432]: ntpd 4.2.0-a Sun Jul 3 14:40:44 MSD 2005 (1) Jul 5 12:44:21 hq ntpd[432]: no IPv6 interfaces found Jul 5 12:44:21 hq ntpd[432]: bind() fd 9, family 2, port 123, addr 10.1.0.1, in_classd=0 flags=0 fails: Address already in use I asked some other FreeBSD users - looks like this problem occurs with latest versions (in 5 branch - since 5.3-RELEASE). Month ago i've posted bug report (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/81997), but looks like nobody answer or commit it (???). Probably, this isn't just only FreeBSD problem - 'cause latest ntpd-dev & ntpd-stable also has the same bug? Regards, Konstantin...