On Wed, 13 Oct 2010 13:16:47 +0800, Shawn Guo shawn.gsc@gmail.com wrote:
That's because I'm behind a proxy. And the http_proxy setting in my shell does not work for sudo context. I have to do following to fix it.
- sudo bash
- export http_proxy=......
- lh build
You can fix this by adding 'Defaults env_keep += "http_proxy"' to /etc/sudoers btw.
Cheers, mwh