Re: Dtrace: Module is no longer loaded

2013-03-01 Thread Andriy Gapon
on 21/02/2013 11:12 Eggert, Lars said the following: > Hi, > > On Feb 19, 2013, at 16:03, Andriy Gapon wrote: >> Couple of thoughts: >> - is your kernel installed in the typical location? > > yup. > >> - what does the following produce? >> readelf -a -W /boot/kernel/kernel | fgrep shstrtab

Re: Dtrace: Module is no longer loaded

2013-02-21 Thread Eggert, Lars
Hi, On Feb 19, 2013, at 16:03, Andriy Gapon wrote: > Couple of thoughts: > - is your kernel installed in the typical location? yup. > - what does the following produce? > readelf -a -W /boot/kernel/kernel | fgrep shstrtab > readelf -a -W /boot/kernel/kernel | fgrep SUNW_ctf # readelf -

Re: Dtrace: Module is no longer loaded

2013-02-19 Thread Andriy Gapon
on 19/02/2013 15:49 Eggert, Lars said the following: > Hi, > > did you ever figure this out? I'm seeing the same thing. Couple of thoughts: - is your kernel installed in the typical location? - what does the following produce? readelf -a -W /boot/kernel/kernel | fgrep shstrtab readelf -

Re: Dtrace: Module is no longer loaded

2013-02-19 Thread Eggert, Lars
Hi, did you ever figure this out? I'm seeing the same thing. Lars ___ 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"

Re: Dtrace: Module is no longer loaded

2012-10-29 Thread Monthadar Al Jaberi
-g is included in the base file "AR71XX_BASE" which I have not changed. The error message seems cryptic to me, which module it is talking about that is not loaded? Attaching base file: # # AR71XX -- Kernel configuration file for FreeBSD/MIPS for Atheros 71xx systems # # This includes all the comm

Re: Dtrace: Module is no longer loaded

2012-10-29 Thread Andriy Gapon
on 29/10/2012 16:40 Monthadar Al Jaberi said the following: > On Mon, Oct 29, 2012 at 2:10 PM, Ryan Stone wrote: >> You didn't build with WITH_CTF=1 > > Yes I did, sorry forgot to attach kernel config. What about -g ? http://wiki.freebsd.org/DTrace > # > # Ubiquiti Routerstation Pro: boot from

Re: Dtrace: Module is no longer loaded

2012-10-29 Thread Monthadar Al Jaberi
On Mon, Oct 29, 2012 at 2:10 PM, Ryan Stone wrote: > You didn't build with WITH_CTF=1 Yes I did, sorry forgot to attach kernel config. # # Ubiquiti Routerstation Pro: boot from NFS # # $FreeBSD$ # include "AR71XX_BASE" ident "RSPRO_NFS" hints "RSPRO.hints" makeoptio

Re: Dtrace: Module is no longer loaded

2012-10-29 Thread Ryan Stone
You didn't build with WITH_CTF=1 ___ 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"

Dtrace: Module is no longer loaded

2012-10-29 Thread Monthadar Al Jaberi
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