-
Notifications
You must be signed in to change notification settings - Fork 33
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
How exactly do you get the torrent-queueing to work? #151
Comments
I think pyrocore documentation is out of the scope of the container itself. Following pyrocore documentation it says that torque.ini.default file contains a small description of all the parameters you can use. You can look at this file inside the .pyrocore directory. |
Well, after overhauling some configs and pointing as much as possible to absolute paths instead of relying on "~/", I'm left with these errors:
So apparently, somewhere there are still ~/ references, and they are executed as root... EDIT: |
I fired up a new copy using the compose-file I have, and now it seems everything is fine in terms of things trying to run as root, so I'm writing that one of as "something went wrong when I first tried to get this image up and running or when I tried to fix it". However! In the new install, I got an error when trying to run the QueueManager manually (/config/bin/pyrotorque --fg -v), saying that the package |
Well, by "working", I meant "not throwing errors all over the place".
And then it started looking for configs in the /root/.pyroscope folder again. So I sym-linked the /config/.pyroscope folder to /root/.pyroscope to test, and now the container has a functioning torrent-queue, like fully! |
So far I've done the
touch config/.pyroscope/run/pyrotorque
, looked over the torque.ini file and adjusted the max concurrent torrents, but there are a ton of settings I don't know what are there for. Maybe add a small section in the README.MD about setting it up? Like what folders (if any) are scanned, what settings are needed (at a minimum) to make it work. This feature is probably the biggest reason why I got this excellent Docker-image over the stock LSIO rutorrent that I have been running for probably two years now.The text was updated successfully, but these errors were encountered: