On Mon, 09 Jun 2008 12:19:48 +0100 Dave Warnock <[EMAIL PROTECTED]> wrote:
> Hi, > > Doing a clean install of SRSS 4.0 on a clean install of Ubuntu 8.04 > following instructions at the wiki > http://wiki.sun-rays.org/index.php/Installing_Sun_Ray_Server_on_Debian > > Currently Sun Ray clients stall at OSD 22D > > A little while ago they were getting as far as 26D - I don't know > what I have done to stop them getting beyond 22D. > > q1: What do I need to look for that is preventing clients getting > beyond 22D? 22D typically means "can't connect to utauthd" and this typically means "utauthd not running on the server" and on a fresh linux installation this typically means "something is wrong with the java environment" see <http://www.mail-archive.com/[email protected]/msg05106.html> > > q2: When they were getting stuck at 26D a 14D with red unlocked > padlock appeared for a second before returning to 26D, does that help > diagnose the stalled at 26D problem? 26D means "all the initialization steps worked, and now I am waiting for an X server to appear on my display" On a fresh linux installation this is probably a gdm problem. SRSS is telling the gdm master process (via the gdmdynamic interface) "There is a new display for you to take care of". Then gdm forks a child gdm process which will start the Xserver and the gdmlogin greeter on this display. You could add the two lines [debug] Enable=true to /etc/gdm/gdm.conf to see what is going on. (Or attach strace -f to the gdm master process) Which version of gdm are you using? gdm 2.20 works for me but there might be problems with newer versions since gdm changed a lot. Downgrading gdm to 2.20 may help. Meik -- Meik Hellmund Mathematisches Institut, Uni Leipzig e-mail: [EMAIL PROTECTED] http://www.math.uni-leipzig.de/~hellmund _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
