aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: completed files still in use  (Read 2135 times)

shining-blue

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
completed files still in use
« 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
« Last Edit: June 13, 2006, 04:19:21 AM by shining-blue »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: completed files still in use
« Reply #1 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?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

shining-blue

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: completed files still in use
« Reply #2 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.
« Last Edit: June 13, 2006, 03:27:18 PM by shining-blue »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: completed files still in use
« Reply #3 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...
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

shining-blue

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: completed files still in use
« Reply #4 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.
Logged

shining-blue

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: completed files still in use
« Reply #5 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
Logged