-
As of fuser.c cvs revision 1.55, with the incorporation of different proc_types, fuser fails to kill any processes if it was able to detect any of the special proc_types. This is because the special proc_types were given a pid of 0. The glibc kill call, when passed a pid of 0, attempts to kill all processes in the current process group. Therefore, fuser kills itself.
The proposed patch checks...
2009-11-05 16:57:47 UTC by lierik
-
csmall committed patchset 226 of module psmisc to the psmisc CVS repository, changing 1 files.
2009-10-15 00:28:13 UTC by csmall
-
csmall committed patchset 225 of module psmisc to the psmisc CVS repository, changing 3 files.
2009-10-15 00:26:10 UTC by csmall
-
csmall committed patchset 224 of module psmisc to the psmisc CVS repository, changing 1 files.
2009-10-07 00:54:53 UTC by csmall
-
csmall committed patchset 223 of module psmisc to the psmisc CVS repository, changing 2 files.
2009-10-06 08:16:52 UTC by csmall
-
I want to compile it on arm platform, so how should I do?.
2009-09-01 21:29:56 UTC by alexwang318
-
csmall committed patchset 222 of module psmisc to the psmisc CVS repository, changing 6 files.
2009-08-26 23:59:52 UTC by csmall
-
$subj.
Fedora package includes this.
2009-08-04 23:52:59 UTC by lkundrak
-
One of the more significant changes in psmisc 22.8 is that fuser now can detect and display files or partitions that are being "used" as a kernel mount, NFS export or a swap partition or file. The code to do this is reasonably simple, but it is new code.
Go out and try it! It only works with the -v flag in fuser as there didn't seem to be any sensible way to put it in the...
2009-07-25 00:04:55 UTC by csmall
-
csmall made 1 file-release changes.
2009-07-24 23:30:01 UTC by csmall