Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 22:53:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233179] FreeBSD 12.0-BETA - pkill/pgrep have 20 chars limit
Message-ID:  <bug-233179-227-uCfnZl5byo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233179-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233179-227@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=3D233179

Yuri Pankov <yuripv@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv@FreeBSD.org

--- Comment #1 from Yuri Pankov <yuripv@FreeBSD.org> ---
This is likely due to command name having size of (COMMLEN + 1) (which is 1=
9 +
1 for terminating NUL character) in struct kinfo_proc.  Note that pgrep in
linux seems to have the same limitation. Use `pgrep -f` (match against full
argument list) for workaround.

--=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-233179-227-uCfnZl5byo>