I wanna share a problem i had that took some time to solve.
I could not get AutoLabel to work, i also suspect other things did not work well but it was with AutoLabel i noticed this.
I have a mumble server on the same machine and with that a ice installation to be able to show users on a webpage.
Anyhow due to a problem with some file rights php returned a warning like:
Code:
/usr/bin/php /var/www/rutorrent/php/initplugins.php
icecpp: error: cannot open `/var/lib/mumble-server/Murmur.ice' for reading
PHP Fatal error: Unable to start ice module in Unknown on line 0
So if you have problems with AutoLabel i suggest you try run
Code:
/usr/bin/php /var/www/rutorrent/php/initplugins.phpas the user that runs apache (usually www-data) and rTorrent. If you get no error then you problem is not the same as mine. If you get any error you need to fix this because you get a "returned data invalid" problem if all php calls returns these extra rows.
Maybe its possible to run php with some flag to stop it from returning warnings like this and sabotage ruTorrent.
But for whats it worth maybe I help someone with a similar problem.
I could not get AutoLabel to work, i also suspect other things did not work well but it was with AutoLabel i noticed this.
I have a mumble server on the same machine and with that a ice installation to be able to show users on a webpage.
Anyhow due to a problem with some file rights php returned a warning like:
Code:
/usr/bin/php /var/www/rutorrent/php/initplugins.php
icecpp: error: cannot open `/var/lib/mumble-server/Murmur.ice' for reading
PHP Fatal error: Unable to start ice module in Unknown on line 0
So if you have problems with AutoLabel i suggest you try run
Code:
/usr/bin/php /var/www/rutorrent/php/initplugins.phpas the user that runs apache (usually www-data) and rTorrent. If you get no error then you problem is not the same as mine. If you get any error you need to fix this because you get a "returned data invalid" problem if all php calls returns these extra rows.
Maybe its possible to run php with some flag to stop it from returning warnings like this and sabotage ruTorrent.
But for whats it worth maybe I help someone with a similar problem.