No RTorrent? How to solve it?

Hi all,

I’ve just started QuickBox. I’ve taken it on a CT on Proxmox 4, no problems on the intall.
However, Rtorrent Gui is not started. And when i click on it, the page refreshes and … always disabled.

How can I solve it?

Thanks

The same thing for Deluge/Deluge Web.

I am assuming the services are not actually started at all. Do they work despite what the dash says?

what is the output of systemctl status [email protected]<username> ?

systemctl status [email protected]
* [email protected] - rTorrent
   Loaded: loaded (/etc/systemd/system/[email protected]; disabled)
   Active: inactive (dead)

If you manually force a start from ssh does the status change to running?

systemctl start [email protected]

If that doesn’t work, the next step is to simply try the command rtorrent while running shell from user setsuneh. It will either start or error out. If it errors out, the error message should be helpful in debugging.

2 Likes