Autotools partial move

simur612

Member
May 25, 2018
879
0
16
First of all, had lots of help from this forum in the past and this is the first time I
have needed to post. So thanks for all the help.

I have set up autotools to move completed downloads to directories that are
symbolically linked to a separate raid array outside the root rtorrent directory.
Eg.
/home/rtorrent/downloading/flix
/tv
(move to)

/home/rtorrent/complete/flix
/tv
(symbolically linked to)

/data/flix
/tv

I am doing this so not to have all the disks in the raid constantly spinning.
This is working great for the tv but when larger files (movies) are moved to the
flix directory the process fails and I end up with a partial file of around 4.3GB.

I have looked in the autotools logs but its not really telling me anything
other than… “rtMoveFile: move fail, try to copy”

First I thought php mv was using /tmp or /usr (these partitions have around
4GB spare) to move the file. But I have watched these during a move and they
don’t seem to be filling up.
The only thing I can think of is maybe because I am using symbolic links the
move process is taking a lot longer than designed, so is timing out before the
move has completed hence the smaller tv files move ok.

Guess I could use rsync but would prefer to use links if anybody has any idea how.

Thanks for your suggestions,
Regards FT
 

simur612

Member
May 25, 2018
879
0
16
Hi
Still had no luck finding a solution for the partial move. Is there any more details i could provide logs etc.
Would it be inappropriate to to contact the author of the auto-tools plugin directly for a possible solution.
Regards
FT
 

randac56

Member
May 25, 2018
915
0
16
The problem is that the author of this plugin has been missing in action for months. This plugin isn't likely to see any updates until:

Someone steps up and does the work
The original author decides he wants to support it.
Novik decides to rewrite the plugin.



A bounty might help.
 

peshua19

Member
May 25, 2018
897
0
16
Sorry for resurrecting an old thread, but I've been searching for a solution to this problem for a while now.
Move/Copy fails after it's moved a file over 4gb in size, despite there being plenty of resources available.

[26.10.12 22:48:40] AutoMove: --- begin ---
[26.10.12 22:48:40] AutoMove: Operation Move
[26.10.12 22:48:40] AutoMove: from /media/Downloads/Doctor.Who.2005.S05.720p.BluRay.DTS5.1.x264-CtrlHD/
[26.10.12 22:48:40] AutoMove: to /media/Seeds/Doctor.Who.2005.S05.720p.BluRay.DTS5.1.x264-CtrlHD/
[26.10.12 22:49:46] rtMoveFile: from /media/Downloads/Doctor.Who.2005.S05.720p.BluRay.DTS5.1.x264-CtrlHD/Doctor Who 2005 S05E12 720p BluRay DTS5.1 x264-CtrlHD.mkv
[26.10.12 22:49:46] rtMoveFile: to /media/Seeds/Doctor.Who.2005.S05.720p.BluRay.DTS5.1.x264-CtrlHD/Doctor Who 2005 S05E12 720p BluRay DTS5.1 x264-CtrlHD.mkv
[26.10.12 22:49:46] rtMoveFile: move fail, try to copy
[26.10.12 22:50:51] rtMoveFile: copy fail
[26.10.12 22:50:51] AutoMove: --- end ---


It'd be awesome if someone could come up with a solution.