From owner-freebsd-emulation@freebsd.org Wed Jul 29 13:47:50 2015 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B864D9AC929 for ; Wed, 29 Jul 2015 13:47:50 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A47EB120 for ; Wed, 29 Jul 2015 13:47:50 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: by mail.lifanov.com (Postfix, from userid 58) id 9622D1F6A66; Wed, 29 Jul 2015 09:47:43 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.1 Received: from [127.0.0.1] (vnat004.nandomedia.com [166.108.31.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 16C5F1F6A63 for ; Wed, 29 Jul 2015 09:47:41 -0400 (EDT) To: freebsd-emulation@freebsd.org From: Nikolai Lifanov Subject: ldconfig slow on HEAD? X-Enigmail-Draft-Status: N1110 Message-ID: <55B8D97C.6020304@mail.lifanov.com> Date: Wed, 29 Jul 2015 09:47:40 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 13:47:50 -0000 Hello! For the last couple of weeks or so (I can't nail the exact revision because I didn't think much of it then), ldconfig from /compat/linux (linux_base-c6) has been very, very slow. It sits there consuming 100% of one CPU core for a few minutes. This is severe when installing/uninstalling several linux_* packages. My system is otherwise idle. Let me know if I can provide better diagnostic information. - Nikolai Lifanov