arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

WARNING: Unable to start rtorrent #490

Closed Merlincool closed 4 years ago

Merlincool commented 4 years ago

I get this error in terminal when i try to restart.

I got this error inbetween "No connection 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."

the solution I could read from previous tickets where to reinstall rtorrent and even this didnt help at all

https://github.com/arakasi72/rtinst/issues/246#issuecomment-529248623

I am using ubuntu 18. rtorrent keeps crashing all the time, happened 6-7 times since past week

arakasi can you come up with permanent solution?

Thank you.

V33m commented 4 years ago

Can you please give us information about your OS and hardware, enable logging for rTorrent and make sure that you configs are correct (compare them to the templates). Preferebly the log from rtinst installation too to see if there are any packages which are not getting installed.

I had similar issues with Arm64 and solved it by installing libxmlrpc-core-c3 with sudo apt install libxmlrpc-core-c3-dev

Merlincool commented 4 years ago

Can you please give us information about your OS and hardware, enable logging for rTorrent and make sure that you configs are correct (compare them to the templates). Preferebly the log from rtinst installation too to see if there are any packages which are not getting installed.

I had similar issues with Arm64 and solved it by installing libxmlrpc-core-c3 with sudo apt install libxmlrpc-core-c3-dev

Yes I have seen your comments on various tickets and I am impressed with depth of knowledge and technical things you have helped lot of users with. I am a linux noob and it's difficult for me to do professional stuffs you asked. I have done multiple installation of rtinst scripts (on same vps) and tbh I don't understand where do I go and get things to report back to you. What all things you want me to display here? I am running a vps with

Hard Drive : 1 TB disk with RAM : 512 gb ram OS : Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-96-generic x86_64)

Please feel free to ask what else you need from me and where shall I get that from. I know very basic commands, I Can nano and get all contents of my logs but where to pickup and which to pick up for my issues? I will be keen to learn.

Thank you very much again for this reply :)

V33m commented 4 years ago

If you can enable logging for rTorrent that would be great. More information at Google or just have a look at rTorrent logging. This issue might not be directly related to rtinst script, so you will probably get more valuable help over at rTorrent's Github.