Hey Koven,
Create another temp user and try and login with that? Do you still face the same problem?If you can login with this new user then it's a problem with
koven.Maybe just a password reset or something.
Also when you log in as root look at the permissions of
/home/koven. They should be owned by
koven and not root with permissions set to
0700.So if its owned by
root when logged in as
rootdo a:
Code:
chown -Rh koven:10 /home/koven
Post back if still no luck.
Cheers
Arvind