From owner-cvs-all Mon Jan 29 9:43:52 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 0388C37B698; Mon, 29 Jan 2001 09:43:22 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0THcTf65190; Mon, 29 Jan 2001 09:38:29 -0800 (PST) (envelope-from dillon) Date: Mon, 29 Jan 2001 09:38:29 -0800 (PST) From: Matt Dillon Message-Id: <200101291738.f0THcTf65190@earth.backplane.com> To: Sheldon Hearn Cc: mjacob@feral.com, Poul-Henning Kamp , John Baldwin , cvs-all@freebsd.org, cvs-committers@freebsd.org, Mikhail Teterin Subject: Re: workaround for broken mfs using vn. (was Re: cvs commit: src/sys/i386/conf GENERIC ) References: <22776.980777692@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :I'm using an md(4)-backed /tmp fine at the moment with last night's :CURRENT. I _did_ have hassles with Monday's CURRENT when my box locked :solid doing this: : :# kldload md :# mdconfig -a -t swap -s 128M :md0 :# mdconfig -d -u 0 :# kldunload md :# kldload md :[...] /boot/kernel/kernel: WARNING: Driver mistake: repeat make_dev("mdctl") : :But I doubt that this is what you're seeing, and it may well have been :fixed since Monday. : :Ciao, :Sheldon. It's probably the kldunload causing the problem.. aka the mutex issue that was brought up earlier? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message