If you try to run tmux and get:
$ tmux
create session failed: : No such file or directory
$ strace -f -e trace=file tmux
...
[pid 15852] open("/dev/ptyp0", O_RDWR) = -1 EACCES (Permission denied)
You don't have perms for the pseudoterminals. Add your user to the tty group