[Bug 251802] security/clamav: unstoppable, unkillable clamscan process blocking system in state "ufs"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 13 20:23:31 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251802
dewayne at heuristicsystems.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dewayne at heuristicsystems.co
| |m.au
--- Comment #3 from dewayne at heuristicsystems.com.au ---
(In reply to O. Hartmann from comment #1)
Oliver, perhaps if you could kill the parent pid (kill -s KILL $PPID). Examine
ps -axwd -o pid,ppid,command
(Generally a SIGTERM should be all that's required, or per FreeBSD's shutdown
sequence, finally a SIGKILL deals with the recalcitrant)
Also, don't rule out that you might have a full /tmp /var/tmp. If an inode is
being used, it may be locked to a naughty process and the space may appear
free, but isn't.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list