thanks for this info, it works well. I'm very impressed how everything
is fast now, compared to a solution with solaris 10 and srss 3.1
gerard
Bob Doolittle wrote:
ghenry wrote:
hello all,
i followed this excellent document to configure it:
http://blogs.sun.com/rslee/entry/sun_ray_4_1_on
but i still have a problem when the server boots, the DTU stays at
26D, and the only workaround i found is just to do:
utrestart -c
and it works!
it seems that no Xnewt is started at boot!?
The actual issue is that due to a known bug (CR 6807063) the system
isn't configured properly during bootup.
If you like you can edit /etc/init.d/utacleanup as follows:
211,218c210,214
< OS=`uname -s`
< if [ "$OS" = "SunOS" ]; then
< if isGDMOK2Use && [ "`/bin/svcs -o STATE -H gdm 2>/dev/null`" =
"online" ]
< then
< XMGR=gdm
< else
< XMGR=dtlogin
< fi
---
#
if [ "`uname -s` `uname -r`" = "SunOS 5.10" ] \
|| [ -x /usr/dt/bin/dtlogin -a ! -f ${ETCOPTDIR}/ut_enable_gdm ]
then
XMGR=dtlogin
I'd put the real fix for this into a patch, but OpenSolaris doesn't
support patchadd :(
So you'll have to wait for an EA version of SRSS that has been migrated
to IPS packaging in a repository somewhere to get the "official" fix, or
you can apply this change yourself in the meantime.
-Bob
the 2008.11 is b101, with repository release, not dev
Any idea to have it working at boot?
thanks in advance,
gerard
_______________________________________________
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