supplied example config contains at least one invalid line
Bug #748563 reported by
Vin Shankar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rtorrent (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: rtorrent
The example rtorrent.rc for Maverick contains (commented initially) the line:
schedule = ratio,60,
...which is intended to make rtorrent stop seeding after reaching a 2.0 ratio, unless less than 200MB has been uploaded, in which case it seeds to a 20.0 ratio.
However, this line produces an error in rtorrent:
Scheduled command failed: ratio: Command "stop_on_ratio" does not exist.
The ratio control rtorrent.rc directives have changed, and the equivalent is now:
ratio.enable=
ratio.min.set=200
ratio.max.set=2000
ratio.upload.
Please update the supplied example config file.
To post a comment you must log in.