squid-deb-proxy-client-udeb broken in Ubuntu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
squid-deb-proxy (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Hello,
squid-deb-
I added these stanzas to my preseed:
d-i anna/choose_modules string squid-deb-
which tries to install the udeb package. Then I found I need to also enable the universe udeb repository, and that is fine:
d-i mirror/
Now apt-install queues squid-deb-
Then, base-installer tries to install the package (squid-
in-target: Unable to locate package squid-deb-
base-installer: warning: Failed to install squid-deb-
I stopped the installer at this point. The /target/
d-i apt-setup/
d-i apt-setup/universe boolean true
d-i apt-setup/
d-i apt-setup/partner boolean true
base-installer will skip universe and squid-deb-
I believe the same configuration might actually work in Debian, as this package would sit in its main archive.
In Ubuntu, the squid-deb-
Please let me know if it is me missing some piece of config or if it worked in any scenario of yours.
Cheers,
Ballock
Currently both client packages reside in universe; trying to find out if this is intentional or not.