Public bug reported:
When building a new chroot with :
http_proxy="http://server:port" ltsp-build-client --arch i386
the chroot building fails when doing apt-get update because the file contains
"${http_proxy}" instead of "http://server:port"
Here is a quick fix for 020-apt-get-update to fix the bug.
[EMAIL PROTECTED]:~$ diff 020-apt-get-update 020-apt-get-update.new
5c5
< echo 'Acquire::http::Proxy "${http_proxy}"' >
$ROOT/etc/apt/apt.conf.d/proxy
---
> echo "Acquire::http::Proxy \"${http_proxy}\";" >
> $ROOT/etc/apt/apt.conf.d/proxy
** Affects: ltsp (Ubuntu)
Importance: Undecided
Status: New
--
APT proxy not correctly set for the chroot (Hardy)
https://bugs.launchpad.net/bugs/213927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs