Hi River,

It appears that there is no nfsv3 provider on your system. What do you see
when you do: dtrace -l | grep nfsv3?

Adam

On Wed, Jan 21, 2009 at 07:48:21PM +0000, River Tarnell wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> hi,
> 
> i'm trying to use the nfsv3 provider on S10U6, with the following simple
> script:
> 
>       #! /usr/sbin/dtrace -s
>       #pragma D option quiet
>       nfsv3:::op-read-start {
>               printf("%s\n", args[1]->noi_curpath);
>       }
> 
> however, when running it, i get the following error:
> 
>       dtrace: failed to compile script ./nfs2.d: line 5: failed to grab 
> process 3
> 
> pid 3 is fsflush:
> 
>        UID   PID  PPID   C    STIME TTY         TIME CMD
>       root     3     0   1   Nov 13 ?        1663:31 fsflush
> 
> what am i doing wrong?
> 
> thanks,
> river.
> -----BEGIN PGP SIGNATURE-----
> 
> iD8DBQFJd3wFIXd7fCuc5vIRAgcTAKCjExedEOKNlsZl63yLzZeyXz/HyACgqZY3
> gko1vjR33bZqsorMIdvMidg=
> =Jmcf
> -----END PGP SIGNATURE-----
> _______________________________________________
> dtrace-discuss mailing list
> dtrace-discuss@opensolaris.org

-- 
Adam Leventhal, Fishworks                     http://blogs.sun.com/ahl
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to