Hello,
I'm running FreeBSD 9.0-current on a PowerMac G5:
I have installed smartmontools from ports:
Which looks ok, but doesn't really work:
Is this a known issue? I googled it, but didn't find anything related.
I'm running FreeBSD 9.0-current on a PowerMac G5:
Code:
root@kg-g5# uname -a
FreeBSD kg-g5.kg4.no 9.0-CURRENT FreeBSD 9.0-CURRENT #119 r217462M: Sat Jan 15 16:05:38 CST 2011
root@comporellon.tachypleus.net:/usr/obj/powerpc.powerpc/usr/src/sys/GENERIC powerpc
Code:
root@kg-g5# pkg_info | grep smartmontools
smartmontools-5.40 S.M.A.R.T. disk monitoring tools
Code:
root@kg-g5# smartctl
smartctl 5.40 2010-10-16 r3189 [FreeBSD 9.0-CURRENT powerpc] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
ERROR: smartctl requires a device name as the final command-line argument.
Use smartctl -h to get a usage summary
root@kg-g5# smartctl -H /dev/ad0
smartctl 5.40 2010-10-16 r3189 [FreeBSD 9.0-CURRENT powerpc] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
Segmentation fault (core dumped)
root@kg-g5# smartctl -a /dev/ad0
smartctl 5.40 2010-10-16 r3189 [FreeBSD 9.0-CURRENT powerpc] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
Segmentation fault (core dumped)