aMule Forum

English => aMule Help => Topic started by: Greg on November 24, 2004, 01:12:07 PM

Title: no permission for few files
Post by: Greg on November 24, 2004, 01:12:07 PM
hi (again),

I need your help again because some of my new incoming files can't be openned.
The message is 'no permission to open this file' (translate from french). That's mpg and jpg files format. I realy don't understand because some others jpg files downloaded with amule can be open ! Is there any protection on these ones?

Bonus question : Is there a program under linux which can open mpg files ?

Bye & Thanx
Greg
Title: Re: no permission for few files
Post by: maddeneye on November 24, 2004, 03:37:53 PM
Usually permission problems arise when different users use amule but the incoming directory is common. Could be for example when you run amule as root and then later as your usual login name. This creates different owners. If you are consistently running amule from 1 user, this should not happen. The remedy is to run "chmod 777 -R /path to your incoming directory" as root, which basically gives permission to everybody. I haven't played mpg files in linux but totem seems pretty versatile.
Title: RE: no permission for few files
Post by: lfroen on November 24, 2004, 03:54:30 PM
Quote
Bonus question : Is there a program under linux which can open mpg files ?

mplayer - plays virtually everything

About permissions - check with ls -l those files you can't open. You will see where your problem is. Amule can assign permissions to incoming files - check in preferences if this is what you want.
Title: Re: no permission for few files
Post by: skolnick on November 24, 2004, 05:31:56 PM
check also the user  which runs amule, and the owner of the files. Should be the same (not sure, I have incoming and temp on a FAT32 partition). Also, do what madddeneye suggested, but instead of using 777, use 644. It's pretty safer. A good mpg player is xine, it works for me on Fedora core 2.

Regards.