Date: Wed, 26 Jul 2000 19:24:46 +1000 (EST) From: Andy Farkas <andyf@speednet.com.au> To: Ben Williams <williamsl@home.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: troublesome log messages Message-ID: <Pine.BSF.4.10.10007261919060.56070-100000@backup.af.speednet.com.au> In-Reply-To: <8200.000726@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Jul 2000, Ben Williams wrote: > >swap_pager: indefinite wait buffer: device: 131073, blkno: 204072, size: 12288 > > but I don't know what that means. Your swap space has bad blocks on the disk. Try doing # dd if=/dev/wd0s1c of=/dev/null bs=64k which will try and read your entire disk (assuming your disk is wd0). > > 28507083 copy-on-write faults > > 2168 intransit blocking page faults > > 70344615 total VM faults taken > > showed up in the output (along with lots of other stats) and those > don't make me feel too happy. "Faults" is a term referring to how virtual memory works. Basically, if the CPU tries to access a page not in memory, it generates a fault, which causes the OS to find and bring that page into memory. Looks like your system has been running for a while :-) > > -- > Ben Williams. > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10007261919060.56070-100000>