Flashplugin-installer forces to download extra files twice
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
flashplugin-nonfree (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Ubuntu release: all
Package version: 11.2.202.
On our machines, which we host behind a firewall and proxy, we have seen constant popups of the update-notifier for "Failure to download extra data files" even when the Flashplugin-
I digged deeper into this problem and have seen that the triggers for update-
That means that for each and every installation / upgrade of Flash the extra files are getting downloaded twice from the remote location! This causes lots of extra traffic, and can fail due to the reason below.
The reason why it fails for us, are the proxy settings and that cron.daily does not inherit our proxy settings from /etc/environment. But that is already filed as another bug and should not be covered here.
Here the command to replicate that:
sudo apt-get install flashplugin- installer && sudo /usr/lib/ update- notifier/ package- data-downloader
This should skip the second download because it was already successful.