Yes I have run the latest updater, see below:
pi@raspberrypi ~ $ sudo python ~/brewpi-tools/updater.py
######################################################
Welcome to the BrewPi Updater!
######################################################
Checking whether the update script is up to date
/home/pi/brewpi-tools is up-to-date.
Most users will want to select the ‘master’ choice at each of the following menus.
Press enter to continue…
*** Updating BrewPi script repository ***
You are currently on branch master
Available branches on the remote ‘origin’ for /home/brewpi:
[0] develop
[1] master
[2] Skip updating this repository
Enter the number of the branch you wish to update [master]:
Keeping current branch master
The latest commit in /home/brewpi is aa3735c3a6ecabe3b04abacd35789226b80fba34 on Thu, 12 Mar 2015 00:29:23
The latest commit on origin/master is aa3735c3a6ecabe3b04abacd35789226b80fba34 on Thu, 12 Mar 2015 00:29:23
Your local version of /home/brewpi is up to date!
*** Updating BrewPi web interface repository ***
You are currently on branch master
Available branches on the remote ‘origin’ for /var/www:
[0] develop
[1] master
[2] Skip updating this repository
Enter the number of the branch you wish to update [master]:
Keeping current branch master
The latest commit in /var/www is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 21:59:39
The latest commit on origin/master is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 21:59:39
Your local version of /var/www is up to date!
No changes were made, skipping runAfterUpdate.sh.
If you encounter problems, you can start it manually with:
sudo /home/brewpi/utils/runAfterUpdate.sh
The update script can automatically check your Arduino version and program it with the latest hex file from the BrewPi server, would you like to do this now? [Y/n]:n
Skipping Arduino update
*** Done updating BrewPi! ***
After this I ran the runafterupdate.sh
pi@raspberrypi ~ $ sudo /home/brewpi/utils/runAfterUpdate.sh
***** Installing/updating required packages… *****
Reading package lists… Done
Building dependency tree
Reading state information… Done
apache2 is already the newest version.
arduino-core is already the newest version.
git-core is already the newest version.
libapache2-mod-php5 is already the newest version.
php5 is already the newest version.
php5-cgi is already the newest version.
php5-cli is already the newest version.
php5-common is already the newest version.
python-configobj is already the newest version.
python-git is already the newest version.
python-psutil is already the newest version.
python-serial is already the newest version.
python-simplejson is already the newest version.
rpi-update is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
***** Done processing BrewPi dependencies *****
***** Updating cron for the brewpi user… *****
no crontab for brewpi
Checking entry for brewpi …
Done checking entry brewpi …
Checking entry for wifichecker …
Done checking entry wifichecker …
Restarting cron
[…] Restarting periodic command scheduler: cron[…] Stopping periodic comma[ ok heduler: cron.
[ ok ] Starting periodic command scheduler: cron.
***** Fixing file permissions for /var/www *****
***** Fixing file permissions for /home/brewpi *****
After a reboot etc still no joy and the same errors as above if I try to run the script through the terminal.