Page 1 of 1
Can't see to find web-admin page
Posted: 30 Jan 2008, 11:54
by davidb
Hello.
I started to download the phpsysinfo-package but it didn't work. So i decided to delete it, but I most have deleted another thing because now I can't access the bubba.local/web-admin page. It says "the page cannot be displayed" .. and if I check the index.html it is not there. How can I do this right?
Please help. :>
I can acces the bubba.local -page but not the bubba.local/web-admin/ page..
Posted: 30 Jan 2008, 12:38
by GettinSadda
Well, it doesn't actually live in /var/www/html/web-access, it is in /usr/share/web-admin/ and is aliased by the file /etc/apache2/conf.d/web-admin
Does this alias file exist?
It should contain:
Code: Select all
<Directory "/usr/share/web-admin/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
AddType application/x-httpd-cgi .cgi
Options ExecCGI
</Directory>
Have you tried restarting Apache?
Posted: 30 Jan 2008, 12:59
by davidb
Hello and thank you for the reply.
In the file /usr/share/web-admin contains bubba.css bubba.css.dkpg-old
and in the file /etc/apache2/conf.d/web-admin doesn't excist.
If I type nano /usr/share/web-admin it doesn't contain nothing.
I mean, the file /etc/apache2/conf.d excist, but not the web-admin ..
I don't remember how you restart Apache.. It is someting like /etc/apache2 restart ..
Btw, Bubba's LED lights are just flashing and are not constant flashing.. I don't know what that means.. Hm.
In the file /var/www/html it is no file that is called web-access either.
"The requested URL /web-admin/index.php was not found on this server"
Posted: 30 Jan 2008, 13:26
by johannes
Not that this is my area of expertise, but could you have uninstalled the bubba package? This would explain the blinking LED and the missing web-admin.
Try reinstalling it.
Posted: 30 Jan 2008, 14:15
by davidb
Hello Johannes.
Maybe I did that. Now I am reinstalling Bubba as we speak. The LED is still blinking, but I have put in a 512 MB Compact-Flash card. I will see if this is right or I'll have to pay for a USB-memory tomorrow.
Really dumb of me to erase the wrong file..
Posted: 30 Jan 2008, 16:22
by johannes
davidb,
No worries, this is why we made it simple to reinstall, so yo never should need to be afraid to try.
Also, where did you manage to fit the CF card in Bubba?

If you mean USB-memory card, it should work. The internal red light (indicating disk activity should blink frequently while formatting the disk, this should give you a hint on if it's working.
Posted: 31 Jan 2008, 01:18
by davidb
johannes,
I AM really worried!
I did try this, with the USB-memory card of course. It's connected true a hub or something ,but today I am going to buy a memory stick. I perform the whole "shut down bubba, remove power.. hold in power button and then put in the power again.." That did I do yesterday in the evening and the LED was flashing. Now in the morning it is all the same! Now I don't have time or strength to do this again, so I am going to buy the a new usb-stick today.
The thing is, I can't see if the disk is formatting, the whole LED-flashing thing is blinking all the time and NEVER stop. Now it has flashed for 8 hours or so.

Posted: 31 Jan 2008, 02:45
by Eek
Hi,
the flashing light can just mean the led activaton and deactivation did not run yet. I upgrade to Etch and thought everything went wrong, but the package for the led had not yet been installed
Check if you can access the bubba using ssh.
You should be able to stop the blinking by
Posted: 31 Jan 2008, 04:18
by davidb
Eek:
I don't want to stop the LED from blinking, I just want the Bubba to boot up normal.
I must buy a USB-memory and do the reinstall again I guess. I can't access from ssh either

Posted: 31 Jan 2008, 12:38
by Eek
that is too bad.
what is the image you are using for the reinstall?
Posted: 31 Jan 2008, 16:11
by davidb
Eek: Now it is working. I bought a 1 GB usb-memory and followed the guide. And now all things are going as the should
Thanks for all the help!

Posted: 02 Feb 2008, 11:26
by davidb
I can't access the web-admin after I upgraded to apache 2.2.6 and php4.4.4
Hm.. The funny thing is that the file /usr/share/web-admin exists and I can use ssh and so on.. But I can't reach into web-admin.
In the file /etc/apache2/conf.d/web-admin the file exist
Alias /web-admin "/usr/share/web-admin/"
<Directory "/usr/share/web-admin/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
AddType application/x-httpd-cgi .cgi
Options ExecCGI
</Directory>
But not in the /usr/share/web-admin .. Strange.