Stable on amd64.
For those arches yet to test it, it also seems to work well on SATA drives:
Plato ~ # scsiping -c 3 -d /dev/sda1
PING /dev/sda1:
reply from to /dev/sda1, seq=0 time=2.31 ms
reply from to /dev/sda1, seq=1 time=0.81 ms
reply from to /dev/sda1, seq=2 time=0.71 ms
--- /dev/sda1 ping statistics ---
3 test units, 3 ok, 0.00% failed
round-trip min/avg/max = 0.7/1.3/2.3 ms
Plato ~ #
* QA Notice: Pre-stripped files found:
* /var/tmp/portage/portage/sys-block/scsiping-0.0.1/image/usr/sbin/scsiping
I suggest this:
--- scsiping-0.0.1.ebuild 9 Apr 2007 17:37:02 -0000 1.4
+++ scsiping-0.0.1.ebuild 10 Apr 2007 18:55:08 -0000
@@ -13,6 +13,7 @@
DEPEND="${RDEPEND}"
src_compile() {
+ sed -i -e 's:strip :#strip :' Makefile
emake DEBUG=''
}