hi,

thanks for your answer.

a...@opensolaris:~$ patchadd -p | grep 139549
Patch: 139549-01 Obsoletes: Requires: Incompatibles: Packages: SUNWutxsun SUNWutm SUNWutref SUNWuto SUNWutfw SUNWuta SUNWutr

in comparison to http://sunsolve.sun.com/search/document.do?assetkey=1-21-139549-01-1 i think this is ok. but now i cannot login into gdm anymore (local console, not via sun ray). so i will remove the instructions from the wiki and post them here for further discussion. the dmesg output can be found here: http://opensolaris.pastebin.ca/1401952 .

instructions, copied from wiki:

===Install latest Patches===
patchadd doesn't work correct on Opensolaris. But there exist a patch to get patchadd back in business. The initial steps to fix patchadd can be found here: http://www.codestrom.com/wandering/2008/10/patchadd-fix-ho.html . Due to a newer version of patchadd in 2008.11 you need to perform some extra steps. Before the patch step, open the patchadd.diff file:

change line 7 from
  #pragma ident    "@(#)patchadd.ksh    2.115    07/12/20 SMI"
to
  #pragma ident    "@(#)patchadd.ksh    2.116    08/03/12 SMI"
change line 580 from:
 -V) echo "@(#) patchadd.ksh 2.115 07/12/20"
to
 -V) echo "@(#) patchadd.ksh 2.116 08/03/12"

Save and close. Open patchadd:

remove line 25 and 26:
 #pragma ident    "@(#)patchadd.ksh    2.116    08/03/12 SMI"</code>
 #

in line 3, add:
 #pragma ident    "@(#)patchadd.ksh    2.116    08/03/12 SMI"</code>
 #

Now it should read:

 #!/bin/ksh -hp
 #
 #pragma ident    "@(#)patchadd.ksh    2.116    08/03/12 SMI"
 #

Save and close. Perform the patch step, output should be <code>done</code>.

Last step: extract the SRSS 4.1 zip file, switch to the extracted directory and perform pfexec cp -r ./Sun_Ray_Core_Services_4.1/Solaris_10+/i386/Packages/SUNWutxsun /var/sadm/pkg/ Now you should be able to perform the instructions in the readme of the SRSS patch.

=======================================================================

greetings

alexander

Ignatios Souvatzis schrieb:
Hello,

On Fri, Apr 24, 2009 at 01:08:44AM +0200, Alexander Stecker wrote:

I think. I've succesfully installed the 139549-01 patch, but i don't how to verify it...

patchadd -p | grep 139549


for comparison:

uname -a
SunOS einstein.cs.uni-bonn.de 5.10 Generic_138888-08 sun4u sparc SUNW,A70
patchadd -p | grep 138888
Patch: 138888-01 Obsoletes: 126264-01 128340-01 137106-01 137278-01 138106-02 
138114-01 138850-01 Requires: 118833-36 120011-14 127127-11 137137-09 
Incompatibles: Packages: SUNWcsu SUNWcsl SUNWcakr SUNWckr SUNWmdb SUNWmdbr 
SUNWcslr SUNWhea SUNWncau
Patch: 138888-08 Obsoletes: 126264-01 128296-01 128322-01 128340-01 128406-01 
137106-01 137278-01 138106-02 138114-01 138850-01 139458-01 139551-01 139562-02 
139566-01 139571-01 140334-01 Requires: 118833-36 120011-14 126419-02 127127-11 
137137-09 Incompatibles: Packages: SUNWcsu SUNWcsr SUNWcsl SUNWcakr SUNWckr 
SUNWcsd SUNWesu SUNWmdb SUNWmdbr SUNWcslr SUNWssad SUNWipfh SUNWipfu SUNWdtrc 
SUNWus SUNWhea SUNWncau SUNWpd SUNWpdu SUNWroute

        -is
_______________________________________________
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

Reply via email to