From owner-freebsd-ia64@FreeBSD.ORG Wed Mar 17 23:59:17 2010 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0A791065677; Wed, 17 Mar 2010 23:59:17 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE378FC0A; Wed, 17 Mar 2010 23:59:17 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp025.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZG00KYQAMRB560@asmtp025.mac.com>; Wed, 17 Mar 2010 16:59:17 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003170286 From: Marcel Moolenaar In-reply-to: <20100317163230.GJ87732@mech-cluster241.men.bris.ac.uk> Date: Wed, 17 Mar 2010 16:59:15 -0700 Message-id: <8F22D9F5-DFF0-4877-9499-7A11839F0B30@mac.com> References: <20100317163230.GJ87732@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: ldd leaves the machine unresponsive X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 23:59:17 -0000 On Mar 17, 2010, at 9:32 AM, Anton Shterenlikht wrote: > Just updated to ia64 r205248 > > If my problem is due to my mis-configuration, > I apologise in advance. > > I run this shell script after each upgrade > and 'make delete-old-libs' to check > if any shared objects need to be rebuilt: > > > > #!/bin/sh > > for file in `find /bin /sbin /usr/bin /usr/sbin /usr/lib /usr/libexec /usr/local -name "*"` > do > echo $file > ldd $file >> /root/ldd_results 2> /dev/zero > done > > > After the upgrade to r205248, the script > freezes at seemingly random points. The script is pretty disk intensive. How long do you wait before giving up on output? -- Marcel Moolenaar xcllnt@mac.com