Control: tag -1 + wontfix
Control: done -1

On Thu, Nov 26, 2020 at 03:43:19PM +0530, Pirate Praveen wrote:
> Package: auto-apt-proxy
> Version: 12
> Severity: wishlist
> 
> This is mainly as a work around for #954904 in apt-cacher-ng
> 
> Since the ip address on wifi can change depending on connection, hard coding
> it is not a good option.
> 
> So if auto-apt-proxy can take first entry of hostaname -I as an option, that
> makes it easy to not use the loopback interface. Or another way could be to
> have an option to ignore the loopback interface.
> 
> I tried creating /usr/local/bin/auto-apt-proxy1 as,
> 
> export http_proxy="http://$(hostname -I |awk {'print $1'}):3142"
> export HTTP_PROXY=${http_proxy}
> echo ${http_proxy}
> 
> and then /etc/apt/apt.conf.d/auto-apt-proxy.conf as
> Acquire::http::Proxy-Auto-Detect "/usr/local/bin/auto-apt-proxy1";
> 
> But
> 
> $ sudo apt update
> Hit:1 http://deb.debian.org/debian bullseye InRelease
> Hit:2 http://deb.debian.org/debian bullseye-proposed-updates InRelease
> Hit:3 http://deb.debian.org/debian bullseye-backports InRelease
> Get:4 https://download.jitsi.org stable/ InRelease [1,882 B]
> Reading package lists... Done
> E: Sub-process ProxyAutoDetect returned an error code (100)
> E: Sub-process ProxyAutoDetect returned an error code (100)
> E: Sub-process ProxyAutoDetect returned an error code (100)

Sorry. auto-apt-proxy has no options, on purpose. I won't be adding new
features to workaround bugs in apt-cacher-ng, specially since the
discussion in the bug you mention seems to imply that it can happen on
any interface. This specific workaround wouldn't have helped anyway.

Attachment: signature.asc
Description: PGP signature

Reply via email to