On Mon, 16 Jun 2008 22:35:44 +0100
Dave Warnock <[EMAIL PROTECTED]> wrote:

> Does anyone have a working gdm.conf for Ubuntu 8.04 (Hardy Heron)?
> 
> I thought I had got all the bits needed in it but still get stuck at 26D
> 

Just some random thoughts: 
can you check the commands 
 # gdmdynamic -v -a 123=/etc/opt/SUNWut/basedir/lib/utxsun
 # gdmdynamic -v -r 123 
(add a display with some number (123) and remove it)

can you look at "pstree -p" for the gdm process? 
It should look like

        |-gdm(1309)-+-gdm(5176)-+-Xnewt(5179)
        |           |           `-gdmlogin(6429)
        |           |-gdm(5244)-+-Xnewt(5389)
        |           |           `-gdmlogin(6321)
        |           |-gdm(5319)-+-Xnewt(5393)
        |           |           `-gdmlogin(6319)
        |           |-gdm(5550)-+-Xnewt(5553)
        |           |           `-gdmlogin(6711)
        |           |-gdm(5632)-+-Xnewt(5633)
        |           |           `-gdmlogin(6661)
        |           |-gdm(6458)-+-Xnewt(6481)
        |           |           `-gdmlogin(6914)


the process with pid 1309 is the gdm master process. It has forked gdm's for
every attached SRSS.  You can attach strace to the master process 
  # strace -f -p 1309 
and restart a sunray. strace will report all the resulting system calls of
the gdm process. It creates a lot of output. Perhaps it is better to
let strace write to files: 
  # strace -f -o stracelog -p 1309
will generate logfiles "stracelog.<pid>" for all processes which are started
from the gdm master. 



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

Reply via email to