From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Listing processes that use old files Date: Sun, 18 Jan 2015 15:15:45 +0100 Message-ID: <87iog4dvji.fsf@gnu.org> References: <54BAF9A4.4090208@ninthfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCqdr-0003SP-G1 for guix-devel@gnu.org; Sun, 18 Jan 2015 09:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCqdo-0006L8-A8 for guix-devel@gnu.org; Sun, 18 Jan 2015 09:15:51 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:44872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCqdo-0006Ks-34 for guix-devel@gnu.org; Sun, 18 Jan 2015 09:15:48 -0500 In-Reply-To: <54BAF9A4.4090208@ninthfloor.org> (Kete Foy's message of "Sat, 17 Jan 2015 19:09:08 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Kete Foy Cc: guix-devel@gnu.org Kete Foy skribis: > Enhancement request for a notice of processes running old files after > upgrading a package. > In this case, the upgraded package would be a dependency of another proce= ss. > This is crucial for running patched software without security > vulnerabilities. > A guix command for listing the processes would be nice, but we could > lsof in the meantime. > The package manager would not take any further action. > We discussed this in the IRC channel. Yes, one can use =E2=80=98lsof=E2=80=99 or similar to find out processes us= ing old packages. It=E2=80=99s not clear to me what Guix can do exactly to help wi= th that. Do you have anything in mind? Ludo=E2=80=99.