On Sun, Mar 11, 2012 at 12:28:20AM -0800, Benjamin E. Nichols wrote:
> Hello, need a howto for LTSP Fat-client on Debian Squeeze
> 
> Ive got ltsp setup and booting thin-client just fine, but I heard about 
> this Fat-Client option
> 
> I have the following in my lts.conf
> 
> [default]
>      LTSP_CONFIG=True
>      SOUND=True
>      #LOCALDEV=False
>      #CONFIGURE_X=False
>      LTSP_FATCLIENT=True
>      REMOTE_APPS=True
> 
> 
> But its still using the cpu on the server, as well as the sound.
> 
> I also install xdm instead of gdm as my x manager since I read that gdm 
> doesnt support "fat clients"
> 
You need to create a chroot which has all the fat client software in it.
Quoting from this thread:
http://comments.gmane.org/gmane.linux.terminal-server.general/28839

You do this:

  ltsp-build-client --late-packages "$desktop_environment_or_window_manager 
$other_apps"

alternately, after you've already built an LTSP chroot:

  sudo ltsp-chroot apt-get install
  $desktop_environment_or_window_manager $other_apps

  in either case, then set LTSP_FATCLIENT=true in lts.conf. that's
  pretty much
  it.

I don't think it matters if you use xdm or gdm on the server, but the
thin clients should probably be using ldm, which is the default.

-Rob

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_____________________________________________________________________
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

Reply via email to