From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 6 Sep 2009 21:01:22 -0600 Message-Id: <87iqfv4fwd.fsf@marvin.902northland.adams.home> From: madams@phantomware.ca (Matt Adams) To: 9fans@9fans.net In-reply-to: <375dc1a56df7cd9a4cd8c040fa37dbeb@quanstro.net> (message from erik quanstrom on Sun, 6 Sep 2009 17:45:24 -0400) References: <375dc1a56df7cd9a4cd8c040fa37dbeb@quanstro.net> Subject: Re: [9fans] Installer error (not supposed to happen) Topicbox-Message-UUID: 6754da9a-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. Further to my other debugging info, I suspect that /bin/test is perhaps broken. I found a reference to this and wonder if maybe an old bug has resurfaced: http://archive.netbsd.se/?ml=Plan9-9fans&a=2006-11&t=2651643 Testing manually in a terminal I get the following: % test -f /dev/sdC1/plan9 # works, I think % test -f /dev/sd*/plan9* test: unexpected operator/operand: /dev/sdC1/plan9 Hope this helps, Matt