When i go to http://bubba/ I cant log in but have to manually browse to the login screen.
This is a screenshot how it looks at http://bubba/

Any ideas how to correct this?
Seems that /home/web/index.html has gone missing. You can restore it from /usr/share/bubba-backend/default_web/Caper wrote:My Bubba two is up running pretty nice but there is a small annoying problem.
When i go to http://bubba/ I cant log in but have to manually browse to the login screen.
This is a screenshot how it looks at http://bubba/
Any ideas how to correct this?
Code: Select all
su -
Code: Select all
cd /usr/share/bubba-backend/default_web
Code: Select all
ls
Code: Select all
cp index.html /home/web
Code: Select all
cd /home/web
Code: Select all
chown www-data:users index.html
Code: Select all
chmod 664 index.html