From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S63M5-0006c8-Rm for garchives@archives.gentoo.org; Fri, 09 Mar 2012 17:11:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D0EBE09D9; Fri, 9 Mar 2012 17:11:26 +0000 (UTC) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 23C6FE0874 for ; Fri, 9 Mar 2012 17:09:43 +0000 (UTC) Received: by werm13 with SMTP id m13so1423269wer.40 for ; Fri, 09 Mar 2012 09:09:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=hLn7fMCyYflW+KxB5oWxCEUUzm1QE9vLpisbGmAoVks=; b=qWVSb28GqQ1AoS1zooWXOaoD0n6Yq+elpthVcdl1SLFxHdwJ3xU3ytn352XPtnhtAM I/A/WKOw11kB+uxGCPYC7q5HuZF13KWkrDJLmwhntfcTricOV45vfUQ4G/sd1z5zMHnh MBbvE+zrt6IdXnPvvZoK+1sxnzxTzMapsg6qVd6BjYNSOfpOBeqUGO5AP0pkUV3rVDEZ Q4WhpyuYWzt/qsjV00hAnNlxsXATC0hiA01m4PhLgLNTEaGVhy66/ZbfPEZYHtUgkLzd Y2DyCDgTCsd+8FrZnLl4zdrsf93uu7NfTuY0paZRms5vyrdqCeTThwNCdQUtoknvn4dJ EfEQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.137.147 with SMTP id y19mr2323369wei.5.1331312983385; Fri, 09 Mar 2012 09:09:43 -0800 (PST) Received: by 10.223.2.194 with HTTP; Fri, 9 Mar 2012 09:09:37 -0800 (PST) In-Reply-To: References: <20120308025700.GA11477@eisen.lan> <20120308145526.GA3771@eisen.lan> <20120308223837.3fa6c0a1@khumba.net> Date: Fri, 9 Mar 2012 09:09:37 -0800 Message-ID: Subject: Re: [gentoo-user] Re: Disk usage during emerge From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7c35f2b6-5887-4e2c-8c73-51b1c59532f1 X-Archives-Hash: 259b5e3100227ec36abd89a9f0efaebf On Fri, Mar 9, 2012 at 7:33 AM, Paul Hartman wrote: > On Fri, Mar 9, 2012 at 12:38 AM, Bryan Gardiner wrote: >> On Thu, 08 Mar 2012 17:56:18 +0200 >> Nikos Chantziaras wrote: >> >>> I discovered this nifty little tool recently that tells you if any >>> deleted files are currently being kept open by running processes: >>> "app-admin/checkrestart". =C2=A0I usually run it after world updates so= I >>> can tell whether I need a restart or not. >> >> Because I'm too lazy to unkeyword and emerge it... =C2=A0Does this progr= am >> show how much space is being used by deleted files? =C2=A0Or, is there a= way >> to access more information about or even recover such a zombie file? >> lsof gives its inode number, but I have no idea how to access it from >> there. > > I just ran it, here's the output: > > Found 22 processes using old versions of upgraded files > (15 distinct programs) > (14 distinct packages) > Is there a way inside of checkrestart to determine exactly which processes it's telling you about? When I installed it at on Niko's suggestion I had one package but I couldn't figure out which it was. A reboot fixed that. Thanks, Mark