Closed GoogleCodeExporter closed 9 years ago
1) Which parameters you specify in New Torrent dialog? Which button you press
on it?
2) Is this happens with *any* torrents?
Original comment by novik65
on 19 Oct 2009 at 8:08
if you're on freebsd, make SURE you used xmlrpc-c-devel and not xmlrpc-c
Original comment by Wonslung@gmail.com
on 19 Oct 2009 at 10:48
also, unless you absolutely have to have an older version, i'd use
rtorrent-devel and
compile with kqueue support BUT there is a patch you should apply to libtorrent
REGARDLESS (it can be done via a simple edit actually)
if you use kqueue, this is a MUST.
in the libtorrent source files, look for a file named poll_kqueue.cc
find the line
return new PollKQueue(fd, 1024, maxOpenSockets);
and change it to
return new PollKQueue(fd, 16384, maxOpenSockets);
if you do NOT do this, you will have a major problem with re-opening rtorrent
if you
are running, say, 50 torrents or so.
also, if you must run 0.8.4 for only one or two trackers but can use 0.8.5 for
all
the others, do what i do. make 2 jails, one with rtorrent and one with
rtorrent-devel
believe me, rtorrent-devel is much cooler...and has no stability problems if
you know
how to set it up. If you run into trouble let me know. Drop me an email at
wonslung@gmail.com
Original comment by Wonslung@gmail.com
on 19 Oct 2009 at 10:54
Original comment by novik65
on 12 Nov 2009 at 8:49
Original issue reported on code.google.com by
chato...@gmail.com
on 18 Oct 2009 at 6:36