Unpack plugin not extracting automatically

saroos1

Member
May 25, 2018
718
0
16
I'm running rtorrent 0.8.6 with the latest svn checkout of rutorrent and the latest svn checkout of the unpack plugin.

The unpack plugin works correctly if I manually extract the archived torrent, but the auto extract feature does not seem to work when supplied with the same settings. I found this thread from a quick search that has the same symptoms as me: http://forums.rutorrent.org/index.php?topic=639.0, however I am running the latest svn version of the code, and my code matches the variant recommended by brock on the second page.

There is no errors in /tmp/errors.log (my specified rutorrent log file) or in my apache2 logs indicating any issues.

Anyone have any ideas on what to try next in order to get this fixed?

Thanks in advance
 

lisas4567

Member
May 25, 2018
773
0
16
do you have command line php installed and if so do youhave it set in your config.php for the user in question?
 

simur612

Member
May 25, 2018
879
0
16
Oops I meant to include that in my first post. Yes, php is installed to /usr/bin/php:
Code:
root@comp:/var/www/rutorrent# which php
/usr/bin/php
root@comp:/var/www/rutorrent# php -v
PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:07:38)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologiesand in rutorrent/conf/config.php the following is set
Code:
"php" => '/usr/bin/php',