new plugin for FF?[solved]

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

new plugin for FF?[solved]

Postby oldbiddie » Feb 6th, '15, 14:14

I run M4 and so far no problems with plugins but today, FF keeps telling me I run an old version of Adobe Flash and asks me at each page if I want to allow the ´old´ vulnerable version. A bit of a pain. I don´t think I missed any Mageia updates but is there a safe upgrade? TIA
Last edited by oldbiddie on Feb 7th, '15, 07:45, edited 1 time in total.
oldbiddie
 
Posts: 155
Joined: Jul 19th, '11, 19:52

Re: new plugin for FF?

Postby doktor5000 » Feb 6th, '15, 19:53

It may be helpful if you would post which version is installed currently.
For the general issue please see viewtopic.php?f=7&t=8798

Please post the output of
Code: Select all
rpm -qa | grep flash
urpmq --list-media active --list-url
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: new plugin for FF?

Postby oldbiddie » Feb 6th, '15, 21:01

Code: Select all
[ms@localhost ~]$  rpm -qa | grep flash
flash-player-plugin-11.2.202.440-1.1.mga4.nonfree
kipi-plugins-flashexport-3.5.0-3.2.mga4

Code: Select all
[ms@localhost ~]$ urpmq --list-media active --list-url
Core Release cdrom://x86_64/media/core
Nonfree Release cdrom://x86_64/media/nonfree
Core Release (distrib1) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/core/release
Core Updates (distrib3) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/core/updates
Nonfree Release (distrib11) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/nonfree/release
Nonfree Updates (distrib13) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/nonfree/updates
Tainted Release (distrib21) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/tainted/release
Tainted Updates (distrib23) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/x86_64/media/tainted/updates
Core 32bit Release (distrib31) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/core/release
Core 32bit Updates (distrib32) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/core/updates
Nonfree 32bit Release (distrib36) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/nonfree/release
Nonfree 32bit Updates (distrib37) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/nonfree/updates
Tainted 32bit Release (distrib41) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/tainted/release
Tainted 32bit Updates (distrib42) rsync://fr2.rpmfind.net/linux/mageia/distrib/4/i586/media/tainted/updates
Last edited by doktor5000 on Feb 6th, '15, 21:13, edited 1 time in total.
Reason: fixed code tags
oldbiddie
 
Posts: 155
Joined: Jul 19th, '11, 19:52

Re: new plugin for FF?

Postby doktor5000 » Feb 6th, '15, 21:16

What does a check at adobe flash test site say about the version?
http://www.adobe.com/software/flash/about/
https://helpx.adobe.com/flash-player/kb ... eo-or.html

Also, if you enable the flash plugin in the warning dialog, does it work normally?

Please also show the output of
Code: Select all
grep -C2 -i flashplayer.so ~/.mozilla/firefox/*/pluginreg.dat
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: new plugin for FF?

Postby oldbiddie » Feb 6th, '15, 21:57

Code: Select all
PLUGINS]
libflashplayer.so:$
/usr/lib64/mozilla/plugins/libflashplayer.so:$
11.2.202.440:$
1422295228000:0:0:0:$
[ms@localhost ~]$ rpm -qa | grep flash


the plugin works well when I enable it
oldbiddie
 
Posts: 155
Joined: Jul 19th, '11, 19:52

Re: new plugin for FF?

Postby jiml8 » Feb 6th, '15, 23:08

I am having the same problem, both in Mageia and in my OpenSUSE 13.2 virtual machine. I think a recent update of flashplayer triggered it. I have the 11.2.202.440 version running and the current latest version listed on the Adobe site is 442.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: new plugin for FF?[solved]

Postby oldbiddie » Feb 7th, '15, 07:46

That was quick! thank you. just downloaded the new upgrade and all is well
oldbiddie
 
Posts: 155
Joined: Jul 19th, '11, 19:52

Re: new plugin for FF?

Postby doktor5000 » Feb 7th, '15, 12:46

jiml8 wrote:I am having the same problem, both in Mageia and in my OpenSUSE 13.2 virtual machine. I think a recent update of flashplayer triggered it.

Nope, it was an update of firefox that became more strict regarding the blocklists. See https://ml.mageia.org/wwsympa-wrapper.f ... 00019.html
This is also being discussed upstream on the mozilla enterprise workg group mailing list https://mail.mozilla.org/listinfo/enterprise
... sadly only available to subscribers, but I can go through the recent mails, although there's hasn't been a real solution I think.

One issue was when flash plugin (or any other plugin) was updated when firefox was running, pluginreg.dat might still show an outdated version and hence firefox would be confused.
Simply deleting pluginreg.dat when firefox is not running would help with that particular problem, as firefox recreates this one every start if not existent.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: new plugin for FF?

Postby doktor5000 » Feb 7th, '15, 15:52

jiml8 wrote:I have the 11.2.202.440 version running and the current latest version listed on the Adobe site is 442.


See https://addons.mozilla.org/en-US/firefox/blocked/p796
There are several ways to workaround or suppress the warning about outdated plugins, but in general I'd disregard disabling this for obvious security reasons.
Easier way would be to use chrome's pepperflash plugin together with freshplayerplugin so you can use it in firefox: viewtopic.php?f=41&t=8568

FWIW, this is the related upstream bugreport where also the issue with pluginreg.dat was mentioned:
https://bugzilla.mozilla.org/show_bug.cgi?id=1109795
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: new plugin for FF?[solved]

Postby oldcodger » Feb 7th, '15, 22:23

I have run urpmi --auto-update and there was an update for flash_player plugin...
oldcodger
 
Posts: 78
Joined: Apr 29th, '11, 10:25
Location: England


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest