I have a fresh install of NetBSD 9.3 on a PII PC. I installed tmux from pkgsrc via pkgin. Its version is 'tmux 3.1c'.
When I execute tmux from the NetBSD Console, I get these errors:
ERROR: server exited unexpectedly
client started (461): version 3.1c, socket /tmp/tmux-1001/default, protocol 8
on NetBSD 9.3 NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC; libevent 2.1.8-stable (kqueue)
socket is /tmp/tmux-1001/default
trying connect
connect failed: No such file or directory
lock file is /tmp/tmux-1001/default.lock
flock succeeded
got lock (5)
trying connect
connect failed: No such file or directory
When I ssh into the system, tmux works fine, no issues
Any ideas on how to get it working from the console (virtual terminal 2 or 3 or 4) ?