Date: Mon, 30 Dec 2013 20:50:01 GMT From: Robert David <robert.david.public@gmail.com> To: freebsd-amd64@FreeBSD.org Subject: Re: amd64/185290: Dtrace does not work on -stable/10 Message-ID: <201312302050.rBUKo1xB094259@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR amd64/185290; it has been noted by GNATS.
From: Robert David <robert.david.public@gmail.com>
To: Mark Johnston <markj@freebsd.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: amd64/185290: Dtrace does not work on -stable/10
Date: Mon, 30 Dec 2013 21:43:06 +0100
Hi,
I got the system installed on my notebook and now does not have any
jail set up.
Tried to move io.d out:
root@notebook ~src (git)-[53624fa...] #
mv /usr/lib/dtrace/io.d /usr/lib/dtrace/io.d.bu
root@notebook ~src (git)-[53624fa...] # dtrace -n 'syscall:::entry
{ @num[execname] = count(); }' dtrace: invalid probe specifier
syscall:::entry { @num[execname] = count(); }:
"/usr/lib/dtrace/psinfo.d", line 90: failed to resolve type
kernel`struct thread * for identifier curthread: Module is no longer
loaded 1
root@notebook ~src (git)-[53624fa...] #
Serching through internet I found this:
http://lists.freebsd.org/pipermail/freebsd-dtrace/2013-October/000110.html
Maybe something not backported from CURRENT.
Robert.
On Mon, 30 Dec 2013 14:17:47 -0500
Mark Johnston <markj@freebsd.org> wrote:
> Hm, I've never seen this on CURRENT.
>
> Are you running in a jail by any chance? Do things work if you remove
> /usr/lib/dtrace/io.d?
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312302050.rBUKo1xB094259>
