NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

ngchina's avatar
ngchina
Follower
Jun 01, 2016

Qbittorrent不会启动任何种子

"我有一个RN 104,现在用的是qbittorrent应用。然而,当我尝试手动添加torrent(会穿过我的PC)时没有启动,并没有下载。 版本是1.0.3和2.9.8。 我对任何帮助表示赞赏。 如果有用,Transmission会自动启动torrent,我希望有个程序能够自行开始在文件夹中的torrent。"

1 Reply

  • 我刚刚购买,并开始使用ReadyNAS RN102(OS 6.x的)。在安装应用程序QBittorrent之后,我能够访问Web界面的工作,但没有种子可以下载。基本上,做什么都没用。

    我发现,在默认情况下,Web界面试图连接到qbittorrent服务端口7079,而进程上的默认端口是8080,我觉得7079端口挺好,所以我配置进程使用该端口。 (奇怪的是,7079端口被指定为正确的监听端口,但并未使用)。

    如果它解决您的问题,我做了以下内容:

    1.从ReadyNAS设备管理页面停止QBittorrent应用程序

    2.编辑/etc/init.d/qbittorrentr6并添加"" -- $DAEMON_ARGS"",”到"
    start-stop-daemon --chuid $USER -b --start --pidfile $PIDFILE --make-pidfile --exec $DAEMON -- $DAEMON_ARGS


    3"的末尾。

    3.从ReadyNAS设备管理页面开始的QBittorrent应用程序 - >应用程序

    4.运行QBittorrent网络客户端