pkgsrc-Users archive

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

Re: cannot start xterm on NetBSD-4.0



Aleksey Cheusov wrote:
> emacs/shell:
> 
>   0 ~>xterm
>   xterm: Error 32, errno 2: No such file or directory
>   Reason: get_pty: not enough ptys
>   32 ~>
> 
> and there is no /dev/pts directory on my system

# echo '/dev/pts /dev/pts ptyfs rw,auto,hidden' >> /etc/fstab
# mkdir -m 0755 /dev/pts
# mount /dev/pts

-- 
Christian


Home | Main Index | Thread Index | Old Index