Subject: *stat commands failing
To: None <port-sparc@netbsd.org>
From: William O Ferry <woferry@iname.com>
List: port-sparc
Date: 02/06/2001 09:03:32
I'm not sure if this is something sparc-specific, my sparc is simply the
first machine I've built my latest sources on. I did a sup 1/24 and built a
1.5Q kernel & userland on my sparc. I've since noticed in the daily output
that some of the *stat commands aren't working. Namely:
hyper# iostat -x
iostat: No drives attached.
device KB/t t/s time MB/s
hyper# netstat -inv
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Colls
hyper# vmstat
vmstat: No drives attached.
vmstat: time makes no sense; namelist must be wrong.
I suspect these problems are related, but does anybody know what could cause
this? I've tried distcleaning and reinstalling lib/libkvm, usr.bin/vmstat and
usr.sbin/iostat, but the problem still occurs. And my includes are up to date
as well. I'll probably try another sup, CVSWeb doesn't indicate any important
changes in these directories in the last two weeks however.
Any thoughts? Thanks in advance.
Will