From owner-freebsd-current@FreeBSD.ORG Sun Jul 29 01:18:58 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08406106564A for ; Sun, 29 Jul 2012 01:18:58 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id D6BE08FC14 for ; Sun, 29 Jul 2012 01:18:57 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6T1IuDh031572; Sun, 29 Jul 2012 01:18:56 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id shcnpdanwk5it53gnya4hasrbs; Sun, 29 Jul 2012 01:18:56 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: <50141F96.5070808@zedat.fu-berlin.de> Date: Sat, 28 Jul 2012 18:18:55 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <50141F96.5070808@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.1278) Cc: "freeb >> Current FreeBSD" Subject: Re: r238860: bsdtar: eating up 100% CPU, hanging X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 01:18:58 -0000 On Jul 28, 2012, at 10:21 AM, O. Hartmann wrote: > When updating ports (like databases/sqlite3 or graphics/png via = portmaster graphics/png), the installation process comes to a point = where a backup of the old port is created with bsdtar. The process hangs = then =85 > My operating system is > FreeBSD 10.0-CURRENT #0 r238860: Sat Jul 28 11:28:38 CEST 2012 That's newer than my -CURRENT system here; I'm updating now. Martin imported a few changes from upstream just recently, so this is likely a new problem. > What to do? Can you get the full command line for the command that's hanging? $ ps auxww | grep tar Knowing the exact options that were used will help narrow it down. Thanks for reporting it, Tim