Le Sun, 09 Dec 2007 21:13:28 +0100, Frank Lienhard <[EMAIL PROTECTED]> a écrit : > I've successfully installed LTSP5 on my debian (etch) server (useing > mainly this howto: > http://wiki.debian.org/LTSP/Howto > Most works fine so far. > What I don't got completely (or perhaps not at all) is this: > when I want to install new/additional software: Do I have to do it > the usual way (e.g. with aptitude as root) or do I have to do it > chroot /opt/ltsp/i386 or both?
If you want the server to launch the software it should not be in the chroot. Whatever you put in the chroot is download and launched localy by the client. Whatever you put in the server root is executed by the server. In short: the normal way is to install software in the server root. > Which brings me to my other question (or one of it): > How to I install the closed drivers from nvidia, which is only to > used by one client? Apt-get install in the chroot. The chroot contains any files needed for the thin-client to boot, launch XWindow and to display the login manager. The graphical driver must reside in the chroot. regards xavier ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _____________________________________________________________________ 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
