Andi Micro wrote:
The first was, I installed transmission use it the way the how to documentation. It work fine. But then there is an error, because there is insufficient space on my harddisk to accommodate the downloaded file, then the transmission crashes.
I delete it using the command
# yum remove transmission transmission-daemon
Then I install again
# yum install transmission
Successfully installed, but I can not change the transmission admin password . Although I use the command
# transmission-password mypaswd
Once i open the browser, there is no demand to fill in username and password. I can not access via the transmission client that I installed on my MS Windows too.
How can I reinstall this program correctly?I happen to spot this last night when I did a test install
You will need to edit the config password file
nano /usr/bin/transmission-password
Find the line that reads
CONFIG="" (replace what ever is between the brackets with var/lib/transmission/settings.json)
eg: CONFIG=" var/lib/transmission/settings.json"
Save the file
then run
transmission-password password goes here
service transmission-daemon start
then in a browser ipofccbox:9091
I have not read this whole thread so someone may of already answered this