When I do:
btlaunchmanycurses . --tracker-proxy 127.0.0.1:8118
I get Try X: died, retrying in Y
If I do not use the tracker proxy it downloads ok.
Also if I set the environment variable http_proxy to 127.0.0.1:8118 btdownloadcurses says "Problem connecting to tracker - timeout exceeded". If i unset this environment variable it downloads ok.
Tried with 9.10 and 9.04.
FYI:
Code:
fileserver:~/torrent_proxy_test> sudo netstat -pln | grep 8118
tcp 0 0 127.0.0.1:8118 0.0.0.0:* LISTEN 8764/privoxy
fileserver:~/torrent_proxy_test> sudo tail /var/log/privoxy/errorfile
Apr 04 11:40:01.061 Privoxy(7f0616d6f6e0) Info: Privoxy version 3.0.8
Apr 04 11:40:01.061 Privoxy(7f0616d6f6e0) Info: Program name: /usr/sbin/privoxy
fileserver:~/torrent_proxy_test> sudo tail /var/log/privoxy/logfile
fileserver:~/torrent_proxy_test> grep -v "#" /etc/privoxy/config
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
filterfile default.filter
logfile logfile
listen-address 127.0.0.1:8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
forwarded-connect-retries 0
accept-intercepted-requests 0
allow-cgi-request-crunching 0
split-large-forms 0
forward-socks4a / localhost:9050 .
Any ideas?