From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 24 22:40:50 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE4C51065688 for ; Wed, 24 Feb 2010 22:40:50 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id 81E348FC2E for ; Wed, 24 Feb 2010 22:40:50 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Policy: GLOBAL - maxiscale.com X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.45 X-Note-Reverse-DNS: ht03.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G173 G174 G175 G176 G180 G181 G192 G279 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.45] (HELO HT03.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 29436428; Wed, 24 Feb 2010 16:40:48 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.200]) by HT03.exg5.exghost.com ([10.242.228.75]) with mapi; Wed, 24 Feb 2010 16:40:48 -0600 From: Peter Steele To: John Baldwin , Kostik Belousov Date: Wed, 24 Feb 2010 16:40:47 -0600 Thread-Topic: ntpd hangs under FBSD 8 Thread-Index: Acq1odVHbFmZpXEQSOWN18WrA3zH+QAAH0HQ Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95569@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D5C73@MBX03.exg5.exghost.com> <201002241517.25659.jhb@freebsd.org> <20100224220947.GX50403@deviant.kiev.zoral.com.ua> <201002241724.40876.jhb@freebsd.org> In-Reply-To: <201002241724.40876.jhb@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-hackers@freebsd.org" Subject: RE: ntpd hangs under FBSD 8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 22:40:50 -0000 >> make install should be done with DEBUG_FLAGS containing -g too, otherwis= e >> strip(1) is called on the installed binary. > >Doh, yes. I did not do this; that's likely my problem. Thanks.