Date: Sun, 13 Dec 2020 20:23:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251802] security/clamav: unstoppable, unkillable clamscan process blocking system in state "ufs" Message-ID: <bug-251802-7788-S8iw415f5H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251802-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-251802-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251802 dewayne@heuristicsystems.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dewayne@heuristicsystems.co | |m.au --- Comment #3 from dewayne@heuristicsystems.com.au --- (In reply to O. Hartmann from comment #1) Oliver, perhaps if you could kill the parent pid (kill -s KILL $PPID). Exa= mine=20 ps -axwd -o pid,ppid,command (Generally a SIGTERM should be all that's required, or per FreeBSD's shutdo= wn 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251802-7788-S8iw415f5H>