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
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 rtorrent@<username>
?
systemctl status rtorrent@setsuneh
* [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 rtorrent@setsuneh
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.