Hey,
First off thanks for making installing software's this easy!
But after i installed rtorrent the settings will not stay the same after i reboot my Pi.(port not same, download place is wrong etc.)
I am using Rasberry pi 2.
rtorrent settings not getting saved
Re: rtorrent settings not getting saved
Hi,Moksu wrote:Hey,
First off thanks for making installing software's this easy!
But after i installed rtorrent the settings will not stay the same after i reboot my Pi.(port not same, download place is wrong etc.)
I am using Rasberry pi 2.
Thanks for the report, possibly a permissions issue with "$HOME"/.rtorrent.rc and www-data user of rutorrent.
I'll look into it, you can track progress here: https://github.com/Fourdee/DietPi/issues/543
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: rtorrent settings not getting saved
Hi,
Turns out, ruTorrent doesn't have a feature of saving the settings: https://github.com/Fourdee/DietPi/issue ... -251106948
Turns out, ruTorrent doesn't have a feature of saving the settings: https://github.com/Fourdee/DietPi/issue ... -251106948
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: rtorrent settings not getting saved
Well that sucksFourdee wrote:Hi,
Turns out, ruTorrent doesn't have a feature of saving the settings: https://github.com/Fourdee/DietPi/issue ... -251106948

Re: rtorrent settings not getting saved
Not using ruTorrent. You'll need to manually edit the config file:Moksu wrote:Well that sucksSo i can't save any of the settings? Just like can't install any plugins via dietpi console. (autodl example)
Code: Select all
"$HOME"/.rtorrent.rc
#restart services with:
dietpi-services restart
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: rtorrent settings not getting saved
Hi,Fourdee wrote:Not using ruTorrent. You'll need to manually edit the config file:Moksu wrote:Well that sucksSo i can't save any of the settings? Just like can't install any plugins via dietpi console. (autodl example)
Code: Select all
"$HOME"/.rtorrent.rc #restart services with: dietpi-services restart
Seems like i am getting an error when i try to use that
"$HOME"/.rtorrent.rc
command
Code: Select all
root@DietPi:~# "$HOME"/.rtorrent.rc
-bash: /root/.rtorrent.rc: Permission denied
Re: rtorrent settings not getting saved
My bad, you'll need to use a text editor such as nano. So the command would be:
Make the change you require, then press CTRL+X to exit, press Y, then enter to save the changes. Then you can restart service with:
Code: Select all
nano "$HOME"/.rtorrent.rc
Code: Select all
dietpi-services restart
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: rtorrent settings not getting saved
Thanks for the help. Sorry for bumping the old thread, but don't want to spam with new threads.
But i am having so much problems with rtorrent. When rebooting the server, all torrents just go to 'Pausing' mode after i want to start seeding them again...
Would it be possible to use some other client and easily copy all the rtorrent .torrent's to it? Is would i still have this same problem.
But i am having so much problems with rtorrent. When rebooting the server, all torrents just go to 'Pausing' mode after i want to start seeding them again...
Would it be possible to use some other client and easily copy all the rtorrent .torrent's to it? Is would i still have this same problem.