Updated Ubuntu now cannot login

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Updated Ubuntu now cannot login

L2 Linker

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?

11 REPLIES 11

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

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.  

Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!