Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 !

su: Authentication failure [Partly Solved]

Got problems with your B2 or B3? Share and get helped!
Post Reply
Xolo
Posts: 24
Joined: 28 Jan 2009, 12:12

su: Authentication failure [Partly Solved]

Post by Xolo »

L.S.


New Bubba owner here as of a few days. :)
I'm having trouble getting things to work. My first setup out of the box got stuffed up the moment I changed Bubba from dynamic to static IP, and was forced to reinstall from scratch as I couldn't get in anymore.
Now i'm on the second install, and when I log into Bubba over SSH.. and want to become root so I can get to work on installing/updating stuff, I am presented with this:

Code: Select all

xolo@bubba~$: su
Password: 
su: Authentication failure
Sorry.
xolo@bubba:~$:
So trying to get around, I tried..

Code: Select all

xolo@bubba~$: sudo
-bash: sudo: command not found
xolo@bubba~$:
None of the passwords i've tried work; the admin user for the web interface, the old default password, my user account password, a blank password, etc.

On another note, in the web interface, the 'Update' button under Settings>Update does nothing. I can click it, the page reloads, and that's it.

So i'm royally stuck. Any ideas? I must have missed something!

Thanks in advance for any ideas. :)

Edit: forgot the version reported on the web interface: Version 1.0.8-1
Edit 2: Resolved the su problem, I was misreading; the exact command to su is

Code: Select all

su -
Where the default password is 'excito'. I was leaving out the trailing '-', which caused the authentication failure.
How did I make this mistake? I never had to add it before on other systems, so was not accustomed to working that way.
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: su: Authentication failure [Partly Solved]

Post by carl »

Xolo wrote:L.S.


New Bubba owner here as of a few days. :)
I'm having trouble getting things to work. My first setup out of the box got stuffed up the moment I changed Bubba from dynamic to static IP, and was forced to reinstall from scratch as I couldn't get in anymore.
Now i'm on the second install, and when I log into Bubba over SSH.. and want to become root so I can get to work on installing/updating stuff, I am presented with this:

Code: Select all

xolo@bubba~$: su
Password: 
su: Authentication failure
Sorry.
xolo@bubba:~$:
So trying to get around, I tried..

Code: Select all

xolo@bubba~$: sudo
-bash: sudo: command not found
xolo@bubba~$:
None of the passwords i've tried work; the admin user for the web interface, the old default password, my user account password, a blank password, etc.

On another note, in the web interface, the 'Update' button under Settings>Update does nothing. I can click it, the page reloads, and that's it.

So i'm royally stuck. Any ideas? I must have missed something!

Thanks in advance for any ideas. :)

Edit: forgot the version reported on the web interface: Version 1.0.8-1
Edit 2: Resolved the su problem, I was misreading; the exact command to su is

Code: Select all

su -
Where the default password is 'excito'. I was leaving out the trailing '-', which caused the authentication failure.
How did I make this mistake? I never had to add it before on other systems, so was not accustomed to working that way.
The dash shouldn't interfer wit the authentication process, it mearly defines that we want to use a login shell. One thing that can interfer (have done that many times) is the dreadful Caps Lock key.

/Carl
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
Xolo
Posts: 24
Joined: 28 Jan 2009, 12:12

Re: su: Authentication failure [Partly Solved]

Post by Xolo »

carl wrote: The dash shouldn't interfer wit the authentication process, it mearly defines that we want to use a login shell. One thing that can interfer (have done that many times) is the dreadful Caps Lock key.

/Carl
This is strange as now that I check for a second time after logging out, it works without the dash. and I made very sure to stay away from the caps and shift keys when typing.
But now it works as you describe (no dash), go figure :)
Xolo
Posts: 24
Joined: 28 Jan 2009, 12:12

Post by Xolo »

I believe I also now see the logic behind the Update button not working.
I have the Bubba connected by it's LAN port only as described in 'Scenario 6' of the online manual on the 'Network Setup Options' page.
In this situation my Bubba is unable to resolve external addresses, unlike other machines on the same switch.
Xolo
Posts: 24
Joined: 28 Jan 2009, 12:12

Post by Xolo »

I could not get the update button in the web interface working.
A manual workaround was to SSH into Bubba and issue apt-get update, apt-get distr-upgrade, then reboot Bubba.
Post Reply