Port-atari archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 10.1 on Hades



> Adding a new user resulted in no possibility to log in. For now, I'm 
> left with only root.
> 
> "Login incorrect or refused on this terminal."
> 
> 
> I need to learn this system better.

I'm not sure how you added a user but I guess useradd(8) command
doesn't allow empty password. You can see how the added users are
configured by checking /etc/master.passwd on root.

You can add password for users on root as
# passwd -l [your user name]
etc.

Once NetBSD machines reach multi-user mode, there are
few port (machine) specific settings (at least for userland)
so the NetBSD guide will generally help:
 https://www.netbsd.org/docs/guide/en/chap-boot.html#chap-boot-adding-users

Thanks,
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index