On Tue, May 27, 2008 at 5:55 PM, Paul Whitener <[EMAIL PROTECTED]> wrote: > Has anyone been able to install SRSS on the new OpenSolaris 200805? I > am getting the error: > > /tmp/utinstall.749/opt/SUNWut/sbin/../lib/iu_modules/M38KIO[689]: .: > line 309: ADMINFILE: is read only > > > or similar errors. I see this show up in a lot of the Linux distro > installs as I search......
This happens because the SRSS installer assumes that /bin/ksh is ksh88. On OpenSolaris and some Linux distros /bin/ksh is ksh93, which isn't completely compatible with 88. You can work around it by editing that line of that file and removing the '-r' from the 'typeset' command. OttoM. __ Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
