Re: NetBSD 10.1 on Hades

Izumi Tsutsui <[email protected]> Fri, 18 Apr 2025 01:13:06 +0900
Newsgroups gmane.os.netbsd.ports.atari
Message-ID <[email protected]>
> 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