From owner-freebsd-current Tue Dec 21 12:19:14 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 773B81552E for ; Tue, 21 Dec 1999 12:19:02 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id MAA83346; Tue, 21 Dec 1999 12:18:57 -0800 (PST) (envelope-from dillon) Date: Tue, 21 Dec 1999 12:18:57 -0800 (PST) From: Matthew Dillon Message-Id: <199912212018.MAA83346@apollo.backplane.com> To: Tamiji Homma Cc: current@FreeBSD.ORG Subject: Re: vm_page_remove panic References: <199912202012.MAA16922@apollo.backplane.com> <19991221082721P.thomma@baynetworks.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try turning off UDMA operation on your IDE disks. It should be in the kernel configuration somewhere, but the IDE driver has changed so often I have no idea which one you are using. -Matt Matthew Dillon : :> What's your filesystem configuration? Do a 'df'. Are any of the :> filesystems non-standard? : :/usr/src on /dev/ad0s2f :/usr/obj on /dev/ad2f :/usr/home/ncvs on /dev/ad0s2f : :I think that swap is 256MB. : :Thanks : :Tammy : :Filesystem 1K-blocks Used Avail Capacity Mounted on :/dev/ad0s2a 63503 37973 20450 65% / :/dev/ad0s2f 3821072 2736001 779386 78% /usr :/dev/ad0s2e 127023 9585 107277 8% /var :procfs 4 4 0 100% /proc :/dev/ad2a 31743 15271 13933 52% /w/root :/dev/ad2e 127023 443 116419 0% /w/var :/dev/ad2f 10495674 4293383 5362638 44% /w/usr : :/dev/ad0s2a on / (ufs, NFS exported, local, soft-updates, writes: sync 5 async 1709, reads: sync 639 async 25) :/dev/ad0s2f on /usr (ufs, NFS exported, local, soft-updates, writes: sync 6 async 13365, reads: sync 50750 async 310) :/dev/ad0s2e on /var (ufs, local, soft-updates, writes: sync 75 async 946, reads: sync 422 async 4) :procfs on /proc (procfs, local) :/dev/ad2a on /w/root (ufs, local, soft-updates, writes: sync 2 async 7, reads: sync 48 async 0) :/dev/ad2e on /w/var (ufs, local, soft-updates, writes: sync 2 async 4, reads: sync 47 async 0) :/dev/ad2f on /w/usr (ufs, NFS exported, local, soft-updates, writes: sync 2 async 15065, reads: sync 42576 async 7) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message