Displaying 3 results from an estimated 3 matches for "kotal".
Did you mean:
total
2008 Oct 01
5
ustack()s of SIGSEGV''ed programs
Hi all,
I am trying to write a D script which would print ustack() for every
program in the system receiving SIGSEGV. All the stacks printed in
trap()/sigtoproc() context do not have meaningful symbols.
The following solves the problem to some degree but I''d much rather have
a self-contained D script.
dtrace -w -n ''fbt:genunix:sigtoproc:entry/arg2 == 11/ {
2008 Nov 20
0
Megacli, NetCat, and Virt-Install Test Suites Released
...t suite.
More information on Megacli test suite can be found at:
http://opensolaris.org/os/community/storage/tests/
http://src.opensolaris.org/source/xref/test/ontest-stc2/src/suites/storage/megacli/README
http://src.opensolaris.org/source/xref/test/ontest-stc2/src/suites/storage/megacli/
Vladimir Kotal from the Solaris RPE Security group, has released the NetCat test
suite.
More information on the NetCat test suite can be found at:
http://opensolaris.org/os/community/networking/tests/nc/
http://src.opensolaris.org/source/xref/test/ontest-stc2/src/suites/net/nc/README
http://src.opensolaris.org/so...
2006 Sep 13
0
how to list clones for a snapshot
Hello,
Is there a way how to list all clones for given snapshot of a file-
system ?
e.g. I have the following snapshots:
local/testfs at sunday
local/testfs at monday
local/testfs at tuesday
and clone local/tuesday of local/testfs at tuesday. Now I''d like to get
local/tuesday using
local/testfs at tuesday as input.
v.