I'm also trying to do the install on RHEL AS 3 u4, and having the same "read only" issue.
The SUNWuti-3.1-32.i386.rpm contains a library called "iu_lib" On line 466 of that file, and within the GetPackagePath function is the line: typeset -r ProductName="$1" When the GetPackagePath function is called from the installer, it tries to set ProductName, which is, of course, read only and cannot be set. I'm not sure why this works under Solaris, but if you change the line to read: typeset ProductName="$1" re-build the rpm and stuff it back in place, you should be good to go. I'm assuming this beta was tested on Linux - so it seems like an install script should work... Anyone at Sun care to comment? Bill Quayle Technical Specialist - Distributed Computing Research Lab Chicago Mercantile Exchange -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Hwang Sent: Tuesday, September 12, 2006 11:35 AM To: SunRay-Users mailing list Subject: Re: [SunRay-Users] SunRay 3.1 on Suse 10 I had the same problems with Fedora Core 5. I ended up not using not running utinstall from the "installation media" and manually installing the RPMs in the Sun_Ray*/Linux/Packages directories, (rpm -Uvh --nodeps ...) Don't install the GDM packages, as the latest GDMs should be SRSS-compatible. IIRC, there were some issues (on FC5) with certain files expected to be found in /usr/X11R6, but I just made the appropriate symlinks (e.g.: /usr/X11R6/lib/X11 to /usr/share/X11, etc) based on the errors I saw. Anyway, once you get the RPMs installed, you can run the real utinstall at /opt/SUNWut/sbin/utinstall and run into your next set of problems. Mine was the fact that FC5 had GDM respawn in no-daemon mode in inittab, and would only provide GDM to the local console and not to the SunRay clients (fixed by letting GDM start once in daemon mode). Still been meaning to write up a howto, but haven't had time to redo a clean install to retrace all my steps. Hope this helps. Dave On Tue, 2006-09-12 at 12:49 -0300, Fabio Sales wrote: > Hello again, > I get these whem i'm installing SRSS 3.1 on Suse Enterprise 10: > > Accept (Y/N): y > # utinstall Version: 3.1 Tue Sep 12 12:46:39 BRT 2006 > > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M08GDM: line 301: > ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M09SunRayCore: > line 327: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M11SRDS: line 411: > ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M20SRAS[865]: .: > line 245: pkg: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M30EngDocs: line > 406: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M31AdminGUIfr: > line 87: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M31AdminGUIja: > line 99: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M31AdminGUIzh: > line 86: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M35L10N: line 331: > ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M38CAMBB: line > 303: ProductName: is read only > /tmp/utinstall.5747/opt/SUNWut/sbin/../lib/iu_modules/M39CAM: line 361: > ProductName: is read only > > Any idea ? > > Thanks > > Fabio Sales > > > > Fabio Sales wrote: > > > Hi Ilkka, > > > > What are the pre-requisite for it works correctly ? > > I tried to install it but I got many errors during the installation. > > Sun's Documentation say that "All Suse Packages are requerid and MUST > > be installed", > > Is it true ? > > I actually need to install ALL Suse packages ?? > > > > Thanks > > > > Fabio Sales > > > > Ilkka Ollakka wrote: > > > >> On ma 11. syyskuuta 2006 09:52:47, Fabio Sales wrote: > >> > >> > >>> Does Sun Ray 3.1 or 3.1.1 works on Suse Enterprise Linux 10 ? > >>> Does Anybody have already installed it ?? > >>> > >> > >> Hi, > >> > >> I'm running SRSS 3.1.1 on OpenSuse 10.0 without big problems. (Thou some > >> graphic problems with mentor, but I don't think thats suse specific) > >> > >> > >> > >> ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> SunRay-Users mailing list > >> [email protected] > >> http://www.filibeto.org/mailman/listinfo/sunray-users > >> > >> > > > > _______________________________________________ > > SunRay-Users mailing list > > [email protected] > > http://www.filibeto.org/mailman/listinfo/sunray-users > > > > > > > > _______________________________________________ > SunRay-Users mailing list > [email protected] > http://www.filibeto.org/mailman/listinfo/sunray-users _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
