This gnome-session hack is new to me. Do you know what it's intended to accomplish?

-Bob

Bob wrote:
[email protected] schrieb:
From: "Bob  "
I just upgraded/changed from build 118 to build 132 having SRSS 4.2 installed the
Sunray hangs at 26D !

I have /etc/sock2path as described on http://wiki.sun-rays.org/index.php/SRSS_4.1_on_OpenSolaris_2008.11. Is someone of you able to run SRSS 4.2 on a fresh installed Opensolaris Build 132 ?
I quit upgrading at 128a. Everything I tried since then has failed. I am now 
waiting for the stable release before I try again.

If you find the magic formula, please let up know!

There is a series of posts describing workarounds to make SRSS run on OpenSolaris build 131+ at http://chrisgerhard.wordpress.com/tag/sun-ray/

- Jörg

Hello Joerg,
thank you very much!  Build 132 is running on my Sunray.

Two Workarounds are necessary:

# mv /usr/bin/gnome-session /usr/bin/gnome-session.orig
# cat > /usr/bin/gnome-session << EOF
#!/bin/ksh -p
exec ctrun -l child \$0.orig \$@
EOF
# chmod 755 /usr/bin/gnome-session

and

ln -s /usr/lib/xorg/libXfont.so.1 /opt/SUNWut/lib
ln -s /usr/lib/xorg/libfontenc.so.1 /opt/SUNWut/lib
rm /usr/lib/xorg/modules/extensions/GL
ln -s ../../../../../var/run/opengl/server \
/usr/lib/xorg/modules/extensions/GL
mkdir /etc/opt/SUNWut/X11
echo "catalogue:/etc/X11/fontpath.d" > /etc/opt/SUNWut/X11/fontpath
usermod -d /var/lib/gdm gdm

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