I plan to run transmission as a headless server on tiny core and have installed the latest version (which I assume is 3.5.1 since the downloaded iso doesn't contain the version). I've followed the instructions from this site and have a few issues, perhaps the instructions are out of date and possibly require updating for a noob like me
1. Most of the commands in code block 1 are fine, however when I execute the command below
cp * `cat /opt/.tce_dir`optional/
It complains that the directory is not found
cp: can't create '/tmp/tceoptional/curl.tcz': Path does not exist
Do I need to create the tceoptional folder?
Also, when navigating to the folder below
cd `cat /opt/.tce_dir`
(which turns out to be /tmp/tce), there is no file called onboot.lst
echo transmission.tcz >> onboot.lst
Do I need to create the onboot.lst file?
2. There doesn't seem to be any configuration file attached with the post, unless I should be looking somewhere else
Now we need a config file.
You can look at this
https://trac.transmissionbt.com/wiki/ConfigurationParameters
webpage for help with setup.
Or you can use the one i have attached. You will then have to edit 'rpc-whitelist' or 'rpc-whitelist-enabled'
Also, where do I save the configuration file once downloaded?
3. When I attempt to start the transmission-daemon
transmission-daemon -g /settings/folder/
I get the error message below
transmission-daemon: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
4. And finally
,
If you want to change the folder whee transmission saves the files, you can do so frem the web-interface.
Does this mean that any settings done from the web interface will be stored in the configuration file?
Sorry for so many questions, but am a linux newbie here