[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-12-20 Thread Josep Pujadas-Jubany
#13

OOps, sorry!

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-12-20 Thread Josep Pujadas-Jubany
More bugs about this:

https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/983559
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/820383

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-12-20 Thread Bart Martens
Please stop sending notifications to flashplugin-
nonf...@packages.qa.debian.org.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-12-18 Thread Josep Pujadas-Jubany
/usr/lib/update-notifier/package-data-downloader from update-notifier
uses python urllib

It seems to be problems when using proxies. In addition, urllib doesn't
supports https protocol.

https://docs.python.org/2/library/urllib.html#urllib-restrictions

Using a http proxy, adobe-flashplugin updates will work but not allways:

urllib.urlretrieve(http://archive.canonical.com/pool/partner/a/adobe-
flashplugin/adobe-flashplugin_11.2.202.425.orig.tar.gz, adobe-
flashplugin.tar.gz)

Using a https proxy, pepflashpluguin updates will never work:

urllib.urlretrieve(https://dl-
ssl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-
chrome-stable_39.0.2171.95-1_i386.deb, google-chrome.deb)

So, scripts must be something like:

export http_proxy=http://192.168.0.1:3128
export https_proxy=https://192.168.0.1:3128
apt-get install -y flashplugin-installer
apt-get install -y pepflashplugin-installer
echo   /etc/chromium-browser/default
echo . /usr/lib/pepflashplugin-installer/pepflashplayer.sh  
/etc/chromium-browser/default
echo   /etc/chromium-browser/default
unset http_proxy
unset https_proxy
apt-get --reinstall install -y flashplugin-installer
apt-get --reinstall install -y pepflashplugin-installer

Of course, if yo do this, your corporative firewall/proxy must allow
direct connections to archive.canonical.com (http) and dl-ssl.google.com
(https).

In my opinion, update-notifier (and other applications using urllib)
should avoid python urllib

There are many bugs related (in fact, they are duplicated):

https://bugs.launchpad.net/ubuntu/+source/anacron/+bug/1209146
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1098233
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1005837
https://bugs.launchpad.net/zc.buildout/+bug/484735

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-12-18 Thread Bart Martens
Please don't send notifications about bugs in flashplugin-nonfree in
Ubuntu to flashplugin-nonf...@packages.qa.debian.org, because Debian
uses a different package named flashplugin-nonfree.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-07-15 Thread latimerio
I administer 100 hosts with 12.04LTS and 14.04LTS and the problem with 
update-notifier-common not respecting proxy settings is very annoying.
I have set the proxy in /etc/apt/apt.d/95proxies in /etc/environment and with 
gsettings as recommended in 
http://askubuntu.com/questions/150210/how-do-i-set-systemwide-proxy-servers-in-xubuntu-lubuntu-or-ubuntu-studio
 but still anacron reports the error.
I think the real bug is #1209146 as anacron does not run with the correct 
environment settings.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-04-25 Thread Ekimia
Humm, are you sure that you're proxy is not rejecting non classic user
agents ? try with wget.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-04-25 Thread Jan Groenewald
Also try adobe-flashplugin from partner rather than flashplugin-
installer.


On 25 April 2014 11:13, Ekimia cont...@ekimia.fr wrote:

 Humm, are you sure that you're proxy is not rejecting non classic user
 agents ? try with wget.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1098233).
 https://bugs.launchpad.net/bugs/1037662

 Title:
   flashplugin-installer does not honor proxy settings

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-20 Thread cleary
Hi Walter, 
Thanks for the info, unfortunately it's still not available for trusty yet, but 
the flashplugin-installer has been available pretty much since the repo came 
online.

Therefore I'd argue that flashplugin-installer is in fact still required
since the partners aren't really holding up their end for the coming
releases.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-09 Thread Dmitry Shachnev
** Summary changed:

- cannot install flash proxy settings are not onored by package
+ flashplugin-installer does not honor proxy settings

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: flashplugin-nonfree (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-09 Thread Walter Garcia-Fontes
It seems that flashplugin-installer is not needed any more. So one can
safely:

sudo apt-get remove flashplugin-installer

sudo apt-get install adobe-flashplugin

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-09 Thread Daniel Richard G.
Walter,

adobe-flashplugin is only available in the Canonical partner
repository, which is not enabled per default, and should not be required
to install Adobe Flash. The flashplugin-installer package is still very
much needed as a solution that can reside within the regular Ubuntu
repositories.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-09 Thread Walter Garcia-Fontes
Thanks Daniel, I just wrote this comment because I was told that
flashplugin-installer is a historic thing, you should be able to
install adobe-flashplugin from partner archive without any problems.

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1037662] Re: flashplugin-installer does not honor proxy settings

2014-01-09 Thread Jan Groenewald
Hi

Is multiverse (where flashplugin-installer resides) enabled by default?

Regards,
Jan


On 9 January 2014 18:51, Daniel Richard G. sk...@iskunk.org wrote:

 Walter,

 adobe-flashplugin is only available in the Canonical partner
 repository, which is not enabled per default, and should not be required
 to install Adobe Flash. The flashplugin-installer package is still very
 much needed as a solution that can reside within the regular Ubuntu
 repositories.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1098233).
 https://bugs.launchpad.net/bugs/1037662

 Title:
   flashplugin-installer does not honor proxy settings

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

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

Title:
  flashplugin-installer does not honor proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1037662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs