Results 1 to 1 of 1
Hi all,
We are using Linux2.6 Kernel for our application.
There are no pseudo terminals present by default for this version.
We have created pseudo terminals by running /sbin/MAKEDEV pty ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 1
Problem with creation of Pseudo Terminals for Linux2.6
Hi all,
We are using Linux2.6 Kernel for our application.
There are no pseudo terminals present by default for this version.
We have created pseudo terminals by running /sbin/MAKEDEV pty command.
But when we are trying to use the pseudo terminal by giving the following command:
/apue/pty/pty -- /usr/bin/kermit –l /dev/ms0
we are getting the following error:
can’t open master pty: /dev/ptyP0:No such file or directory.
Could you pls suggest some solution.


Reply With Quote
