Public bug reported:

I use squid-deb-proxy to speed up netboot installs with this preseed line:
d-i mirror/http/proxy string http://g2a.personnelware.com:8000/

I also add some extra repositories:
d-i apt-setup/local0/repository string 
http://ppa.launchpad.net/carlfk/ppa/ubuntu natty main
d-i apt-setup/local0/key string 
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x2EB11AEDA224C43C

The installer tries to get the key via the proxy, which fails, and so
the repository is not used.

Here is the code that does that:
/usr/lib/fetch-url/http

        # use the proxy for wgets (should speed things up)
        if db_get mirror/$proto/proxy; then
                export ${proto}_proxy="$RET"
        fi

The solution seems to be to add 11371 to the ports allowed.

** Affects: squid-deb-proxy (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/805773

Title:
  ubuntu keserver uses port 11371

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/805773/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to