From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 24 21:56:38 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 0BAC91065675 for ; Wed, 24 Feb 2010 21:56:38 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id C59798FC17 for ; Wed, 24 Feb 2010 21:56:37 +0000 (UTC) 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.15 X-Note-Reverse-DNS: ht02.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.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 29426402 for freebsd-hackers@freebsd.org; Wed, 24 Feb 2010 15:56:36 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.200]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Wed, 24 Feb 2010 15:56:36 -0600 From: Peter Steele To: "freebsd-hackers@freebsd.org" Date: Wed, 24 Feb 2010 15:56:35 -0600 Thread-Topic: ntpd hangs under FBSD 8 Thread-Index: Acq1g6q9iX5Mk83lSJ2rLhjxnsGOLwAF8vgw Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95522@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D5C73@MBX03.exg5.exghost.com> <20100220113349.GA22800@kiwi.sharlinx.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D60B7@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D60DD@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95389@MBX03.exg5.exghost.com> <20100224190035.GA5026@wep4035.physik.uni-wuerzburg.de> In-Reply-To: <20100224190035.GA5026@wep4035.physik.uni-wuerzburg.de> 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 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 21:56:38 -0000 >> How do I get libc built with full debug symbols? >=20 >I haven't tried it by myself but think here is the way to go: put the foll= owing to /etc/make.conf and recompile needed libraries / ports. >WITH_DEBUG=3Dyes >DEBUG_FLAGS=3D-g That didn't seem to have any effect. I still see -O2 being used instead of = -O0. >Mmm... Do other daemons (sshd, lpd, ...) also fail when started through th= is script? Normal commands (ls, ps) seem not affected. I tried a few other things and they all seemed to run correctly. We use thi= s same general approach in the full version of this script to launch lots o= f applications. Its role in fact is a process launcher/monitor. I stripped = it down to the bare minimum in order to isolate the cause of the problem. I= t seems that only ntpd hangs, but not if I use Python 2.5.1.