As far as I know rtorrent/rutorrent and https have never got along very well.
Posts by vanbeer
-
-
Try this: use the rtorrent-ctl config command to remove the sleep command you added and to replace localhost by 127.0.0.1 around line 33, then reboot and report back. Thanks
That fixed the problem! Thnx.
-
attached is the log file
-
thoradia, I will do that after work tonight.
Thnx
-
-
thoradia , thnx for your reply. The problem does persist when sleep 5 is removed from rtorrent-cli. I just want to clerify that rutorrent seems to be running fine. I feel like rtorrent isn't able to start after kodi boots. Maybe a requirement needed for rtorrent hasn't started when rtorrent tries to start? I've looked through the logfiles, but couldn't find anything. If you need any, let me know.
-
thoradia.
When i open the ruTorrent webgui it gives me the following message:Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.I think rtorrent is not starting. I cant find any mention of it in the logfiles. Any ideas? If you need any logfiles, let me know.Edit: adding "sleep 5" to rtorrent-cli fixes the problem. Everything seems to work but i get the following error message;
Unpack plugin: rTorrent user can't access 'unrar' program.
The plugin "Unpack" seems to cause the issue. When i disable it, the error message doesnt reappear.
I am using the latest versions of rtorrent and rutorrent on LE 8.0.2 (RPi2)
-
thoradia, amazing job. I will test it tonight after work. I like the fact you've kept everything stripped down, unlike OE's version. Those features can be easily added via the rtorrent.rc anyway. Keep up the great work!
-
How to donate:
- love or help someone
- support artists
- submit code
- I always try
- I will!
- still learning, maybe someday.
Your work is appreciated. Thnx
-
thoradia, Great job man!. Will you still need the php tool for ruTorrent, like OE's version, or are you going to add php to ruTorrent's dependecies?
Anyway, you should set up a donate page. I'd love to donate a little.
-
thoradia. ah didnt know about libsig++ dep. btw there is not a .tar.gz of rutorrent 3.7 available, only .zip. don't know if you're using srau's package as a reference, but if you are, the url of the lbb-suite plugin is dead. It's updated in my forked rep.
-
thoradia. oke more progress. rtorrent, dtach and php are all build. you can download it here: GitHub - maxonly1/LibreELEC-8.0-RPi-2-3-addons: Addons for LE 8 - RPi2/3
Unfortunately ruTorrent en rTorrent can't connect. This was a problem with rtorrent 7.0.1. I am pretty sure it's problem with xmlrpc-c or libsigc++ because that is responsible for that connection and srau changed that when he released rtorrent 7.0.1. I am now compiling a version with xmlrpc-c 1.39.7 and libsigc 2.9.1. will let you know. btw feel free to compile them for your own repo when its working. I dont have time to compile for all devices.
Edit: switching back to older versions did not fix it. This is the same problem when srau updated 7.0.0 to 7.0.1.. not sure what the problem is
-
hey thoradia, I made some good progress. I managed to build rTorrent for the RPi2. I only can't test it yet because it needs php and dtach. I will try to build those tonight. If you want to build rTorrent yourself you can clone this rep. in your LE rep. GitHub - maxonly1/unofficial-addons: OpenELEC unofficial addons.
-
This is for LibreELEC 9.0, which is more work than I expected.
Focus on this branch: Commits · thoradia/LibreELEC.tv · GitHub
I have managed to build libtorrent.
Next steps: xml-rpc, then rtorrent.
After that: rutorrent dependencies, rutorrent and an add-on.
Thnx. Yes i was able to build libtorrent too. I am also stuck on xml-rpc. I get the error that is send in this topic earlier. Let me know once you've been able to build it. btw rutorrent released version 3.7., OE's version is still on 3.6.
-
I did not. Why do you ask?
I mean this commit: openssl: replace libressl in depends · thoradia/LibreELEC.tv@ce4779e · GitHub
-
thoradia, what is the reason you switched from LibreSSL to OpenSSL?
-
i worked on it today, but I looks like it's too difficult for me (first time compiler). Getting too many errors. Sorry
-
thoradia, I'm kinda new to compiling, but I tried compiling rTorrent yesterday for the Rpi 2. I got this error:
CodeCROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libxml2 cc1: internal compiler error: in add_path, at incpath.c:462
Are you running into similar problems?