I downloaded today amule-cvs and am able to compile(wx-2.4/gtk1.x) and run it. My shared files are on vfat partition and my fstab options for it are :
/dev/hdb2 /mnt/d vfat uid=1000,gid=10,umask=002,shortname=mixed,iocharset=utf8,quiet,noatime,umask=002,nodiratime 0 0
And i run amule with uid 1000. All part/met files also have uid 1000 and all permissions.
In amule i set default permissions to 7 everywhere.
When i start amule it downloads ok , but complains:
13:13:09: can't create file '/mnt/d/emule/temp/020.part.met.backup' (error 13: Permission denied)
13:13:09: info: Could not create backup of '/mnt/d/emule/temp/020.part.met'
13:13:09: (error 13: Permission denied)
13:13:09: can't create file '/mnt/d/emule/temp/020.part.met.bak' (error 13: Permission denied)
13:13:09: info: Could not create backup of '/mnt/d/emule/temp/020.part.met'
13:13:09: (error 13: Permission denied)
for every part file.
I already tried deleting old bak files, tried different fstab settings but nothing helps. I also didn't had this problems with former amule-cvs versions. I also can create/delete files on this partition as a user with uid 1000. It would be nice if someone could give me a clue how to solve this problem.
Last edit:
I managed to solve it but the solution left me even more clueless.
I found out that my incoming folder had no +w permission for owner on vfat partition! It even survied remount and reboot. Or did i missed something and vfat now supports permissions...