Upgraded to solaris 11 express.
No problem at all during upgrade (postgresql service destroyed though, but that 
was expected ;-))
keyboard english after upgrad, had to modify keymap:default service def
compiz doesn't start automatically (?) but works if selected from gui
Xend doesn't start after upgrade (relocation error)

workaround works as described here : 
http://opensolaris.org/jive/thread.jspa?messageID=505908&tstart=0

here is what I did :

# cd /usr/lib/python2.4/vendor-packages/xen/lowlevel/64/
# ldd scf.so
# elfedit scf.so scf.so.new
> dyn:value DT_NEEDED
index tag value
[0] NEEDED 0x4f81 libpthread.so.1
[1] NEEDED 0x4fac libxml2.so.2
[2] NEEDED 0x4fc2 libgcc_s.so.1
> dyn:value -add -s DT_NEEDED libscf.so
index tag value
[35] NEEDED 0x500d libscf.so
> dyn:value DT_NEEDED
index tag value
[0] NEEDED 0x4f81 libpthread.so.1
[1] NEEDED 0x4fac libxml2.so.2
[2] NEEDED 0x4fc2 libgcc_s.so.1
[35] NEEDED 0x500d libscf.so
> :write
> :quit

# cp scf.so scf.so-orig
# mv scf.so.new scf.so

# cd /usr/lib/python2.4/vendor-packages/64/
# elfedit fsimage.so fsimage.so-new
> dyn:value -add -s DT_NEEDED libgen.so
> :write
> :quit
# cp fsimage.so fsimage.so-orig
# mv fsimage.so-new fsimage.so

... back in business (hope it will work OK)

Bruno
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to