Re: Proxy from within chroot

2013-11-25 Thread Nikolay Kasatkin
Hello Debian Live folks! I have same issues with proxy too. I have configured proxy with "lb config" and instruct apt to use proxy via config file config/includes.chroot/etc/apt/apt.conf.d/proxy. But after running "lb clean && lb config && lb build" process stops right after "lb bootstrap_archive-

Re: Proxy from within chroot

2013-11-20 Thread Victor Rosales
It didnt work for me. I had to comment that line in /usr/lib/live/build/bootstrap_archive-keys And it finished right. But the apt config with the proxy is not inside the chroot. -victor On Tue, Nov 19, 2013 at 11:14 AM, Daniel Baumann < daniel.baum...@progress-technologies.net> wrote: > On 1

Re: Proxy from within chroot

2013-11-19 Thread Daniel Baumann
On 11/19/2013 02:58 PM, Victor Rosales wrote: > The thing is that I am behind a proxy and Chroot() > uses "env -i" so apt-get cannot reach for the web. you can specify apt proxy through lb config, that should do it. if it doesn't, let me know and we'll make it work there. -- Address:Da

Proxy from within chroot

2013-11-19 Thread Victor Rosales
During "lb bootstrap_archive-keys" at the end of it it does a Chroot chroot "apt-get update" The thing is that I am behind a proxy and Chroot() uses "env -i" so apt-get cannot reach for the web. Am I doing something wrong? Is there a way at least as a workaround to add an apt.conf file with the