Initialization Amahi
Posted: Tue Sep 13, 2016 9:07 pm
Hello,
I'm new to linux but didn't have a problem setting up the server and getting it up and running. When it comes to initialization of HDA i cannot get it to work. I've read a couple forums from between 2015-2011 and nobody really seems to answer the question on how to get it to stop giving the message Username or password incorrect. I made a very simple password 4 letter password and username on a server. I've checked capitalization and spelling of both. I also went as root and checked the username using and get the username as admin. I've also used and none being the password. Still no results with the red box saying username or password incorrect. Running out of ideas here. Much help would be appreciated. 
I'm new to linux but didn't have a problem setting up the server and getting it up and running. When it comes to initialization of HDA i cannot get it to work. I've read a couple forums from between 2015-2011 and nobody really seems to answer the question on how to get it to stop giving the message Username or password incorrect. I made a very simple password 4 letter password and username on a server. I've checked capitalization and spelling of both. I also went as root and checked the username using
Code: Select all
check /home
Code: Select all
ls
Code: Select all
grep admin /etc/passwd
Code: Select all
useradd admin && passwd none
