alBronko

Results 10 comments of alBronko

I'm not sure if this is what you meant, but here It is. ``` usr1@linux:~$ gdb rtorrent GNU gdb (Ubuntu 8.1-0ubuntu3.1) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License...

Like this? I'm sorry for not doing it correctly, I'm a bit of a newb. Thank you so much for taking the time. ``` usr1@linux:~$ gdb rtorrent GNU gdb (Ubuntu...

Thanks! ``` usr1@linux:~$ gdb rtorrent GNU gdb (Ubuntu 8.1-0ubuntu3.1) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you...

No xmlrpc in my rtorrent.rc file.

I grabbed 0.13.8/0.9.8 from the website (https://github.com/rakshasa/rtorrent/releases) and compiled everything from scratch. Also did xmlrpc (sudo svn checkout http://svn.code.sf.net/p/xmlrpc-c/code/stable xmlrpc-c) just to be on the safe side. ``` usr1@linux:~$ gdb...

I commented both of these out: ``` #scgi_port = 127.0.0.1:5000 #scgi_port = localhost:5000 ``` still doesn't work.

thanks for dropping in pyroscope. Couldn't install the version you gave because I'm running x86. ` package architecture (amd64) does not match system (i386) ` I tried downgrading xmlrpc, but...

Figured it out. For future generations: ``` sudo svn checkout http://svn.code.sf.net/p/xmlrpc-c/code/stable@2954 xmlrpc-c cd xmlrpc-c sudo ./configure --disable-cplusplus sudo make sudo make install ``` looks like rtorrent is up and running.

A couple of issues now that I got it running. (and thanks again for all the help). I get this when I run rutorrent: ``` [26.09.2019 08:43:09] WebUI started. [26.09.2019...

Figured out 2 and 4. 1 and 3 don't work.