Hi,
I installed transmission and transmission-daemon on my debian server.
I tried to edit the settings.json in /etc/transmission-daemon/ and saved these edits while transmission was not running.
Now I start transmission-daemon by simply writing transmission-daemon into the shell, which seems to work (with root rights at the moment); there is one process.
Problem is; it completely ignores all configs I wrote (rpc auth etc). I read in the forums here that there might be a settings file in /var/ but this one is symlinked to the one in /etc/.
Any ideas why this does not work?
Ignores config file
Re: Ignores config file
The only way I know currently is to stop the transmission-daemon make your changes and start it again. But this doesn't always work
Re: Ignores config file
So I found out what my error was maybe this helps other people.
I started transmission-daemon by simply typing transmission-daemon in my root shell, which led to transmission being started as root and thus all config files were now in /root/.config/transmission-daemon/settings.json.
So the files in /etc/transmission-daemon were not read.
So always start transmission via service transmission-daemon start; this way it will not have root rights and will read the correct config from /etc/.
I started transmission-daemon by simply typing transmission-daemon in my root shell, which led to transmission being started as root and thus all config files were now in /root/.config/transmission-daemon/settings.json.
So the files in /etc/transmission-daemon were not read.
So always start transmission via service transmission-daemon start; this way it will not have root rights and will read the correct config from /etc/.
Re: Ignores config file
I don't understand, how do I start something via service?nuhzaw wrote:So always start transmission via service transmission-daemon start; this way it will not have root rights and will read the correct config from /etc/.
(what exactly is this? LoL sorry the ignorance.)