On Wednesday 30 April 2008 22:01:29 Kai Wollweber wrote: > Both machines are behind a proxy. I set the proxy ip:port, packages can be > installed from the internet.
The proxy was the problem. I wondered whether I could install packages with apt-get install but ltsp-build-client could not get the files. While apt-get will use the proxy-settings from /etc/apt/apt.conf ltsp-build-client needs the variable http_proxy needs to be set. I finally succeeded with: export http_proxy=http://192.168.0.19:3128 ltsp-build-client --arch i386 -- Kai Wollweber Integrierte Gesamtschule Eckernförde ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _____________________________________________________________________ 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
