From: Victor Duchovni (no email)
Date: Wed Sep 01 2004 - 11:13:36 EDT
On Wed, Sep 01, 2004 at 04:59:22PM +0200, Bummibaer wrote:
> # truss -f -t '!all' -m '!all' -s'SIGBUS' -SSIGBUS -p <PID> doesn?t work on the
> BSD Box.
> Result is "all: Event not found."
>
This is a misfeature in "csh" derived shells, use "ksh" or "bash".
# exec bash
bash# truss -f -t '!all' -m '!all' -s'SIGBUS' -SSIGBUS -p <PID>
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users>
|
|
|