I love how "zypper ps" in openSuse 11.2 tells you which currently running processes need to be restarted after an update with "zypper update".
How can I do this with other distros, in particular CentOS?
|
|
|
A generic solution would be:
This gives a list of files which are deleted, but still referenced by processes. FYI, internally, the system already replaced the filename, hence it points to the new data. The old data blocks still exist at the disk until the remaining applications have closed the file. |
||||
|
|
|
yum has no option to do this. and i don't know about a plugin which could this. but when you have time and fun with scripting, it should be possible to do it with yum commands.
this is just a rough outline of the script, but should do the same as |
|||
|
|
|
I can see this is a very old post, but nevertheless here's answer for at least Fedora:
After installation yum will tell you which processes need restart after upgrading packages. |
|||
|
|
|
In Debian you can use |
||||
|
|