Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common errors and fixes #68

Open
silveringking opened this issue Mar 17, 2019 · 0 comments
Open

Common errors and fixes #68

silveringking opened this issue Mar 17, 2019 · 0 comments

Comments

@silveringking
Copy link

silveringking commented Mar 17, 2019

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:

mv /var/lib/docker/overlay2/b01d07fa263968c359c9abe9a6238ce46bd038d3b6f2963dc7adda032f495208/merged/var/www/rutorrent/plugins /var/lib/docker/overlay2/b01d07fa263968c359c9abe9a6238ce46bd038d3b6f2963dc7adda032f495208/merged/var/www/rutorrent/plugins1

mv /var/lib/docker/overlay2/b01d07fa263968c359c9abe9a6238ce46bd038d3b6f2963dc7adda032f495208/merged/var/www/rutorrent/plugins1 /var/lib/docker/overlay2/b01d07fa263968c359c9abe9a6238ce46bd038d3b6f2963dc7adda032f495208/merged/var/www/rutorrent/plugins

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

chmod -R go+rX /var/lib/docker/overlay2/b01d07fa263968c359c9abe9a6238ce46bd038d3b6f2963dc7adda032f495208/merged/home/rtorrent

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant