NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
hellbent1
May 20, 2010Aspirant
Automatic 0.6.2 on Duo Issues
I've been trying to get automatic running on my Duo for the last few days with little to no success. I'm not much for unix so that doesn't help matters but i'll walk you thru where i've gotten to.
i have the automatic bin installed and am currently starting the daemon manually so i can pass it custom paths to where my config file is (why on earth it's it /etc/ and not in c/addons-config/ i'll never know) and where to output a log file. for example:
based on another thread for automatic (x86 version) here on this board i've configured my automatic.conf file as such (i've removed all the commenting to keep this code box small and readable:
as you can see i've changed some things etc, hopefully they're correct. i wish the automatic.conf-sample had actual examples in it!!!
anyway, the log i'm generating is throwing this at me at level 1:
any ideas? i've tried various setups using external instead of 1.3 to just try to save .torrent files to my sources directory and let transmission do the watching and starting itself but those attempts haven't born any fruit either.
thanks,
hellbent
i have the automatic bin installed and am currently starting the daemon manually so i can pass it custom paths to where my config file is (why on earth it's it /etc/ and not in c/addons-config/ i'll never know) and where to output a log file. for example:
automatic -v 5 -l /c/addons-config/automatic/auto.log -c /c/addons-config/automatic/automatic.conf
based on another thread for automatic (x86 version) here on this board i've configured my automatic.conf file as such (i've removed all the commenting to keep this code box small and readable:
transmission-version = "1.3"
rpc-host = "localhost"
rpc-port = 8181 (i assume this port is the same as the transmission web-access port? its the same port i use for transmission-remote-dotNet)
rpc-auth = "MYUSER:MYPASS"
feed = { url => "http://ezrss.it/feed" }
interval = 30
# upload-limit = 10 (unchanged)
# use-transmission = yes (disabled for testing)
# start-torrents = yes (disabled for testing)
torrent-folder = "/c/media/BitTorrent/sources/"
statefile = "/c/addons-config/automatic/automatic.state"
filter = { pattern => ".*" folder => "" }
as you can see i've changed some things etc, hopefully they're correct. i wish the automatic.conf-sample had actual examples in it!!!
anyway, the log i'm generating is throwing this at me at level 1:
../src/web.c, 523: Upload to 'http://localhost:8181/transmission/rpc' failed: number of redirects hit maximum amount
any ideas? i've tried various setups using external instead of 1.3 to just try to save .torrent files to my sources directory and let transmission do the watching and starting itself but those attempts haven't born any fruit either.
thanks,
hellbent
54 Replies
Replies have been turned off for this discussion
- WhoCares_MentorJust checked, I made an announcement of the updated version in the proper forums. Sorry you missed it.
-Stefan - hellbent1Aspirantha! well, it saved... something! it's not named very nice but on closer inspection the file contents sure do look like a torrent. i'll do some more testing in a bit.
- hellbent1Aspiranti can get it to pull down a file using a single filter but not multiple. any suggestions on the syntax for multiple shows? do i need to use full separate filter entries:
filter = { pattern => "united.states.of.tara.*" }
filter = { pattern => "good.eats.*" }
filter = { pattern => "doctor.who.2005.*xvid.*" }
or just put several in the same filter?filter = { pattern => "united.states.of.tara.*"
"good.eats.*"
"doctor.who.2005.*xvid.*"
} - hellbent1Aspirantwait, i got it. the parser is VERY particular about having the curly braces on the following line and no extra whitespace or tabs. seems to be working with multiple filters now.
many thanks Stefan! - WhoCares_MentorCool. Glad it's working for you now.
-Stefan - Trial_MasterAspirantIs there a way to stop duplicate matches on pattern? Automatic is matching multiple torrents from the same pattern and downloading them all.
- WhoCares_MentorSince the duplicate matching works on exact names only, the best (and imho only) way to filter out duplicates is to use a more specific filter setting.
-Stefan - Trial_MasterAspirantM'mmm i'm pretty specific now using all your suggestions which i thank you for. Maybe i'll just use one feed then. What can i add to patterns to exclude a part of title?
- rjgouldAspirantTried to use this. Stupid question but how do you get to edit the config?
- WhoCares_MentorCurrently only via SSH access. I'm working on a version where you can edit the config from within FrontView.
-Stefan
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!