扫描二维码关注官方公众号
返回列表 发布新帖

[巴法络] transmission 2.77挂在ls-wvl上怎样设置单任务下载(已解决)

3796 6
发表于 2013-3-16 01:35:44 | 显示全部楼层 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 holybody 于 2013-3-16 13:32 编辑

transmission 2.77挂在ls-wvl上怎样设置单任务下载,我的意思是说在1个任务下载完后另一个任务自动下载
我的配置
{
    "alt-speed-down": 1000000,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": false,
    "alt-speed-time-end": 1020,
    "alt-speed-up": 102400,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/mnt/array1/share/Downloads/\u7535\u5f71",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/mnt/array1/share/Downloads/\u7535\u5f71",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 51413,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{4028d0e7c3d0a0c235c55ee7ac4e14ad8f99cdaeOSn29rE1",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "*.*.*.*",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 0,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 5000,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
}

请高手指教下小弟!!谢谢!
QQ截图20130316013148.jpg
QQ截图20130316013654.jpg


问题的原因是我没有把Transmission的进程关闭导致我修改不了,
登陆root然后输入第一以下的命令
root@LS:~# killall transmission-daemon  这里的窗口先不用关,后面还要输入一条命令。

然后用winscp软件登陆nas进入 /.config/transmission-daemon/settings.json 打开配置文件修改 "download-queue-size": 5, 把5改成1,然后保存。
再到root的界面下输入以下的启动命令就大功告成!!
root@LS:~# transmission-daemon
在这里多谢大家的帮忙,谢谢!!

评论6

pp0ppLv.5 发表于 2013-3-16 08:55:43 | 显示全部楼层
"download-queue-size": 5,

这个改成1。
谢谢帮忙! 
发表于 2013-3-16 12:15
回复 点赞

使用道具 举报

holybody楼主Lv.3 发表于 2013-3-16 12:15:03 | 显示全部楼层
pp0pp 发表于 2013-3-16 08:55
"download-queue-size": 5,

这个改成1。

改了重启后还是不行
回复 点赞

使用道具 举报

宿醉冇醒Lv.6 发表于 2013-3-16 13:08:08 | 显示全部楼层
holybody 发表于 2013-3-16 12:15
改了重启后还是不行

再把你现在的配置放出来看看
可以了。谢谢帮忙 
发表于 2013-3-16 13:33
放了。。改后要不要重启nas 
发表于 2013-3-16 13:14
回复 点赞

使用道具 举报

holybody楼主Lv.3 发表于 2013-3-16 13:13:47 | 显示全部楼层
{
    "alt-speed-down": 1000000,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": false,
    "alt-speed-time-end": 1020,
    "alt-speed-up": 102400,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/mnt/array1/share/Downloads/\u7535\u5f71",
    "download-queue-enabled": true,
    "download-queue-size": 1,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/mnt/array1/share/Downloads/\u7535\u5f71",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 51413,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{4028d0e7c3d0a0c235c55ee7ac4e14ad8f99cdaeOSn29rE1",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "*.*.*.*",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 0,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 5000,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
}
放出来是想让你看看是不是真的改过来了,呵呵,抱歉回复迟了,搞定就好 
发表于 2013-3-16 15:24
回复 点赞

使用道具 举报

freeangleLv.3 发表于 2013-7-30 12:15:03 | 显示全部楼层
没怎么看懂...............
回复 点赞

使用道具 举报

kevin9611Lv.3 发表于 2013-10-11 19:04:32 | 显示全部楼层
谢谢!!
先学习下。。。。。。
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表