From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 29 Nov 2009 20:07:39 -0500 To: 9fans@9fans.net Message-ID: <5d6fa8c3f419943289e0d8112a95f36a@ladd.quanstro.net> In-Reply-To: <<13426df10911291508n197d48b8ia9276c094f16a7d7@mail.gmail.com>> References: <<13426df10911291508n197d48b8ia9276c094f16a7d7@mail.gmail.com>> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] strangeness on a server Topicbox-Message-UUID: a4fef20e-ead5-11e9-9d60-3106f5b1d025 > Nov 29 17:57:56 EST 2009 local.c 5559 [bootes] > local.c:227 c /n/dump/2009/1129/sys/src/9/boot/local.c:227 > < run("/boot/venti", "-c", f[0], "-m", "20", "-a", f[1], "-h", f[2], 0); > --- > > run("/boot/venti", "-c", f[0], "-a", f[1], "-h", f[2], 0); > > And things are *much* better. > > I wonder if this should not be the default for local.c. that makes sense. the problem i have is that venti is either trying too hard to fix bad defaults, or not hard enough. i think it should just do what we tell it and crash if it gets unreasonable input. - erik