[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Listing processes that use old files
From: |
Ludovic Courtès |
Subject: |
Re: Listing processes that use old files |
Date: |
Sun, 18 Jan 2015 15:15:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Kete Foy <address@hidden> 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 process.
> 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 ‘lsof’ or similar to find out processes using old
packages. It’s not clear to me what Guix can do exactly to help with
that. Do you have anything in mind?
Ludo’.