[[PageOutline]] * [http://sourceforge.jp/magazine/08/03/28/0048253 TorrentFlux:サーバーで動かすBitTorrentクライアント - SourceForge.JP Magazine : オープンソースの話題満載] > TorrentFlux は、Apache、MySQL、PHPが動作しているサーバー上で動くBitTorrentクライアントだ。ほぼすべての操作をWebブラウザー上で行うよう実装されており、これにより従来のAzureusのようなクライアントにはない機能性を実現している。バックグラウンドにはBitTornadoクライアントがいて、キュー、ダウンロード、トレント・ファイルのシードを管理する。TorrentFluxを自分のマシン上で動かし、Webサーバー上のフォルダーの形でアクセスするという使い方ができる。また、帯域幅と転送速度を改善するために外部のホストにインストールすることもできる。 * 完了したファイルを別の場所に移動する(未完了と完了をディレクトリで分けておく)機能がない * 日本語が正常に扱えない(ファイル名が文字化けする) * TorrentFluxについては99%病が起きやすい模様 (github:epsylon3/torrentflux 5defc7a64c では特に起きず) * [http://www.transmissionbt.com/ Transmission] * [https://trac.transmissionbt.com/ Transmission] Trac = deluge = * http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient * http://dev.deluge-torrent.org/wiki/UserGuide/InitScript/Ubuntu%2011.04%2B%20%28Upstart%20Job%29 * mitty@torrent:~$ sudo aptitude install -R deluged deluge-webui {{{ Version: 1.3.5-0ubuntu2~precise2 }}} * mitty@torrent:~$ sudo adduser --system --group --home /var/lib/deluge deluge * daemonとして稼働させるための専用アカウント * mitty@torrent:~$ sudo mkdir -p /var/log/deluge * mitty@torrent:~$ sudo chown -R deluge:deluge /var/log/deluge * mitty@torrent:~$ sudo vim /etc/init/deluged.conf {{{ start on (filesystem and networking) or runlevel [2345] stop on runlevel [016] env uid=deluge env gid=deluge env umask=022 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d -l /var/log/deluge/daemon.log -L warning * mitty@torrent:~$ sudo vim /etc/init/deluge-web.conf start on started deluged stop on stopping deluged env uid=deluge env gid=deluge env umask=027 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluge-web -- -l /var/log/deluge/web.log -L warning }}} == 日本語ファイル名.torrent == * daemon.log {{{ [ERROR ] 21:50:58 autoadd:80 Unable to auto add torrent due to improper filename encoding: 'ascii' codec can't decode byte 0xe3 in position 1: ordinal not in range(128) }}} * ファイル名にMBCSが含まれるtorrentファイルは追加できない模様(MBCS自体は扱えるので、torrentファイルを適宜renameすれば良い) == screen shot == = qbittorrent = * mitty@torrent:~$ sudo aptitude install -R qbittorrent-nox {{{ Version: 2.9.7-1 }}} == screen shot ==