Page 1 of 1
Admin-Site: Internal Server error 500
Posted: 09 Mar 2009, 15:20
by MaverikCH
My problem is i can't access the server over ssh. though i am not able to place the commands already stated in the forum.
Status: Connecting to 192.168.2.13...
Response: fzSftp started
Command: open "
[email protected]" 22
Command: Pass: ******
Error: Authentication failed.
Error: Critical error
Error: Could not connect to server
i tried user root and pw excito as stated in the manual.
and i tried the WAN and LAN port. same result.
and booting the harddisk as operating system my boot manager tell me: bootsector not found or corrupt.
is there no usb stick image which i can boot up with and it would fix only the corrupt files used for apache?
Posted: 10 Mar 2009, 03:31
by Xet
root isn't allowed to login via ssh.
You got to login as a "regular" user and use "su".
Posted: 10 Mar 2009, 16:25
by MaverikCH
what you mean with use "su"?
you mean with regular user the ones crared over buba admin site?
Posted: 11 Mar 2009, 03:46
by Xet
I assume that you have created a user on your bubba, from the admin page for example, and given that users shell access. If not, start by doing that.
Login via ssh to your bubba using that regular user.
Once logged in issue the command
When promted for a password enter the password for root, which is "excito" by default.
After looking a bit better at you first post I must ask: Do you really use a SSH-client? By the looks of it, it seems like you try to use sftp.
Posted: 11 Mar 2009, 11:24
by MaverikCH
do i have gave ssh? don't remember.problem is i can't access the admin site because apache has a misconfiguration. thats why i'm trying all this.
i tried with filezilla client which uses putty. but yes its sftp over SSH.
hta wont work? i think using putty alone or filezilla useing putty as interface doens't matter.
i case of not aktivating the ssh for regular user. is there any other way?
Posted: 11 Mar 2009, 13:36
by Xet
Do you have a regular user on your Bubba?
With regular, I mean a user that you have created from wed-admin, before apache was misconfigured.
If so, login, using putty, with that user. Do not use Filezilla, as it's a FTP-client....
If you don't have a regular user, I have no idea how to fix it, besides doing a fresh installation.
Posted: 11 Mar 2009, 21:55
by MaverikCH
well great. reinstall though. access denied with putty.
and only accessing the adminn part doesn't work. will take time to copy my 60 gb data. what pisses me off

Posted: 18 Mar 2009, 14:14
by MaverikCH
OK, following:
i mananged to fix it without formating.
firstly i downlaoded the image, extracted to the usb stick and have customized the buba.cfg.
All options set to NO (it is literated) for enabling rescue system option
bootet up with rescue system option: you need to have network cable on WAN port and DHCP for WAN.
then mounted the disk (rescue system laods with a thin version of linux)
mount /dev/sda /mnt
afterwards i logged in with root on the bubba over putty. enabled my regular user
cd ..
cd ..
(for going back to root-directory /
the file for eabling ssh is in:
cd /mnt/etc/passwd
edit the file with vi like:
vi passwd
Manual for using vi
http://www.lagmonster.org/docs/vi.html
search for the line with your userhome like .../home/(username):
After "/home/(username):" it needs to say: /bin/bash
edit and close file afterwards
now boot up the bubba regular over LAN port (without USB stick) and then login with putty using your regular user and password. voila.
now write su and then type the password from root in. afterwards type
apt-get -y update
then
apt-get -y dist-upgrade
done. the admin page is fixed.