From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 29 Nov 2009 15:08:33 -0800 Message-ID: <13426df10911291508n197d48b8ia9276c094f16a7d7@mail.gmail.com> From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] strangeness on a server Topicbox-Message-UUID: a4e89310-ead5-11e9-9d60-3106f5b1d025 On a hint from Geoff I did this: 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. ron