-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Andrew Gaffney wrote: | I'm currently running kernel 2.6.0_test1. I can no longer open a | gnome-terminal or xterm. Gnome-terminal just sits there but never | displays a prompt. Xterm exits immediately and prints: | | xterm: Error 32, errno 2: No such file or directory | Reason: get_pty: not enough ptys | | I have /dev filesystem support compiled into the kernel. I've tried it | with and without /dev/pts fs support compiled in. Both give the error. | Any suggestions? |
Just solved this one myself about an hour ago ;)
You need to have Character devices/Unix 98 PTY support configured in the kernel, as well as File systems/pseudo filesystems//dev/pts file system for Unix98 PTYs
You then need to mount devpts with the command: mount none /dev/pts -t devpts or the equivalent entry in /etc/fstab
Some clarification can be found here: http://archive.linuxfromscratch.org/mail-archives/lfs-support/2002/04/0630.html
Cheers ;)
Andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/HFiyX3TTUvZURBERAnpfAKCbwdHIG2abu2aHykJyZARczRZ8SACgksUG liYPtrtNdCd4z20nspGdwPA= =oHSt -----END PGP SIGNATURE-----
-- [EMAIL PROTECTED] mailing list
