Tagged Questions
0
votes
1answer
49 views
transmission-daemon: error loading working config-file. User priveliges?
Transmission-daemon has worked perfectly on a small headless server for a long time. However, it currently gives me the following error:
transmission-daemon Error loading config file -- exiting. ...
3
votes
1answer
187 views
How do I change the user Transmission runs under?
I installed Transmission through a PPA and the daemon starts on boot. I want to change the user that runs the daemon because I want the downloaded files to be under the same user as my XBMC ...
0
votes
1answer
862 views
How can I use transmission-daemon with a download folder on a ntfs file system?
I have a small partition for linux and a big partition that is ntfs so I can share files with my windows installation.
I want to use transmission-daemon (this is a console-only installation) and I ...
2
votes
4answers
2k views
Upstart script for a transmission-daemon executed as a normal user
I have done a script to start transmission-daemon as a normal user:
start on filesystem
stop on runlevel [!2345]
respawn
respawn limit 10 5
pre-start script
test -x /usr/bin/transmission-daemon ...