红联Linux门户
Linux帮助

Linux下的bt下载配置

发布时间:2008-01-05 10:43:28来源:红联作者:pplicat
刚开始时安装了一个bitstormlite的bt客户端,使用起来比较简单,将bt网站上的种子文件的链接保存到本地就可以了。但是这个工具唯一的缺点就是单线程下载的。

后来,又发现了一个更好的工具deluge,使用起来既简单,又能实现多线程下载,推荐大家使用哦。

下面是我使用时遇到的一些问题,以及解决方法:

下载完一个文件后,我想删掉这个文件的种子(自私了点),可是怎么删也删不掉,后来发现deluge出现异常了,关掉后也启动不了,报以下错误:

引用:
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: libtorrent reports this is a duplicate torrent
Traceback (most recent call last):
File "/usr/bin/deluge", line 136, in
start_deluge()
File "/usr/bin/deluge", line 117, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 54, in __init__
common.CONFIG_DIR)
File "/usr/lib/python2.5/site-packages/deluge/core.py", line 276, in __init__
self.sync(True)
File "/usr/lib/python2.5/site-packages/deluge/core.py", line 873, in sync
raise e
deluge.core.DuplicateTorrentError: 'libtorrent reports this is a duplicate torrent'


后来通过google,找到解决方法:
mv ~/.config/deluge/persistent.state ~/.config/deluge/vanhapersistent
mv ~/.config/deluge/dht.state ~/.config/deluge/vanhadht

然后,就可以重启deluge了,但是启动后发现,原来的种子文件都不见了,虽然不是什么大问题,但也比较麻烦,(因为我把本地的种子文件已经删掉了)不至于重新去网站上下吧。幸亏还有方法解决:

就是启动deluge后,添加,在路径中输入~/.config/deluge/torrentfiles,然后在这个目录下就可以看到今天下载的种子文件了,呵呵。
文章评论

共有 1 条评论

  1. xuliya282 于 2010-09-23 09:41:41发表:

    学习了