aMule Forum

English => aMule Help => Topic started by: shining-blue on June 13, 2006, 04:17:46 AM

Title: completed files still in use
Post by: shining-blue on June 13, 2006, 04:17:46 AM
Hi to all,

i have a little problem using the incoming folder on a shared volume.
aMule runs on a FC4 as daemon and is controled by amuleweb via the LAN.
The incoming folder is an a volume shared to the LAN by smb, nfs and afp  to the Users.
aMule processes runing as their own user/group and the privileges of the completed files looking fine.
But if User tries to copy the files access is denied becaus the files are in use.
After restarting the daemon everthing is ok, but this is not so nice becaus all sources are lost.
Can anybody tell me how to fix this problem?

Thanks
Title: Re: completed files still in use
Post by: stefanero on June 13, 2006, 07:58:04 AM
your trying to access the completed files right?

and are you trying to copy them or cut and paste?
Title: Re: completed files still in use
Post by: shining-blue on June 13, 2006, 03:26:33 PM
I trie to copy the completed files in the usual way by drag&drop as any other file.
It's on all client plattforms the same.
The only way to get them ist to use a ssh connection, but this way is usable for me and not for the others in our LAN.
Title: Re: completed files still in use
Post by: stefanero on June 13, 2006, 04:24:58 PM
well works pretty fine here,

I open teh smb share over LAN and can copy the file and also cut it and paste it some place else....

what type of share do you use? (nfs, smb ?? )
whats the msg you get?
is it maybe not readable by your user?

it looks more like a configuration problem of the share to me...
Title: Re: completed files still in use
Post by: shining-blue on June 13, 2006, 05:41:02 PM
i have tried all kind of shares defined for this path (afp, smb, nfs)
only shh as root works (what a surprise :-) )
after restarting the amuled everythings works normal, so there is no permission problem.
I know, it sounds a bit strange - thats the reason i asked for help :-)
By now i trie to fix it with a little shellscript activated by the ExecOnCompletionCommand option.
Title: Re: completed files still in use
Post by: shining-blue on June 13, 2006, 08:35:35 PM
OK, the problem is fixed :-)
It was ones again a permisson problem :-(
I have created some dirs via afp and they have lost their SGID-Bit.
netatalk is a bit tricky and you have to prepare your dirs and conf-files well.
a chmod -R 2755 over the whole amule-files structure solved the problem.
As a little gift for my experiments now all incoming files are checked by clamav and moved to "ready" or quarantained and removed.

Thanks to all