Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 05:56:21 +0000 (GMT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Shawn Webb <lattera@gmail.com>
Cc:        FreeBSD-current <freebsd-current@freebsd.org>
Subject:   Re: DTrace Broken?
Message-ID:  <alpine.BSF.2.00.1102210555380.22315@fledge.watson.org>
In-Reply-To: <AANLkTinXetG6%2B1Xza2fCoXHZaQVaOvWwCc4y3t8Tfk5Y@mail.gmail.com>
References:  <AANLkTinXetG6%2B1Xza2fCoXHZaQVaOvWwCc4y3t8Tfk5Y@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Feb 2011, Shawn Webb wrote:

> Hey fellow current users,
>
> Looks like dtrace is broken in current:
>
> # dtrace -l -f acl dtrace: invalid probe specifier acl: 
> "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t"

Error messages along these lines almost always mean that the kernel was built 
without WITH_CTF (causing dtrace to be unable to find the type information it 
requires).

Robert

>
> Line 37 shows:
>       uid_t   pr_uid;         /* real user id */
>
> Looks good to me, but why is dtrace complaining?
>
> Thanks,
>
> Shawn Webb
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1102210555380.22315>