Search found 3 matches
- Sat Aug 25, 2012 6:42 am
- Forum: Support
- Topic: Transmission daemon overwrites settings.json to the default
- Replies: 10
- Views: 71569
Re: Transmission daemon overwrites settings.json to the defa
of course I edit file when daemon is stopped
- Fri Aug 24, 2012 6:45 am
- Forum: Support
- Topic: Transmission daemon overwrites settings.json to the default
- Replies: 10
- Views: 71569
Re: Transmission daemon overwrites settings.json to the defa
I have a similar problem
https://forum.transmissionbt.com/viewtopic.php?f=8&t=13732
root@comp# mypid=`ps -ef | grep trans | grep -v grep | awk '{ print $2; }'`; cat /proc/$mypid/cmdline
/usr/bin/transmission-daemon-T--blocklist-g/var/lib/transmission/.config/transmission
in the pointed folder ...
https://forum.transmissionbt.com/viewtopic.php?f=8&t=13732
root@comp# mypid=`ps -ef | grep trans | grep -v grep | awk '{ print $2; }'`; cat /proc/$mypid/cmdline
/usr/bin/transmission-daemon-T--blocklist-g/var/lib/transmission/.config/transmission
in the pointed folder ...
- Thu Aug 23, 2012 10:12 am
- Forum: Web Interface
- Topic: rpc-authentication-required switch to false on restart
- Replies: 1
- Views: 12472
rpc-authentication-required switch to false on restart
Centos 6.3
transmission-common.x86_64 2.13-1.el6 @epel
transmission-daemon.x86_64 2.13-1.el6 @epel
if I set
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "mypass",
"rpc-port": 5412,
"rpc-username": "mylogin",
"rpc-whitelist": "127.0 ...
transmission-common.x86_64 2.13-1.el6 @epel
transmission-daemon.x86_64 2.13-1.el6 @epel
if I set
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "mypass",
"rpc-port": 5412,
"rpc-username": "mylogin",
"rpc-whitelist": "127.0 ...