From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <375dc1a56df7cd9a4cd8c040fa37dbeb@quanstro.net> From: erik quanstrom Date: Sun, 6 Sep 2009 17:45:24 -0400 To: 9fans@9fans.net In-Reply-To: <87my574wlv.fsf@marvin.902northland.adams.home> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Installer error (not supposed to happen) Topicbox-Message-UUID: 670908ea-ead5-11e9-9d60-3106f5b1d025 > After running fdisk on sdC1 I see the following error message when I > am returned to the installer menu: > > Preparing menu...test: unexpected operator/operand: /dev/sdC1/plan9 never seen that. i don't see what the problem is by simple inspection. but i have confused the installer on occasion. if you can't get back on track by forcing the step by just typing it at the prompt, the easiest trick might be something like this at the installer prompt: !rc # cp /bin/test /tmp/builtintest # {echo '#!/bin/rc' echo '/tmp/builtintest $* || echo >[1=2] failed test args: $*}>/tmp/test # chmod a+x /tmp/test # bind /tmp/test /bin/test this will at the least tell us what the full arguments to test were. and maybe give you some ideas on what to do next. - erik