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
