From owner-freebsd-questions@FreeBSD.ORG Tue Sep 4 05:30:11 2007 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D8DA16A417; Tue, 4 Sep 2007 05:30:11 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCDB13C45D; Tue, 4 Sep 2007 05:30:08 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id PAA08134; Tue, 4 Sep 2007 15:30:05 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 4 Sep 2007 15:30:03 +1000 (EST) From: Ian Smith <smithi@nimnet.asn.au> To: Kris Kennaway <kris@FreeBSD.org> In-Reply-To: <46DBC523.3040707@FreeBSD.org> Message-ID: <Pine.BSF.3.96.1070904151222.16206E-100000@gaia.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@FreeBSD.org Subject: Re: g_vfs write error = 28, bad memory? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 04 Sep 2007 05:30:11 -0000 On Mon, 3 Sep 2007, Kris Kennaway wrote: > Ian Smith wrote: [..] > > But is running out of memory with swap-backed md (with no swap) likely > > to be any prettier than the panics from (unreserved) malloc backing? > Probably not. No worse though. Couldn't be :) > > By 'ideally' I guess you mean that it doesn't, yet? I hope to get a > Correct. Ta. Had a bit of a browse through md.c, but soon got a stiff neck. > > Also noted in passing: the 'auto' parameter to bsdlabel(8) used by one > > mdconfig(8) example is undocumented, though supported in bsdlabel.c > > OK, you should submit a PR. FWIW, docs/116047 Cheers, Ian