lq2001 发表于 2013-11-27 22:22:28

WVL装aria2后有疑问,请教各位大大!!!

本帖最后由 lq2001 于 2013-11-27 22:27 编辑

折腾了一天,1.68的固件终于用JAVA破解了ROOT密码,并装上了TM,且能自启动,
用的是代码,不是脚本文件,

后想装aria2,如下操作
ipkg install aria2
待自行安装后,按照教程http://www.gebi1.com/thread-26427-1-1.html将S10_aria2.sh用winscp传入/opt/etc/init.d文件夹下,并设置属性0755
具体的S10_aria2.sh内容如下()
#!/bin/bash
export HOME=/root
/opt/bin/aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all --dir=/mnt/disk2/aria --file-allocation=none -s 5 -j 3 -x 5 -c -D

重启wvl后,
执行1.      aria2c -v
结果如下:
aria2 version 1.4.1
Copyright (C) 2006, 2009 Tatsuhiro Tsujikawa

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
GNU General Public License for more details.

** Configuration **
Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink
Hash Algorithms: md5, sha1

Report bugs to <tujikawa at users dot sourceforge dot net>

这样aria2应该是正常安装了吧?

用top未发现与有aria的相关进程;是否aria没有自启动吧?

后手工执行aria2c http://dx3.mycodes.net/201310/putty_0.63cn.zip
下载后发现下载的文件既然是在nas的 /root/ 这个目录下?

请各位有经验的大大指点下,我哪里出错了?是否还需要再配置aria2.conf之类的文件?这个文件在哪里来的

lq2001 发表于 2013-11-27 22:38:11

突然发现这个东东
NAS安装迅雷官方远程下载http://www.gebi1.com/thread-75278-1-1.html
是不是完全可以替代aria2了???

tantan 发表于 2013-11-28 09:29:50

1. 迅雷远程好像还有问题,并不是每个机器都合适。
2. ARIA2最好用配置方式运行,另外,你的ARIA2的版本低了~!
页: [1]
查看完整版本: WVL装aria2后有疑问,请教各位大大!!!