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 1S6Ryc-0008IK-6f for garchives@archives.gentoo.org; Sat, 10 Mar 2012 19:29:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCE5E062A; Sat, 10 Mar 2012 19:29:04 +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 83C88E062A for ; Sat, 10 Mar 2012 19:27:57 +0000 (UTC) Received: by werm13 with SMTP id m13so2342914wer.40 for ; Sat, 10 Mar 2012 11:27:56 -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=TKCooPa5Umt7bbkNeoHpvDWR++C2vqfKoopguozw4Eg=; b=j4EvcXGwWfJPiQJy1GchrnUKlXYtVKwRE14oyT7F8EqZntNEd+WbPp+Vhx03b5qfQv yQFLZFkqC7oSb9COMHFaFED4scgL6llBBE+kGRjp7jQKMPhY9RqsOLq8GnsoanGG48+A TibKFbqWLBF18W/SA3zgAGHgv9SIXDUmrQarTq5S37K1TmZInphLmG6Kurt5N8vxUxpV zK8j98tJiapcZHs7pfJ6cX2PaXGrDmUOat5BSp862NsN5eNWPUfBGwquVPTL/hgnWPzd yb5z7oeje2YfpsyvOkzHjBLUaHMkCLOoTd0oc6RTBhL5qcmoWPcyQArnV48XhqFP3XGi koxw== 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.180.97.41 with SMTP id dx9mr14713530wib.9.1331407676631; Sat, 10 Mar 2012 11:27:56 -0800 (PST) Received: by 10.223.2.194 with HTTP; Sat, 10 Mar 2012 11:27:56 -0800 (PST) In-Reply-To: <20120309184653.22503378@khumba.net> References: <20120308025700.GA11477@eisen.lan> <20120308145526.GA3771@eisen.lan> <20120308223837.3fa6c0a1@khumba.net> <20120309184653.22503378@khumba.net> Date: Sat, 10 Mar 2012 11:27:56 -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: 7750b316-294f-429b-b9e7-d90bfb0c1d42 X-Archives-Hash: 4e2f70a9573d6a2fb12b0478d3b841ce On Fri, Mar 9, 2012 at 6:46 PM, Bryan Gardiner wrote: > On Fri, 9 Mar 2012 09:09:37 -0800 > Mark Knecht wrote: >> On Fri, Mar 9, 2012 at 7:33 AM, Paul Hartman >> wrote: >> > >> > 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 >> > > From Paul's output: >> sys-apps/smartmontools: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 5082 =C2=A0 =C2=A0/usr/sbin/smartd >> sys-auth/consolekit: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 4384 =C2=A0 =C2=A0/usr/sbin/console-kit-daem= on > > This gives the package name, filename, and PID. =C2=A0Are you looking for > something else? > > - Bryan > Hi Bryan, When I run checkrestart here I don't get all the output you saw in Paul's post. Right now I have no problems so the output is boring: c2stable ~ # checkrestart Found 0 processes using old versions of upgraded files c2stable ~ # However earlier, when I had 1 old file in use checkrestart told me I had 1 process that needed to be restarted but didn't tell me which one. It did say something like Read checkrestart(1) which I took to be a man page, but I couldn't get anything to come up using= man. Cheers, Mark