aMule Forum
English => en_Bugs => Topic started by: Truzzone on September 22, 2005, 08:49:44 PM
-
Hi,
In the preference I have set to 777 the permission on the files and on the amule.conf I see:
PermissionsFiles=511
but when one download finish in the incoming dir the file haven't 777 permissions :(
Best regards,
Truzzone :)
-
Decimal 511 == Octal 777
I don't know why the file didn't get the proper permissions. Is it a FAT32 volume? Does the aMule process have the proper permissions on the Incoming directory itself?
-
The problem is present from 1 week, I compile aMule-CVS every 1-2 days.
The partitions is a ext3 and this is an example of finished files with wrong permissions:
-rwxr-xr-x 1 root root
I put on cron.hourly this:
chmod -R 777 /incoming
for try resolve the problem, but I don't like this :(
Truzzone :)
-
amule runs as root?
-
Originally posted by stefanero
amule runs as root?
Yes :]
Truzzone :)
-
Do you have 777 permisions on the temp folder?
-
Is your incomming dir on the same partition as your temp dir?
EDIT: If this is the case, then the problem should be fixed now (IOW, try tomorrows snapshot and report back). ;)
-
Originally posted by Kry
Do you have 777 permisions on the temp folder?
Yes
Originally posted by Xaignar
Is your incomming dir on the same partition as your temp dir?
Yes
Truzzone ?(
-
Btw, change to the premissions only apply to new downloads, since we keep the permissions of the partfiles when completing.