Connection refused when accessing Transmission through GUI

Discussion of Transmission that doesn't fit in the other categories
Post Reply
adamthepolak
Posts: 2
Joined: Wed Feb 26, 2014 10:01 pm

Connection refused when accessing Transmission through GUI

Post by adamthepolak »

Hey guys, I have an unraid server that runs transmission on it and i access it using the gui. It was working fine and a week ago I randomly started getting connection refused when I run the gui on either my mac or pc. Any ideas what could be causing this error?
Bearinc
Posts: 2
Joined: Sun Apr 13, 2014 11:22 am

Re: Connection refused when accessing Transmission through G

Post by Bearinc »

The problem is your Transmission daemon has stopped, :(

Fix is following run as Root: (# is the Root prompt, login in via putty or similar xterm) :mrgreen:

# sudo /etc/init.d/transmission-daemon start

to Stop the daemon do the following.

# sudo /etc/init.d/transmission-daemon stop
Bearinc
Posts: 2
Joined: Sun Apr 13, 2014 11:22 am

Re: Connection refused when accessing Transmission through G

Post by Bearinc »

Opps :roll: sorry you can drop the sudo if logged in as root ie.

# /etc/init.d/transmission-daemon start

or $ sudo /etc/init.d/transmission-daemon start
Post Reply