Subject: SOS...could not open file xxxx. torrent - msg#00058
List: network.bit-torrent.rtorrent.devel
Dear Sir
I am a novice on using your rtorrent p2p client but after I had
installed it and set it up (despite its not set up on attachment) I
always get the same answer --could not open file xxx.torrent -- .
Please tell me what sort of config I will have to do (on my
attachment) I think such misconfiguration can run into trouble. My
system is FreeBSD-7.0 amd64.
Regards
luiz
rtorrent.rc
Description: Binary data
_______________________________________________
Libtorrent-devel mailing list
Libtorrent-devel@xxxxxxxxxxx
http://rakshasa.no/mailman/listinfo/libtorrent-devel
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: rtorrent not moving completed torrents that were imported from a previous install and another client
On Jul 24, 2008, at 10:50 PM, Shadow Tester wrote:
Any ideas as to why rtorrent is not moving or linking when the
imported file is hashed and seeding and a possible solution?
Completing a hash check successfully is not considered "finishing" a
download. The on_finished handler is only called when the final piece
of data has been downloaded. This is by design, to prevent
on_finished being called multiple times (such as whenever a hash
check would be initiated).
Of course there's nothing stopping you from pressing ctrl-x and
entering the on_finished commands directly for a download.
To make rtorrent actually run the on_finished handler, you could
modify one byte in a downloaded file (make sure the file modification
time is updated or rtorrent won't notice). Then start it and have it
download the final piece once more, and when that's done it will run
the on_finished handler.
--
Josef Drexler
josef@xxxxxxxxxxxx
Previous Message by Thread:
click to view message preview
rtorrent not moving completed torrents that were imported from a previous install and another client
I have rtorrent setup to move completed torrent files from a torrent/doing directory to a torrent/done directory on completion.
Command line from .rtorrent.rc is as follows
;d.set_directory=/media/sdb1/torrents/done/"
That works fine on new torrents I start and finish in the current
rtorrent install however it did not work on any torrent files which I
imported from my previous install or rtorrent or my previous torrent
client. The files are copied into the done directory then I make sure
the user and group match rtorrent and I even chmod 777 them to be sure
it was not a permission problem. I then copy the .torrent files into my
watch directory at which time rtorrent starts hash checking the files
and when the hash check is complete it changes the state to done and
starts seeding the torrent. Everything seems to be working fine except
rtorrent does not move the imported hash checked completed files into
the /torrent/done directory they remain in the doing directory. I have
also noticed that no symlink is created in the watch directory to
indicate that the torrent is finished an started symlink is created but
not the finished symlink.
Here is the lines from .rtorrent.rc for the links
on_start = link1,"create_link=tied,,.started"
on_stop = link1,"delete_link=tied,,.started"
>
on_erase = link1,"delete_link=tied,,.finished"
Any ideas as to why rtorrent is not moving or linking when the imported file is hashed and seeding and a possible solution?Shadowtester
_______________________________________________
Libtorrent-devel mailing list
Libtorrent-devel@xxxxxxxxxxx
http://rakshasa.no/mailman/listinfo/libtorrent-devel