LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1573|回复: 4

鉴于弟兄们的 SUSE11 BT过程中 99.99%问题的解决方案!

[复制链接]
发表于 2008-6-16 02:06:57 | 显示全部楼层 |阅读模式
次此使用是使用rtorrent来作的客户端。

使用的是 jeff-cao 兄弟的 种子.
连接如下 http://www.linuxsir.cn/bbs/thread331144.html

如果你已经用第一个种子连接到 99%了,并且没有动静,那么请下载第二个种子。

并且进行下载 第二个种子。 当有输出文件的时候,停止下载。

把第一个种子下载的 99%的文件替换过来。 要求文件名称一样。

然后等待 hash 完毕。 然后会下载完成!!

至于使用迅雷或者 BT精灵之类WINDOWS的应用程序,一般后面有后缀名称。
把后缀名称改掉看看能否使用这个方法。


rtorrent .conf 如下
  1. # This is an example resource file for rTorrent. Copy to
  2. # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
  3. # uncomment the options you wish to enable.
  4. # Minumum amount of peers to connect per torrent, if available.
  5. min_peers = 20
  6. # Minumum amount of peers to connect per torrent.
  7. max_peers = 100
  8. # Same as above but for seeding completed torrents (-1 = same as downloading)
  9. #min_peers_seed = 10
  10. #max_peers_seed = 20
  11. # Maximum number of simultanious uploads per torrent.
  12. max_uploads = 10
  13. # Global download rate in KiB. "0" for unlimited.
  14. download_rate = 80
  15. # Global upload rate in KiB. "0" for unlimited.
  16. upload_rate = 30
  17. # Default directory to save downloaded files. Note it doesn't support
  18. # space yet.
  19. directory = /jffs/Public/BT    改成自己目录
  20. # Watch a directory for new torrents, and stop those that have been deleted.
  21. schedule = watch_directory,5,5,load_start=/jffs/Public/BT/dl/*.torrent
  22. schedule = untied_directory,5,5,stop_untied=
  23. # Close torrents when diskspace is low.
  24. #schedule = low_diskspace,5,60,close_low_diskspace=100M
  25. # Default session directory. Make sure you don't run multiple instance
  26. # of rtorrent using the same session directory. Perhaps using a
  27. # relative path?
  28. session = /jffs/Public/BT/session  改成自己目录
  29. # The ip address reported to the tracker.
  30. #ip = rakshasa
  31. # The ip address the listening socket and outgoing connections is
  32. # bound to.
  33. #bind = rakshasa
  34. # Port range to use for listening.
  35. port_range = 51777-51780
  36. # Start opening ports at a random position within the port range.
  37. #port_random = no
  38. # Check hash for finished torrents. Might be usefull until the bug is
  39. # fixed that causes lack of diskspace not to be properly reported.
  40. #check_hash = no
  41. # Set whetever the client should try to connect to UDP trackers.
  42. use_udp_trackers = yes
  43. # Alternative calls to bind and ip that should handle dynamic ip's.
  44. #schedule = ip_tick,0,1800,ip=rakshasa
  45. #schedule = bind_tick,0,1800,bind=rakshasa
  46. #
  47. # Do not modify the following parameters unless you know what you're doing.
  48. #
  49. # Hash read-ahead controls how many MB to request the kernel to read
  50. # ahead. If the value is too low the disk may not be fully utilized,
  51. # while if too high the kernel might not be able to keep the read
  52. # pages in memory thus end up trashing.
  53. #hash_read_ahead = 10
  54. # Interval between attempts to check the hash, in milliseconds.
  55. #hash_interval = 100
  56. # Number of attempts to check the hash while using the mincore status,
  57. # before forcing. Overworked systems might need lower values to get a
  58. # decent hash checking rate.
  59. #hash_max_tries = 10
  60. # Max number of files to keep open simultaniously.
  61. #max_open_files = 128
  62. # Number of sockets to simultaneously keep open.
  63. #max_open_sockets = <no default>
  64. # Example of scheduling commands: Switch between two ip's every 5
  65. # seconds.
  66. #schedule = "ip_tick1,5,10,ip=torretta"
  67. #schedule = "ip_tick2,10,10,ip=lampedusa"
  68. # Remove a scheduled event.
  69. #schedule_remove = "ip_tick1"
  70. # Stop torrents when reaching upload ratio in percent,
  71. # when also reaching total upload in bytes, or when
  72. # reaching final upload ratio in percent.
  73. # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
  74. #schedule = ratio,60,60,"stop_on_ratio=200,200M,2000"
  75. schedule = ratio,30,60,stop_on_ratio=200
  76. # Encryption options, set to none (default) or any combination of the following:
  77. # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
  78. #
  79. # The example value allows incoming encrypted connections, starts unencrypted
  80. # outgoing connections but retries with encryption if they fail, preferring
  81. # plaintext to RC4 encryption after the encrypted handshake
  82. #
  83. encryption = allow_incoming,enable_retry,prefer_plaintext
  84. # Enable DHT support for trackerless torrents or when all trackers are down.
  85. # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
  86. # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
  87. # The default is "off". For DHT to work, a session directory must be defined.
  88. #
  89. #dht = on
  90. # UDP port to use for DHT.
  91. #
  92. #dht_port = 6885
  93. # Enable peer exchange (for torrents not marked private)
  94. #
  95. peer_exchange = yes
  96. #
  97. # Do not modify the following parameters unless you know what you're doing.
  98. #
  99. #scgi_port = :5000
  100. #umask =0000
  101. #encoding_list = UTF-8
  102. #scgi_local = /opt/var/run/rpc.socket
复制代码
$ rtorrent -n -o import=/opt/etc/rtorrent.conf
也可以这样调用 config文件
http://discuz.orz101.com/viewthr ... &extra=page%3D1
是rtorrent 和 screent 使用方法。

我已经安装了 suse 11了!! KDE 4.0 果然不错!! 呱呱!!
 楼主| 发表于 2008-6-16 03:09:20 | 显示全部楼层
一直进行 BT 续种。
上传速度 是 40K/S  我是1M ADSL。 重庆网通。
可以通过Ping lueluevpn.3322.org 来找到我的ip地址。

GL。
回复 支持 反对

使用道具 举报

发表于 2008-6-16 08:31:34 | 显示全部楼层
虽然我这里BT一直下不动,还是支持一下

奇怪的是前几天下载big buck bunny的时候有200kb/s左右的速度
回复 支持 反对

使用道具 举报

发表于 2008-6-18 23:25:42 | 显示全部楼层
偶下载到99.9%有近十个小时之后还是不动,等不及了,于是直接去掉后缀,硬盘安装,现在就是在SUSE 11下回复这个帖子。
PS:弄了好久啦,感叹一下!
回复 支持 反对

使用道具 举报

发表于 2008-6-19 19:48:38 | 显示全部楼层
挂了两天了,一直99.9%,实在等不及了,把BT下载的后缀名去掉。能正常安装,,,KDE4不错
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表