On Tuesday 14 October 2008 23:21:15 [EMAIL PROTECTED] wrote: > > I have a LTSP5 environment running on Ubuntu 8.04 (64bit, > > clients > > 32bit). I'd like to add a indepentent computer to this > > LAN, which has > > its own hard drive, which boots up and then on starting X > > it would > > connect to terminal server to act like an terminal. It has > > some > > deamons to run and some backup functions. But some times we > > need it to > > use as terminal. > > use X -query to connect the server like this > > X -query serverhost. > > Do not start gdm/kdm/others on the client. Use above to in etc/rc?.d (your > runlevel) to connect. Something like ----------------- > #!/bin/sh > # > # xterm This module starts the X server > > > # See how we were called. > case "$1" in > start) > /usr/bin/X11/X -query serverhost & > ;; > esac
Except he says that he wants to Xlogin to the fat-client to do admin stuff so the easiest may be chooser to the LTSP server on the fat client ... James ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _____________________________________________________________________ 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
