ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

2012年10月19日 星期五

Raspberry Pi:Torrent client --- transmission-daemon

當作 torrent client 的話,可以用 transmission-daemon 這個 package。
用 apt-get install 完後,他會自動修改 init.d/ 還有 /etc/group 。
增加啟動的命令和新增一個 user group : transmission-daemon,並且啟動 daemon。

但是要稍微修改一下設定:/etc/transmission-daemon/settings.json:
  • "rpc-authentication-required": false, 這樣web interface 就不會要求密碼
  • "rpc-whitelist-enabled": false, 這樣所有 ip 都可以access web interface

然後就可以重新啟動 transmission-daemon: service transmission-daemon reload
要用 reload, 不可以用 restart,因為 現在 transmission-daemon 還有 bug,在 /etc/transmission-daemon/README.json: Currently transmission overwrites the settings.json configuration file on exit. The daemon can be instructed to reload the config with a SIGHUP, or # invoke-rc.d transmission-daemon reload Otherwise changes made manually to the file while the daemon is running will be silently overwritten on exit.

試試看在 pc 的 browser 開啟 http://raspberry-pi-ip:9091
就會出現 web 介面了。



另外 有說到如果遇到 down load 時當機的情況,就要修改 settings.json,加上:
  • "peer-limit-global": 100,
  • "peer-limit-per-torrent": 30,
限制download 時 track 的數量。

另外,download 的位置也寫在 settings.json 中。

預設是: "download-dir": "/var/lib/transmission-daemon/downloads",
未完成的位置是在: "incomplete-dir": "/root/Downloads",
可以另外安裝 samba server。


ref:

另外,這個 image 比較小,只有500MB,pure command line,沒有 X

沒有留言:

標籤

網誌存檔