You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found 3 issues with the current build of docker I want to report and the fix I've found working with me.
First when trying load the rutorrent for the first time, the tracker gave an error, I've found later that by renaming the this specific dir to plugins1 and then back to plugins it corrected that issue:
The second issue regards the autodl.cfg, there is an autodl2.cfg whose contents must copied to auto
dl.cfg then autodl2.cfg must be deleted. I copied them with nano
cd /var/lib/docker/volumes/dc338fa29872aa4e05261ed93e215c998f5aad5504030c1e0bb1246f5253815e/_data/.autodl/
nano autodl2.cfg
nano autodl.cfg
rm autodl2.cfg
Lastly the torrent's wouldn't start, that was due to a wrong chmod setup in the rtorrent dir
I've found 3 issues with the current build of docker I want to report and the fix I've found working with me.
First when trying load the rutorrent for the first time, the tracker gave an error, I've found later that by renaming the this specific dir to plugins1 and then back to plugins it corrected that issue:
The second issue regards the autodl.cfg, there is an autodl2.cfg whose contents must copied to auto
dl.cfg then autodl2.cfg must be deleted. I copied them with nano
Lastly the torrent's wouldn't start, that was due to a wrong chmod setup in the rtorrent dir
I'm not sure if this is helpful but it would be nice if these fixes could be implemented in future builds. I'm using Ubuntu 18.03 by the way.
The text was updated successfully, but these errors were encountered: