- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-27-2017 01:08 PM
So I performed upgrades to Ubuntu on the original MineMeld OVA VM and can no longer login with the default username and password. This is NOT the UI password, but rather to log into the OS itself.
What can I do to recover this account? Is there a hidden default root account?
01-30-2017 07:29 AM
Ok I got back in and the password was defiantly "reset" in a sense after an OS update.
To find the temporary password for your OVA within VMware vSphere go to MineMeld's 'edit settings', 'vApp Options' tab, expand 'Application properties', scroll down to "Default User's password" and you will see the temporary password.
Once logged in I was prompted to change it.
01-28-2017 12:19 PM
Hi,
usually the update should not cange the username:password. But maybe the locals,keymap other was changed. Did you tred to login directly on the console or did you tried to login via ssh?
You know in the default password for user ubuntu is a "z" - maybe you should try "y" instead?
No other ideas here ...
01-30-2017 06:18 AM
I have the same thing!
I can not login via SSH with the ubuntu/rsplizardspock credentials (i tried converting the password to azrty: rspliwqrspock but also this did not work)
I can login to the GUI just fine
01-30-2017 06:30 AM
Could you boot in single user mode and check the user ? Is the cloud-init CD-ROM still attached to the instance ?
01-30-2017 06:38 AM
I'm not sure what the "z" or "y" passwords would be, but the default Minemeld OVA shell password is not being accepted.
01-30-2017 07:29 AM
Ok I got back in and the password was defiantly "reset" in a sense after an OS update.
To find the temporary password for your OVA within VMware vSphere go to MineMeld's 'edit settings', 'vApp Options' tab, expand 'Application properties', scroll down to "Default User's password" and you will see the temporary password.
Once logged in I was prompted to change it.
02-01-2017 06:28 AM
This "default user passowrd" field is empty with me...
Anybody else got a solution on how to get SSH/console access to the minemeld?
02-01-2017 06:52 AM
Hi @mr.linus,
could you check if the MM ISO is still attached ? Have you tried booting in single user mode ?
Thanks,
luigi
02-01-2017 01:36 PM
It doesn't happen to be a blank password for you does it?
02-14-2017 08:07 AM
I have not yet updated the OS. Is there any specific process to follow or will it be standard ubuntu upgrade. Just want to make sure that it does not break Minemeld.
02-15-2017 02:28 AM
Hi @Sly_Cooper,
you can update MineMeld instance using a standard Ubuntu mechanism, this will bring your Ubuntu to 14.04.5:
$ sudo apt-get update $ sudo apt-get dist-upgrade
DO NOT USE "do-release-upgrade -d". It would upgrade your instance to Ubuntu 16.04 and this is not supported yet.
Before the upgrade I do a backup of current config and data:
$ sudo service minemeld stop $ sudo tar -cvzf minemeld-backup.tar.gz /opt/minemeld/local $ sudo service minemeld start
In case of errors, to restore in a new instance:
$ sudo service minemeld stop $ cd / $ sudo -u minemeld tar -xvzf minemeld-backup.tar.gz $ sudo service minemeld start
02-24-2020 08:37 AM
How would you go about doing that, if you can't log in? I'm having the same issue. I haven't logged in to the CLI lately, and now it's not letting me in at all. I'm also unable to log in in single user mode.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!