LinuxSir.cn,穿越时空的Linuxsir!

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

rtorrent求助!!

[复制链接]
发表于 2009-2-15 16:41:57 | 显示全部楼层 |阅读模式
从源里编译安装的net-p2p/rtorrent,所有的ipv4的种子没有问题,但是所有的ipv6种子都无法解析主机提示错误:Track :Couldn't resolve host name。而且ping6和ping都无法解析ipv6的域名,但是ipv6的地址以及ipv4的地址域名都可以。不知道是什么问题。
谢谢!!
 楼主| 发表于 2009-2-15 16:43:03 | 显示全部楼层
net-p2p/rtorrent-0.8.2-r5  USE="ipv6 xmlrpc -debug" 把ipv6的use也加入了。
回复 支持 反对

使用道具 举报

发表于 2009-3-17 00:00:05 | 显示全部楼层
为什么我加了ipv6的use还是Track :Couldn't resolve host name呢?我安装系统的时候就在make.conf里把ipv6加上了。
回复 支持 反对

使用道具 举报

发表于 2009-3-17 09:44:24 | 显示全部楼层
首先得你的系统能支持 ipv6 吧?支持了么?
回复 支持 反对

使用道具 举报

发表于 2009-3-17 09:49:12 | 显示全部楼层
好高级啊,都开始用IPv6了,我的系统都是把ipv6的USE去掉的。
回复 支持 反对

使用道具 举报

发表于 2009-3-18 01:01:13 | 显示全部楼层
Post by wd_afei;1962074
首先得你的系统能支持 ipv6 吧?支持了么?

支持,我一直用的是ipv6的源,firefox也能上ipv6的站
回复 支持 反对

使用道具 举报

发表于 2009-5-13 23:02:48 | 显示全部楼层
不知道这个问题大家解决了吗?我也碰到了同样的问题,呵呵,弄了半天都没解决。
回复 支持 反对

使用道具 举报

发表于 2009-5-14 13:45:05 | 显示全部楼层
net-libs/libtorrent ipv6 use加上了吗?

是在不行就换几个个libtorrent和rtorrent的版本试试
再不行到 http://libtorrent.rakshasa.no/wiki/MailingLists 去问问情况吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-5-14 13:48:46 | 显示全部楼层
不行啊。反正我是没有用它下过成功过ipv6的东西。
现在我用过的可以下载ipv6 的有vuze,deluge,ktorrent。
回复 支持 反对

使用道具 举报

发表于 2009-5-14 18:11:22 | 显示全部楼层
Post by ZDN;1987136
net-libs/libtorrent ipv6 use加上了吗?

是在不行就换几个个libtorrent和rtorrent的版本试试
再不行到 http://libtorrent.rakshasa.no/wiki/MailingLists 去问问情况吧


都加了:

  1. net-p2p/rtorrent ipv6
  2. net-libs/libtorrent ipv6
复制代码


.rtorrent.rc

  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. # Maximum and minimum number of peers to connect to per torrent.
  5. min_peers = 40
  6. max_peers = 100

  7. # Same as above but for seeding completed torrents (-1 = same as downloading)
  8. min_peers_seed = 10
  9. max_peers_seed = 50

  10. # Maximum number of simultanious uploads per torrent.
  11. max_uploads = 15

  12. # Global upload and download rate in KiB. "0" for unlimited.
  13. download_rate = 0
  14. upload_rate = 100

  15. # Default directory to save the downloaded torrents.
  16. directory = ~/rtorrent

  17. # Default session directory. Make sure you don't run multiple instance
  18. # of rtorrent using the same session directory. Perhaps using a
  19. # relative path?
  20. session = ~/rtorrent/session

  21. # Watch a directory for new torrents, and stop those that have been
  22. # deleted.
  23. #schedule = watch_directory,5,5,load_start=./watch/*.torrent
  24. #schedule = untied_directory,5,5,stop_untied=

  25. # Close torrents when diskspace is low.
  26. schedule = low_diskspace,5,60,close_low_diskspace=100M

  27. # Stop torrents when reaching upload ratio in percent,
  28. # when also reaching total upload in bytes, or when
  29. # reaching final upload ratio in percent.
  30. # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
  31. schedule = ratio,60,60,"stop_on_ratio=200,200M,2000"

  32. # The ip address reported to the tracker.
  33. #ip = 127.0.0.1
  34. #ip = rakshasa.no
  35. #ip = 0:0:0:0:0:0:0:1

  36. # The ip address the listening socket and outgoing connections is
  37. # bound to.
  38. #bind = 127.0.0.1
  39. #bind = rakshasa.no

  40. # Port range to use for listening.
  41. port_range = 6890-6999

  42. # Start opening ports at a random position within the port range.
  43. port_random = yes

  44. # Check hash for finished torrents. Might be usefull until the bug is
  45. # fixed that causes lack of diskspace not to be properly reported.
  46. #check_hash = no

  47. # Set whetever the client should try to connect to UDP trackers.
  48. use_udp_trackers = yes

  49. # Alternative calls to bind and ip that should handle dynamic ip's.
  50. #schedule = ip_tick,0,1800,ip=rakshasa
  51. #schedule = bind_tick,0,1800,bind=rakshasa

  52. # Encryption options, set to none (default) or any combination of the following:
  53. # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
  54. #
  55. # The example value allows incoming encrypted connections, starts unencrypted
  56. # outgoing connections but retries with encryption if they fail, preferring
  57. # plaintext to RC4 encryption after the encrypted handshake
  58. #
  59. encryption = allow_incoming,enable_retry,prefer_plaintext

  60. # Enable DHT support for trackerless torrents or when all trackers are down.
  61. # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
  62. # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
  63. # The default is "off". For DHT to work, a session directory must be defined.
  64. #
  65. dht = auto

  66. # UDP port to use for DHT.
  67. #
  68. dht_port = 6881

  69. # Enable peer exchange (for torrents not marked private)
  70. #
  71. peer_exchange = yes

  72. #
  73. # Do not modify the following parameters unless you know what you're doing.
  74. #

  75. # Hash read-ahead controls how many MB to request the kernel to read
  76. # ahead. If the value is too low the disk may not be fully utilized,
  77. # while if too high the kernel might not be able to keep the read
  78. # pages in memory thus end up trashing.
  79. #hash_read_ahead = 10

  80. # Interval between attempts to check the hash, in milliseconds.
  81. #hash_interval = 100

  82. # Number of attempts to check the hash while using the mincore status,
  83. # before forcing. Overworked systems might need lower values to get a
  84. # decent hash checking rate.
  85. #hash_max_tries = 10

  86. encoding_list=UTF-8
复制代码


不知道是不是配置文件哪儿没配置好啊,我是通过DHCP动态获取IP的。
回复 支持 反对

使用道具 举报

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

本版积分规则

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