Comment 31 for bug 556293

Revision history for this message
Brian Murray (brian-murray) wrote :

To be clear ubuntu-system-services sets the proxy server for you in /etc/apt/apt.conf:

root@flash:/etc/apt# cat apt.conf
APT::Authentication::TrustCDROM "true";
Acquire::http::proxy "http://192.68.10.1:3128/";
Acquire::https::proxy "https://192.68.10.1:3128/";
Acquire::ftp::proxy "ftp://192.68.10.1:3128/";
Acquire::socks::proxy "socks://192.68.10.1:3128/";