On Wed, Oct 22, 2008 at 12:06 PM, Rob Owens
<[EMAIL PROTECTED]> wrote:
> What's the status of local apps on LTSP 5?  I read this page:

It works on Fedora 9.

1)Delete the old client OS

  First make sure to umount /proc in the chroot
  chroot /opt/ltsp/i386
  umount /proc
  exit
  rm -rf /opt/ltsp/i386/*

2)Install new client OS
  ltsp-build-client

3)Install new software in chroot
  chroot /opt/ltsp/i386
  mount /proc
  yum install firefox
  exit

4) launch app as a local app
   /usr/bin/ltsp-localapps  /usr/bin/firefox

If network apps don't work then you may need to setup nat in your
firewall

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

where eth0 is your external nic

-- 
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada
Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/
C++ GUI tutorial http://www3.telus.net/public/robark/

-------------------------------------------------------------------------
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

Reply via email to