New issue 3 by jamesawa...@gmail.com: I cannot get wtorrent to connect to
rtorrent
http://code.google.com/p/wtorrent-project/issues/detail?id=3
What steps will reproduce the problem?
1. Installation as per guide on old trac.
What version of the product are you using? On what operating system?
Server is a PIII PC running Ubuntu 10.04.2
Please provide any additional information below.
I compiled rtorrent from source using --with-xmlrpc-c without errors.
In rtorrent.rc I've added
# SCGI Setup
scgi_port = 127.0.0.1:5000
# xmlrpc_dialect=i8
If i uncomment xmlrpc_dialect=i8 then rtorrent gives me an unknown dialect
error and will not start
I uncommented "mod_scgi" in lighttpd.conf and added
scgi.server = (
"/RPC2" => # RT_DIR
( "127.0.0.1" =>
(
"host" => "127.0.0.1", # Ip where rtorrent is listening
"port" => 5000, # Port specified in .rtorrent.rc
"check-local" => "disable"
)
)
)
At the moment, that's all I can think of, what am I missing?
I can't connect to rtorrent with wtorrent or with Transdroid, so I think
there's a problem with sgci, but can't figure it out. I've been over
multiple guides and tried it with lighttpd and with apache2.
Found a seg fault when compiled with 0.8.7/0.12.7 when accessing via
xmlrpc. recompiled and installed with 0.8.6/0.12.6 and problem solved.