Note to self:
While executing Dtrace scripts i've encountered "No such file or directory" problem on Solaris.
Solution is very simple - edit your script and remove first line -
/usr/sbin/dtrace -Cs
Then run this script with same option but from command line:
/usr/sbin/dtrace -Cs socketsnoop.d
While executing Dtrace scripts i've encountered "No such file or directory" problem on Solaris.
Solution is very simple - edit your script and remove first line -
/usr/sbin/dtrace -Cs
Then run this script with same option but from command line:
/usr/sbin/dtrace -Cs socketsnoop.d
No comments:
Post a Comment