#1 2007-11-15 09:22:39
SCTCS脱机BT下载
SCTCS是自ENHANCED TORRENT上开发的操作界面,具体优势就是晚上不用开着电脑下载文件了,让WL来BT吧,具体使用方法如下
首先下载最新的SCTCS
http://sctcs.seaky.hu/ipkg/sctcs_0.851b_mipsel.tar
然后需先安装C++库,我的WL-HDD貌似装LIGHTTPB时候就装上了的
ipkg install libstdc++
然后就可以安装SCTCS了,{version}对应你下载的版本,如果你没装ENHANCED CTORRENT会自动帮你安装
ipkg install sctcs_{version}_mipsel.ipk
接下来编辑你的SCTCS配置文件
nano /opt/etc/sctcs.conf
改变你要下载文件的目录名,我放在SAMBA可以直接看到的目录里,记得最后一定要加/
SCTCS_DOWNLOAD=/opt/share/sctcs/download/
接下来是TORRENT存放的目录
SCTCS_TORRENTS=/opt/share/sctcs/torrent/
然后设定HTTP网页服务的端口
SCTCS_HTTP_PORT=82
如果你的82端口不对外开放,那用户名密码可以为空,对外开放了,就可以远程命令下载了,就需要设置用户名、密码
SCTCS_HTTP_USER=
SCTCS_HTTP_PASSWORD=
然后确保/OPT/VAR存在
mkdir -p /opt/var
记得在post-firewall里面打开前面设的82端口
最后要在POST-FIREWALL里面打开BT所用的端口,以下是我的设置
# Port 2701 to 2706 for SCTCS of BT
iptables -A INPUT -p tcp --dport 2701:2706 -j ACCEPT
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 2701:2706 -j DNAT --to-desination $4:2706
手动开启和关闭SCTCS的命令为
/opt/etc/init.d/S90sctcs start
/opt/etc/init.d/S90sctcs stop
之后用浏览器你的路由器地址:82(上面设的端口号),就可以开始上传TORRENT自动BT了
经WL-HDD测试,开一个BT任务之后负载就会超过1,而且内存严重不足,很吃SWAP空间,貌似是任务中文件越多越消耗内存,所以请注意SWAP是否足够,我的WL-HDD由于只设了64M SWAP有时内存不够就会死机(当掉)……烦请坛主有空在WL-HDD和GP上都测试一下负载和内存消耗
最後修改: eiki (2007-12-21 09:19:45)
附件:
sctcs_0.851b_mipsel.tar, 大小: 50,688 bytes, 下載: 124
離線
#3 2007-12-17 15:41:00
#6 2007-12-21 09:35:29
Re: SCTCS脱机BT下载
Aven 提到:
剛剛用WL-HDD裝好了,正在測試中...
我用的是 4G USB DISK 當硬碟,其中切512M當SWAP用。
https://digiland.tw/img/upload/sctcs20071221.jpg
我用80G硬盘,按照普通LINUX想法,才分了64M SWAP,明显不够用
離線
#7 2007-12-27 13:27:55
Re: SCTCS脱机BT下载
etorrent & SCTCS 分別裝在 wl-hdd & wl500g 都成功了,
又看到這篇:HOWTO: MLDonkey as Download Manager for WL-700g
http://wl500g.info/showthread.php?t=10041
還有 support FTP, HTTP, 不知道 wl-500 系列灌不灌的進去?
離線
#8 2007-12-27 20:26:26
Re: SCTCS脱机BT下载
今天按照楼主说明装了一下 遇到以下问题:
安装好之后 upload torrent种子成功 但是没看到有下载(download文件夹里面是空的)
torrent文件夹 2文件 分别是 .torrent & .log
打开log 发现 里面写着
enhanced-ctorrent: No such file or directory
检查文中提到的几个folder都有的
不过
ipkg install libstdc++
没有执行成功 没找到?!
附我的WL-HDD ipkg list_installed 结果
enhanced-ctorrent - dnh3.2-9 - Enhanced CTorrent is a revised version of CTorrent
ipkg - 0.99.149-2 - lightweight package management system
libuclibc++ - 0.2.2-4 - C++ standard library designed for use in embedded systems
nano - 2.0.6-1 - A pico like editor
ncurses - 5.6-1 - NCurses libraries
openssl - 0.9.7m-3 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
sctcs - 0.851b -
最後修改: scarf (2007-12-27 20:29:36)
離線
#9 2007-12-27 22:41:51
Re: SCTCS脱机BT下载
oldhan 提到:
etorrent & SCTCS 分別裝在 wl-hdd & wl500g 都成功了,
又看到這篇:HOWTO: MLDonkey as Download Manager for WL-700g
http://wl500g.info/showthread.php?t=10041
還有 support FTP, HTTP, 不知道 wl-500 系列灌不灌的進去?
我最近也再看這一篇,WL-500 應該有機會才對。
技術問題請於論壇上集眾人之力公開討論,感恩
離線
#10 2007-12-27 22:47:21
Re: SCTCS脱机BT下载
scarf 提到:
今天按照楼主说明装了一下 遇到以下问题:
ipkg install libstdc++
没有执行成功 没找到?!
可能是libstdc++的問題,我的ipkg list_installed如下:
enhanced-ctorrent - dnh3.2-9 - Enhanced CTorrent is a revised version of CTorrent
ipkg - 0.99.149-2 -
ipkg-opt - 0.99.163-9 - The Itsy Package Manager
libuclibc++ - 0.2.2-4 - C++ standard library designed for use in embedded systems
nano - 2.0.7-1 - A pico like editor
ncurses - 5.6-3 - NCurses libraries
openssl - 0.9.7m-3 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
sctcs - 0.851b -
uclibc-opt - 0.9.28-12 - micro C library for embedded Linux systems
記得要去更新一下 C Library: uClibc 喔
技術問題請於論壇上集眾人之力公開討論,感恩
離線