On Thu, 13 Sep 2007 16:54:47 +0200
Jeppe Toustrup <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I am trying to get SRSS 4.0 (09/07) installed on a fresh Debian Etch 
> installation following this guide:
> http://wiki.sun-rays.org/index.php/Installing_Sun_Ray_Server_on_Debian
> 
> The Sunray software is running on the server as it should, and the Sunrays 
> get 
> firmware updated and authenticated against utauthd. After that they just 
> hangs with a 26D OSD error message, which I can't find out what is causing.
> 
> The X server is working when trying it out directly on the server, and also 
> when trying to connect with "Xnest -query..." from another PC. When the 
> Sunray tries to connect, the following lines comes in /var/log/daemon.log, 
> all within the same second:
> 
> gdm[3716]: Sending VT_NUM == -1 for slave 3716
> gdm[2614]: Handling message: 'VT_NUM 3716 -1'
> gdm[2614]: Got VT_NUM == -1
> gdm[3716]: gdm_server_start: :11
> gdm[3716]: gdm_auth_secure_display: Setting up access for :11
> gdm[3716]: gdm_auth_secure_display: Setting up access
> gdm[3716]: gdm_auth_secure_display: Setting up access for :11 - 1 entries
> gdm[3716]: Sending COOKIE == <secret> for slave 3716
> gdm[2614]: Handling message: 'COOKIE 3716 5e...'
> gdm[2614]: Got COOKIE == <secret>
> gdm[3716]: Sending AUTHFILE == <secret> for slave 3716
> gdm[2614]: Handling message: 'AUTHFILE 3716 /var/lib/gdm/:11.Xauth'
> gdm[2614]: Got AUTHFILE == /var/lib/gdm/:11.Xauth
> gdm[3718]: 
> gdm_server_spawn: '/etc/opt/SUNWut/basedir/lib/utxsun
 :11 -auth /var/libgdm/:11.Xauth'
> gdm[3716]: gdm_server_spawn: Forked server on pid 3718
> gdm[3716]: do_server_wait: Before mainloop waiting for server
> gdm[3716]: gdm_server_start: After mainloop waiting for server
> gdm[3716]: gdm_server_start: Completed :11!
> gdm[3716]: Sending XPID == 3718 for slave 3716
> gdm[2614]: Handling message: 'XPID 3716 3718'
> gdm[2614]: Got XPID == 3718
> gdm[3716]: gdm_slave_run: Opening display :11
> gdm[3716]: gdm_slave_xioerror_handler: Fatal X error - Restarting :11
> gdm[3716]: term_quit: Final cleanup
> gdm[3716]: gdm_slave_quick_exit: Will kill everything from the display
> gdm[3716]: gdm_server_stop: Server for :11 going down!
> gdm[3716]: gdm_server_stop: Killing server pid 3718
> gdm[3716]: gdm_server_stop: Server pid 3718 dead
> gdm[3716]: gdm_slave_quick_exit: Killed everything from the display
> gdm[2614]: mainloop_sig_callback: Got signal 17
> gdm[2614]: gdm_cleanup_children: child 3716 returned 64
> gdm[2614]: X failed!
> gdm[2614]: gdm_child_action: dealing with X crashes
> gdm[2614]: deal_with_x_crashes: Running the XKeepsCrashing script
> 
> Does anybody know what might causes this and how to fix it?
> 

I can only suggest what I would try. Gdm calls the  
/etc/opt/SUNWut/basedir/lib/utxsun
script which at the end executes the real X server, /usr/bin/Xnewt. You could 
try to 
debug the utxsun script by adding some "echo 'I am here' >> /tmp/utxsunlog" 
lines (or some more intelligent debug commands).  
Replace the last line  
  exec $XSUN "$@" $XMOREOPTS $XOPTS
by
  exec strace -ff -o /tmp/strace.log $XSUN "$@" $XMOREOPTS $XOPTS

in order to get a trace log of the X server. Perhaps it gives some hints 
why the X server doesn't start up.

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

Reply via email to