So,
I´ve been struggling with transmission installation for a while, but i´m on my knees so far.
After runnign all the procedures for installation with optware, i can see that a lot of packages are installed (comand list_installed).
This procedures in automate way put nano also in my mbwe white lights.
But after that, i´m getting this error: JSON parser failed in /root/.config/transmission-daemon/settings.json at line 42, colum 5: ""rpc-authenticat"
this is the text of command:
~ # /opt/bin/ipkg list_installed
libcurl - 7.20.0-1 - Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FI
libevent - 1.4.13-1 - libevent to implement an event loop
nano - 2.2.1-1 - A pico like editor
ncurses - 5.7-1 - NCurses libraries
openssl - 0.9.8m-2 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
transmission - 1.91-1 - Lightweight BitTorrent client and daemon, with web interface bundled.
zlib - 1.2.3-3 - zlib is a library implementing the 'deflate' compression system.
Successfully terminated.
I´ve followed thist tutorial: http://mybookworld.wikidot.com/optware
My json settings:
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"dht-enabled": true,
"download-dir": "\/root\/Downloads",
"encryption": 0,
"incomplete-dir": "\/root\/.config\/transmission-daemon\/Incomplete",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 2.0000,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-access-control-list": "127.0.0.*,+192.168.*.*",
"rpc-whitelist": "127.0.0.*,+192.168.*.*"
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{a9a5e9bc660acea61fc1c3e662e5fd66f7bfad63UV3qj7yT",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "127.0.0.*,192.168.0.*",
"rpc-whitelist-enabled": true,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"umask": 18,
"upload-slots-per-torrent": 14
}
How can i solve this?
I really apreciate your valuable help.
Thanks in advance.
Marcelo Sales