Got mine working - sort of.
Did a fresh install.
Ran:
sudo apt-get install -y lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload
sudo apt-get install -y redis-server git screen php5-cli
cd /var/www
sudo git clone https://github.com/michelem09/minera
cd minera
sudo ./install_minera.sh
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master
sudo ./upgrade_minera.sh
Left speed at default (800).
Enabled auto-tune and 4 pools
Set options:
--retries=1 --gc3355-timeout=300
No hashing.
Killed the 4th pool and restarted - mining started.
Update: Changed the speed to 840 - still mining.
Update 2: Saw an update in the help section, installed it. Was able to set up 7 pools (for fail-over).