New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Can't see to find web-admin page

Got problems with Bubba? Then this forum is for you.
Locked
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Can't see to find web-admin page

Post 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..
GettinSadda
Posts: 56
Joined: 22 Jan 2008, 06:06

Post 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?
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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"
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Post 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.
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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..
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Post 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.
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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. :(
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post 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 :wink:
Check if you can access the bubba using ssh.
You should be able to stop the blinking by

Code: Select all

/etc/init.d/led_off
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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 :(
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

that is too bad.
what is the image you are using for the reinstall?
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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! :D
davidb
Posts: 15
Joined: 30 Jan 2008, 11:51

Post 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.
Locked