[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-09-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha1-0ubuntu2 --- lxc (1.0.0~alpha1-0ubuntu2) saucy; urgency=low * Add allow-stderr to autopkgtst restrictions as the Ubuntu template uses policy-rc.d to disable some daemons and that causes a message to be printed on stderr

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-04-24 Thread Serge Hallyn
Fix committed in upstream git. ** Changed in: lxc (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1081786 Title: lxc-create doesn't

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-04-19 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) ** Changed in: lxc (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-02-28 Thread Serge Hallyn
So to do this properly, do I understand right that we would simply grep for Acquire::http::Proxy in /etc/apt/apt.conf and /etc/apt/apt.conf.d/*? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-02-28 Thread Simon Déziel
Assuming /etc/default/lxc is sourced, how about integrating this directly in it: # Is there a local apt-proxy/cacher available ? eval $(apt-config shell MIRROR Acquire::http::Proxy) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

Re: [Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2013-02-28 Thread Serge Hallyn
Quoting Simon Déziel (1081...@bugs.launchpad.net): Assuming /etc/default/lxc is sourced, how about integrating this directly in it: # Is there a local apt-proxy/cacher available ? eval $(apt-config shell MIRROR Acquire::http::Proxy) Thanks, that sounds like a neat trick :) -- You

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2012-11-23 Thread Serge Hallyn
I think we could better integrate the host apt proxy data into the template. Ideally the user shouldn't have to make customizations to lxc when the host already knows how to use the proxy. There is a question of whether the host proxy will be valid in the guest (i.e. if using

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2012-11-21 Thread Serge Hallyn
Thanks for reporting this bug. You can work around this by editing /etc/default/lxc and setting MIRROR=http://10.0.3.1:3142/archive.ubuntu.com/ubuntu; (That is assuming you are using the default lxcbr0.) ** Changed in: lxc (Ubuntu) Status: New = Triaged ** Changed in: lxc (Ubuntu)

[Bug 1081786] Re: lxc-create doesn't take advantage of the apt proxy

2012-11-21 Thread Matt Ray
That's good enough for me, feel free to close the ticket. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1081786 Title: lxc-create doesn't take advantage of the apt proxy To manage