Date: Sat, 4 Jan 1997 13:57:14 -0500 (EST) From: Charles Henrich <henrich@crh.cl.msu.edu> To: joerg_wunsch@uriah.heep.sax.de Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: systat -io 1 (2.2-BETA) Message-ID: <199701041857.NAA05728@crh.cl.msu.edu> In-Reply-To: <Mutt.19970104120339.j@uriah.heep.sax.de> from J Wunsch at "Jan 4, 97 12:03:39 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> As Charles Henrich wrote: > > > systat -io 1 > > > > :number > > > > wait... > > > > Seg fault... > > Perhaps only on your 55-disk system? It works fine on my copy of > 2.2-BETA, but that's admittedly only with a single disk. > > Can you run gdb on it? Okay, I tracked down my two recent problems with iostat and systat, for some nasty reason the kernel is #defining the max number of disks to keep stats on (grumble grumble grumble) DK_NDRIVE, and its set to 8, I reset it to 16, recompiled kernel and related binaries (iostat/systat) and now both tools notice all 13 of my disks and systat no longer dumps core. Although it is odd that it does.. I'll have too look further, but the problem may have been when I fed systat a drive name that it didnt find in the kernel list it barfed.. -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701041857.NAA05728>