Re: [lxc-users] what sets http_proxy?

2016-06-01 Thread Stéphane Graber
On Thu, Jun 02, 2016 at 12:00:45AM +0900, Tomasz Chmielewski wrote: > I've moved an offline container from one server to another. > > Started it there, and trying to use curl: > > # curl www.example.com > curl: (5) Could not resolve proxy: fe80::1%eth0] > > It's because this variable is set: >

[lxc-users] what sets http_proxy?

2016-06-01 Thread Tomasz Chmielewski
I've moved an offline container from one server to another. Started it there, and trying to use curl: # curl www.example.com curl: (5) Could not resolve proxy: fe80::1%eth0] It's because this variable is set: # echo $http_proxy http://[fe80::1%eth0]:13128 What sets this and why? I didn't