LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Flashplayer issues AGAIN!!!! VERY UPSET (https://www.linuxquestions.org/questions/solaris-opensolaris-20/flashplayer-issues-again-very-upset-576558/)

as400 08-12-2007 12:32 PM

Flashplayer issues AGAIN!!!! VERY UPSET
 
Ok,

Heres the issue....Under the ROOT's account, youtube and yahoo mail works fine WITHOUT asking me to download the stupid flash thing again...

But, under MY User account...it still does...

Last time the issue was that one said here that I accidentally downloaded the plugin for SPARC instead of for X86. I had changed that a while back ago now.

So how come under ROOT, the YouTube website works, and under my account, it does not???

This is making me very very upset now..

Please help,

Thx

ilikejam 08-12-2007 01:54 PM

Hi.

One of two things has happened:
1) The root flash install put the plugin in root's /root/.mozilla tree
2) The root flash install put the plugin in the system Firefox plugins directory (/usr/lib/firefox/plugins for example), but the permissions on the plugin files are too restrictive.

Dave

Robhogg 08-12-2007 02:23 PM

Sounds like a permissions issue to me.

Depending on your browser, and the flavour of Linux, this may change a little, but on my Ubuntu box, with firefox:

/usr/lib/firefox (the directory in which firefox is actually installed) contains a directory called plugins. The flash plugin consists of two files, flashplayer.xpt and libflashplayer.so. You can check the ownership and permissions of the files with ls -l:
Code:

lrwxrwxrwx root root ... flashplayer.xpt -> /var/cache/flashplugin-nonfree/flashplayer.xpt
lrwxrwxrwx root root ... libflashplayer.so -> /var/cache/flashplugin-nonfree/libflashplayer.so

This shows that, although they are owned by root, they have full read-write-execute permissions for all. If your system shows more restricted permissions (particularly, something like lrwx------ ...) then the permissions need to be modified.

The above also shows that the plugins are just links to the actual files held in /var/cache/flashplugin-nonfree, so navigate to this directory (or whichever directory on your system, if necessary) and execute sudo chmod 777 <filename>.

Edited to add: please see note I've added on permissions below... These permissions are unnecessarily lax

as400 08-12-2007 02:26 PM

Folks...Please...(in a nice way)..Its NOT Firefox Im using. Im using the dfault Mozilla browser that came preinstalled under CDE...


Ok, heres what I did now..

As ROOT, I changed the directory's files on "OTHER" OR..WHERE IT SAYS "OTHER" to FULL WRITE PERMISSIONS.

This directory is:

/usr/sfw/lib/mozilla/plugins and now EVERYTHING has changed in to full write permissions and lets see what happens...

I will post back later.

Robhogg 08-12-2007 02:30 PM

Actually, just thought that those permissions are much too lax, so I've changed them to 744 (rwxr--r--) for libflashplayer.so and 755 (rwxr-xr-x) for flashplayer.xpt.Flash works fine with these settings.

ilikejam 08-12-2007 02:33 PM

I believe the permissions should be 755 for both files.

as400 08-12-2007 02:40 PM

Will not work for some reason under ROOT>

# sudo chmod 755 libflashplayer.so
sudo: not found
# chmod 755 libflashplayer.so
chmod: WARNING: can't access libflashplayer.so


Whats the deal here???

OK...anyway, If I go into PROPERTIES of these two files everything turns up like this:

ROOT: full read and full write
SYS: full read and full write
OTHER: full read and full write

Should this work or not?

as400 08-12-2007 02:44 PM

I may have got it..


Ok,,,


Under the PERMISSIONS ADVANCED PROPERTIES...I went to where it says ADD USER for those two files...ANd I added my user account name and let see what happens.

as400 08-12-2007 03:08 PM

I think I got it working this time...

So it was the permissions issue...at least for Youtube...Lets try the other sites...

as400 09-15-2007 03:54 AM

Im sorry but I have to open this case up again since Im having the same issue with this problem again.

I thought I had this flashplayer working again after I done giving permissions to myself as FULL WRIE AND READ ACCESS and I swear that after that under my user account it had worked...YouTube and Yahoo worked well after those permission settings...

Now, I was gone for 2 weeks and during that time, I had my PC unplugged and also, during that time, my password had expired (resetted a new password). Now when I came back, I tried going to YouTube to checkout some videos, and there we go again....That same window popped up asking me to download the shockwave/flashplayer.

What can be happening here???

Now here are my permission settings again for my useraccount for these files here > FLASHPLAYER.XPT and LIBFLASHPLAYER.SO inside of this directory here > USR/SFW/LIB/MOZILLA/PLUGINS

MYUSERNAME> READ/WRITE/EXECUTE

I do not understand why its doing this AGAIN!!!!!!


Please help.

as400 09-16-2007 02:29 AM

How come its asking me this again once I changed my login passowrd?

It had worked before the password expired.


All times are GMT -5. The time now is 02:38 AM.