I have set up my unit with SSH and can log in as root with no problems. When I log in as root, I generally see:
login as: root
root@[ADDRESS]'s password:
root@[HOSTNAME]:~# _
Note the position of the cursor (underscore character).
Trying to move away from always using the root user, I decided to try to login to SSH as admin. But, I encounter the following attempting to log in via SSH (again, note the cursor/underscore):
login as: admin
admin@[ADDRESS]'s password:
Could not chdir to home directory /home/admin: No such file or directory
BusyBox v1.00-pre1 (2009.02.11-09:07+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
_
It looks like it successfully logs me in, but it never gives me a normal prompt after that. Does anyone know why it does this?