Subject : [Ltsp-discuss] Local Application support on ltsp

Hi all,
   
        I want to configure Local Apps support on ltsp-4.4.1 on Fedora 4.
So I follow the steps given on http://wiki.ltsp.org/twiki/bin/view/Ltsp/LocalApps#Local_Applications

1. made all required change to "lts.conf"
2. Configure NIS server on ltsp server.
3.  generate  the keys  as
To generate the private/public key pair for the workstations, run the 

following commands:
ssh-keygen -q -t rsa1 -f /opt/ltsp/i386/etc/ssh/ssh_host_key -C '' -N ''
ssh-keygen -q -t rsa -f /opt/ltsp/i386/etc/ssh/ssh_host_rsa_key -C '' -N ''
ssh-keygen -q -t dsa -f /opt/ltsp/i386/etc/ssh/ssh_host_dsa_key -C '' -N ''

You will then take the contents of the /opt/ltsp/i386/etc/ssh/ssh_host_rsa_key.pub and add
a line in /etc/ssh/ssh_known_hosts for each workstation. Make sure you put the workstation
name in front of each record.
Below is an example of how the /etc/ssh/ssh_known_hosts file should look:
ws001 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAxFCM2eZU7P3HvEOMYhAFUiwE...
ws002 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAxFCM2eZU7P3HvEOMYhAFUiwE...
4. configure NFS server on ltsp server and do the following in /etc/expot file
   
/home    192.168.0.0/255.255.255.0(rw,root_squash,async)

Once you add the above entry, you need to inform the NFS server, by running:

exportfs -ra

After doing this I run the thin clients i have not get any error in /var/log/messages.

After all this when i am running thin client it is using the process and memory of my ltsp server.

Is this enough for running all applications locally on thin clients ?

Or I have to do more ?

 http://wiki.ltsp.org/twiki/bin/view/Ltsp/LocalApps#Local_Applications
 Because on the above link some steps are given to run applications  indivisually as a local application.

So I am confuse that what i have done is enough to run all applications locally.

Please suggest me.
      
With Regards
Prabhat Tyagi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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