-----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

Reply via email to