Randy schrieb:
OK i think i have the one error fixed now but im still getting this error

/etc/gdm/Xsession: Begining Session setup...
utxprop : _SUN_SUNRAY_SESSION: No such atom on any window
set1: illegal option -
i looked at the utxprop file but its all greek to me in there the error give me no lines to look at to figure it out..



That error seems to come from one of the SRSS xinitrc.d (X session setup) files, named "0100.SUNWut.sh". A typical location for this would be /etc/X11/xinit/xinitrc.d/0100.SUNWut.sh - I don't know if Ubuntu has this in a different place.

The 'utxprop -s _SUN_SUNRAY_SESSION' in there is used to find out if the session is a Sun Ray session in the first place. The error message from utxprop is normal in a non-Sun Ray session (for example in the console session) and should be harmless.

But the subsequent check might go wrong, if your system put a variable named LOCAL_HOST into the environment.

You could try if adding a line
    LOCAL_HOST=
just before the line that reads
    DEVICE_SESSION=`/etc/opt/SUNWut/basedir/lib/utxprop -s`
helps.

I have no idea where the 'set1' error comes from. As that comes out after the utxprop error, it may be unrelated. (If it isn't unrelated, you are using a shell that doesn't like that script.)


Thanks for the help wiith my other errors but i need to get this fixed in order just to get my desktop runing correctley right now i'm in gnome falesafe mode and the sunrays are not getting there GUI there connected to the server as i can see but there not getting the GUI to come up..
And thats because of this utxprop error.. PLEASE HELP


It might be because of the 'set1: illegal option' error. If a shell builtin chokes that may actually cause the entire Xsession script to fail. I don't know where that comes from and how it may be related to the Sun Ray scripts.

Maybe you can add some debug 'echo "Doing this now"' statements to the various xinitrc.d scripts to see where it actually chokes.

- Jörg

--
Jörg Barfurth                        http://blogs.sun.com/joergb

Disclaimer: I am employed by Oracle. The statements and opinions
expressed here are my own and do not necessarily represent those
of Oracle Corporation.
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to