|
|
When I use my kernel 2.4.20-18 to create bootable CD , I want to use xterm . So I write the below line in the linuxrc ,
startx # start X11 OK
mount ..../dev/pts .... #mount /dev/pts OK
xterm &
the error happened Like :
errno :32
get_pty: not enough ptys
I have cp /dev/pty* to my /dev and I have mount none /dev/pts , but I do't know why I got this error!
Please help me ! thanks! |
|