Stefan Schull wrote:
Hi everyone,

I've followed the instructions on the wiki for installing and tweaking
SRSS on OpenSolaris 2008.11 and can successfully boot up a DTU and can
get to a Solaris login screen.

However, the end goal for this sandbox project is to have the DTU boot
up and be automatically sent to a Windows 2003 Terminal Server.  I've
installed and configured SRWC per the wiki instructions.  The kiosk
session has been setup through the web management interface.  Afterwards
I modified the appropriate token and set the session type to kiosk.
Problem is that I always end up at the Solaris GDM prompt;  Never the
terminal server.

I suspected that the file /etc/opt/SUNWut/ut_enable_gdm may be at fault.
Though removing and restarting the daemon leaves the DTU hanging with
26B error.

Would anyone have any idea as to what I am missing?  Sorry if this is a
trivial problem;  I'm primarily a Linux guy myself and have found this
entire project a bit entertaining to say the least ;-).

Thanks for any info!

-Stefan
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

that is BUG No.: 6799655
http://bugs.opensolaris.org/view_bug.do?bug_id=6799655

just change In /etc/sock2path change the following lines:

  2   2   0   tcp
  2   2   6   tcp

  26  2   0   tcp
  26  2   6   tcp

  2   1   0   udp
  2   1   17  udp

  26  1   0   udp
  26  1   17  udp



  2   2   0   /dev/tcp
  2   2   6   /dev/tcp

  26  2   0   /dev/tcp6
  26  2   6   /dev/tcp6

  2   1   0   /dev/udp
  2   1   17  /dev/udp

  26   1  0   /dev/udp6
  26   1  17  /dev/udp6

thanks Robert



_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to