Hi all
Have installed the rpi image and all is working.. Well it was even the wifi..
I now get and error when going to the web page
Can't connect to redis database, it may be that redis-server is not installed or started see readme for redis installation
It was working fine until i did an apt-get update.
Any ideas I'm not get with Linux so may need some baby steps.
Rob
Re: rPi Error
I get this when trying to connect to the db for info..
pi@raspberrypi ~ $ sudo redis-cli
Could not connect to Redis at 127.0.0.1:6379: Connection refused
Re: rPi Error
Hello,
I get this error when redis service is not running. Maybe try to (re)start this service with:
1) Login via SSH
2) sudo service redis-server restart
After that I get a new error: Error message: "Can't connect to local MySQL server ..."
That is because MySQL is not running too.
1) Login via SSH
2) sudo /etc/init.d/mysql restart
And then finally everything works. But I have to do this every time my Raspberry reboots (see my post from yesterday...)
Swuwe
Re: rPi Error
Well thanks for that. Seems iv filled up the HDD
Only spotted when i tried to restart mysql...
Iv expanded the volume after much head scratching and googles help..
But its still not working...
mysql is running.
but still getting the error
thanks