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-unsubscr...@freebsd.org"
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"