Thanks for the responses. We don't have a separate font server, most of our servers don't run X, but I commented out the no-listen = tcp line just in case.
Turns out that if I go to the Session menu and pick a Gnome session, the kiosk users can log in fine. It's something to do with the matchbox-window-manager we're trying to use. This is the working .Xclients config from our old server: #!/bin/sh # disable screensaver/energy star exec /usr/X11R6/bin/xset s off -dpms & # start matchbox and clean up the screen exec /usr/local/bin/matchbox-window-manager & exec /usr/X11R6/bin/unclutter -idle 1 & # run firefox (using RKiosk plugin) exec /usr/local/firefox-2.0.0.9/firefox http://some-webpage.com Anyway I get booted back out to the login screen immediately I try logging in directly to the LTSP server directly while trying to use matchbox-window-manager in my .Xclients file... so this doesn't seem to be LTSP related after all. The only weird thing that seems to be LTSP specific is a USB mouse isn't working on the kiosk when it boots up from this new server. The mouse is working fine on the server directly, and if the kiosk boots up to our old LTSP box the kiosk's mouse works ok there too. Couldn't find a PS/2 mouse around to test with yet. I haven't really dug into that issue yet though, I'm first going to figure out this matchbox issue which I won't bug you guys about since its not LTSP specific. If I can get RKiosk installed into Firefox again from the console or some other way without using a mouse I don't really need mouse support anyway. Cheers! ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
