From owner-freebsd-current@FreeBSD.ORG Mon Oct 29 09:54:32 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4161B246 for ; Mon, 29 Oct 2012 09:54:32 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 12CB18FC19 for ; Mon, 29 Oct 2012 09:54:31 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so4331816pbb.13 for ; Mon, 29 Oct 2012 02:54:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/rLUMYR+r/bbeZmKQabDFkT1waT2NoEJtcaUgUeLZNM=; b=r13lg21qRahMAQ3j3bnUaQ1on/SeEV7Uh5orGHbiMBnEnz61Z+hj8FT/gZfkNiqti3 tOaoFgUMqMNFwvzqbP9l3mBB4cntoEKzAQ3ChEBvEicH1vkEvIyfvlIpP7eIrYyA/SVG HvT3gsSChgVPKnEuktAOgl4mhvYq9utoRrpUB2Btcez2IIlpyeS5vk61e+XsRTv9N1bB KlNNwinIL+PRROYVG/eJ64s4Ncv+7PFUGUXg00t/fqVKetyDJo1Yi+swDu17x+0q8hne X/0sySlmxALpKgxrmjOZEhvMSx2iK0z145pR96kCO68cIuO872OuB+jBu3C7GEu52IGe MakQ== MIME-Version: 1.0 Received: by 10.68.233.230 with SMTP id tz6mr91027875pbc.36.1351504471535; Mon, 29 Oct 2012 02:54:31 -0700 (PDT) Received: by 10.68.218.2 with HTTP; Mon, 29 Oct 2012 02:54:31 -0700 (PDT) Date: Mon, 29 Oct 2012 10:54:31 +0100 Message-ID: Subject: Dtrace: Module is no longer loaded From: Monthadar Al Jaberi To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 09:54:32 -0000 Hi, I am running FreeBSD current on RouterStation Pro (Mips) using nfs. I followed the handbook about how to compile for Dtrace support. and kldload dtraceall succeeded. But when I tried to run: dtrace -n 'syscall:::' I got error message saying: 'dtrace: invalid probe specifier syscall:::: "/usr/lib/dtrace/psinfo.d", line 88: failed to resolve type kernel`struct thread * for identifier curthread: Module is no longer loaded' I even tried to run some scripts I found here http://wiki.freebsd.org/DTrace/Examples but got same error. What am I missing? kldstat shows: Id Refs Address Size Name 1 24 0x80050000 64fc60 kernel 10 1 0xcdd9b000 a03 dtraceall.ko 11 1 0xce2b2000 54d3 profile.ko 12 10 0xce2b8000 4621 opensolaris.ko 13 3 0xce2bd000 4a3c cyclic.ko 14 8 0xce2c2000 138cfc dtrace.ko 15 1 0xce3fb000 15ff4 systrace.ko 16 1 0xce411000 4a95 sdt.ko 17 1 0xce416000 4c2b lockstat.ko 18 1 0xce41b000 54f0 dtnfsclient.ko 19 1 0xce421000 49d7 dtmalloc.ko 20 1 0xce426000 49e1 dtio.ko uname -a: FreeBSD MESHGATE-12 10.0-CURRENT FreeBSD 10.0-CURRENT #7: Fri Oct 26 13:20:29 CEST 2012 root@challenger:/usr/obj/mips.mips/usr/src/sys/RSPRO_NFS mips FreeBSD head r238604. thank you, -- Monthadar Al Jaberi