Re: unable to start xterm - jornada720

Izumi Tsutsui <[email protected]> Sat, 11 Dec 2021 19:24:35 +0900
Newsgroups gmane.os.netbsd.ports.hpcarm
Message-ID <[email protected]>
> attempting to start xterm, either manually after starting X
> or putting it as a command in my .xinitrc (as is default),
> results in nothing.
 :
> Does this sound familiar to anyone?

Lacking pseudo terminal device nodes could cause this behavior.
In this case you need the following line in /etc/fstab to have ptyfs:
---
ptyfs	/dev/pts	ptyfs	rw
---

Have fun,
---
Izumi Tsutsui