NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
stian89
Dec 07, 2010Aspirant
Can't make Automatic and Transmission work
Hi! I have Automatic v0.6.4-readynas-0.9.7 and Transmission v2.11 installed on my ReadyNAS duo. I've tried to setup Automatic to download torrents automatically, but I can't figure it out. Her...
Chandler1
Dec 28, 2011Aspirant
Looked up a few more things and figured I'd post some more information here: output from running "automatic -f -v 3" is located at the end of the post. Key information I've gleaned:
It parses the transmission-version parameter but then bitches about it being an unknown parameter? Then at the end in the verbose output it states that the Transmission version is 1.3, NOT 2.31 as I input?
The only other queries I have are the below outputs:
Do they all look correct? I'm only asking as I don't know what they all do, and for the transmission directories I would have entered the below settings if they weren't prefilled:
TIA :)
Chandler
Full output (tidied up - removed skipping comments/newlines and all my long feed lines (which work)):
../src/config_parser.c, 601: [parse_config_file] option: transmission-version
../src/config_parser.c, 602: [parse_config_file] param: 2.31 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: transmission-version=2.31 (type: 0)
../src/config_parser.c, 340: Unknown parameter: transmission-version=2.31
It parses the transmission-version parameter but then bitches about it being an unknown parameter? Then at the end in the verbose output it states that the Transmission version is 1.3, NOT 2.31 as I input?
../src/automatic.c, 520: Transmission version: 1.3
The only other queries I have are the below outputs:
../src/automatic.c, 524: foreground mode: yes
../src/automatic.c, 526: Transmission home: /root/.config/transmission
../src/automatic.c, 528: Upload limit: -1 KB/s
../src/automatic.c, 529: torrent folder: /tmp
../src/automatic.c, 531: state file: /root/.config/automatic.state
Do they all look correct? I'm only asking as I don't know what they all do, and for the transmission directories I would have entered the below settings if they weren't prefilled:
../src/automatic.c, 524: Transmission home: /root/c/addons-config/transmission
../src/automatic.c, 529: torrent folder: /root/c/media/BitTorrent/Incomplete
TIA :)
Chandler
Full output (tidied up - removed skipping comments/newlines and all my long feed lines (which work)):
ChandlerNAS:/etc# automatic -f -v 3
automatic: /usr/lib/libcurl.so.3: no version information available (required by automatic)
../src/config_parser.c, 431: Configuration file size: 5292
../src/config_parser.c, 601: [parse_config_file] option: transmission-version
../src/config_parser.c, 602: [parse_config_file] param: 2.31 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: transmission-version=2.31 (type: 0)
../src/config_parser.c, 340: Unknown parameter: transmission-version=2.31
../src/config_parser.c, 601: [parse_config_file] option: rpc-host
../src/config_parser.c, 602: [parse_config_file] param: localhost (9 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-host=localhost (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: rpc-port
../src/config_parser.c, 602: [parse_config_file] param: 9091 (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-port=9091 (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: rpc-auth
../src/config_parser.c, 602: [parse_config_file] param: admin:password1 (15 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: rpc-auth=admin:password1 (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: interval
../src/config_parser.c, 602: [parse_config_file] param: 30 (2 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: interval=30 (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: use-transmission
../src/config_parser.c, 602: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: use-transmission=yes (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: start-torrents
../src/config_parser.c, 602: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: start-torrents=yes (type: 1)
../src/config_parser.c, 601: [parse_config_file] option: torrent-folder
../src/config_parser.c, 602: [parse_config_file] param: /tmp (4 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: torrent-folder=/tmp (type: 0)
../src/config_parser.c, 601: [parse_config_file] option: statefile
../src/config_parser.c, 602: [parse_config_file] param: ~/.config/automatic.state (25 byte)
../src/config_parser.c, 603: [parse_config_file] -----------------
../src/config_parser.c, 320: statefile=~/.config/automatic.state (type: 0)
../src/automatic.c, 519: verbose level: 3
../src/automatic.c, 520: Transmission version: 1.3
../src/automatic.c, 521: RPC host: localhost
../src/automatic.c, 522: RPC port: 9091
../src/automatic.c, 523: RPC auth: admin:password1
../src/automatic.c, 524: foreground mode: yes
../src/automatic.c, 525: config file: /etc/automatic.conf
../src/automatic.c, 526: Transmission home: /root/.config/transmission
../src/automatic.c, 527: check interval: 30 min
../src/automatic.c, 528: Upload limit: -1 KB/s
../src/automatic.c, 529: torrent folder: /tmp
../src/automatic.c, 530: start torrents: yes
../src/automatic.c, 531: state file: /root/.config/automatic.state
../src/automatic.c, 535: 8 feed URLs
../src/automatic.c, 536: Read 0 filters from config file
../src/automatic.c, 545: No filters specified in automatic.conf!
[11/12/28 11:25:20] ../src/automatic.c, 133: Shutting down daemon
../src/list.c, 228: [cleanupList] size before: 8
../src/list.c, 239: [cleanupList] size after: 0
../src/list.c, 228: [cleanupList] size before: 0
../src/list.c, 239: [cleanupList] size after: 0
../src/list.c, 228: [cleanupList] size before: 0
../src/list.c, 239: [cleanupList] size after: 0
ChandlerNAS:/etc#
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!