1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/roles/transmission/README.rst

63 lines
2.4 KiB
ReStructuredText
Raw Normal View History

===================
2018-08-16 09:36:45 +00:00
Transmission README
===================
2018-08-16 09:36:45 +00:00
Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All these incarnations feature a very simple and intuitive interface, on top on an efficient, cross-platform back-end.
Transmission is intended to download KA Lite content to IIAB, from places like http://pantry.learningequality.org/downloads/ka-lite/0.17/content/ -- and also to seed it, in assistance of others.
Once the packages are downloaded, please verify the content before copying it (carefully) to KA Lite content directory: /library/ka-lite/content
Caution
-------
Usage of Transmission consumes significant Internet data and system resources.
Caveat emptor! (That's Latin for "Buyer Beware")
2018-08-16 09:36:45 +00:00
2018-08-18 04:32:45 +00:00
Access
------
2018-08-16 09:36:45 +00:00
Login to Transmission's web interface http://box:9091 using administrative account:
2018-08-16 09:36:45 +00:00
Username: Admin
Password: changeme
2018-08-16 09:36:45 +00:00
Alternatively, you can type 'transmission-remote' at the command-line.
Configuration
-------------
You can configure Transmission using its web interface http://box:9091
You can also edit Transmission settings in '/etc/transmission-daemon/settings.json'. Before you start editing the
'settings.json' file, please ensure that transmission-daemon.service is stopped:
$ sudo systemctl stop transmission-daemon.service
$ sudo nano /etc/transmission-daemon/settings.json
2018-08-18 04:32:45 +00:00
Adding torrents
---------------
Transmission can facilitate provisioning your IIAB, by adding KA Lite content from places like: http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
You can also download other torrents using Transmission's web interface, or by typing 'transmission-remote' at the command-line.
2018-08-16 09:36:45 +00:00
$ transmission-remote -a <path_to_the.torrent>
2018-08-16 09:36:45 +00:00
Known Issues
------------
* Default Transmission user/group (See https://github.com/transmission/transmission/issues/537). Currently you need to set these "transmission_user" and "transmission_group" variables. Check their values in transmission-daemon's systemd unit file: lib/systemd/system/transmission-daemon.service
2018-08-16 09:36:45 +00:00
* Random Ports: Currently it is not possible to use random ports in the range 49152-65535. It is difficult to open multiple ports in IIAB's iptables-based firewall.
2018-08-16 09:36:45 +00:00
2018-08-18 04:32:45 +00:00
Troubleshooting
---------------
Please check if the transmission daemon is running:
$ sudo systemctl status transmission-daemon.service
Check that Transmission's settings are correct in: /etc/transmission-daemon/settings.json