"Alexander R. Eremin" wrote: > > After replacing /bin/sh -> /usr/bin/ksh93 in snv91 I've got > "Requesting System Maintenance Mode (See > /lib/svc/share/README for more information" after kernel > booting. What's > difference for snv91 and OpenSolaris?
Erm... did you copy /usr/bin/ksh93 to /sbin/sh ? AFAIK this won't work since /usr/bin/ksh93 is a hardlink to /usr/lib/isaexec which executes either a 32bit or 64bit version of ksh93 depending on the output of "isalist". On SPARC you need to copy /usr/bin/sparcv7/ksh93 to /sbin/sh and on x86 you need to copy /usr/bin/i86/ksh93 to /sbin/sh to get this working... ---- Bye, Roland P.S.: Please use [EMAIL PROTECTED] (please subscribe before posting) for technical ksh93 questions... PPS: Setting Reply-To: to [EMAIL PROTECTED] ... -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
