This is a discussion on telnetd: open /dev/ptmx: No such device. within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> I used Solaris 2.5.1. Sometime when I telnet to my host, it has messages below. telnetd: open /dev/ptmx: No ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I used Solaris 2.5.1. Sometime when I telnet to my host, it has messages below. telnetd: open /dev/ptmx: No such device At that time on console, I check "ls -ld /dev/ptmx" below. lrwxrwxrwx 1 root root 30 Nov 13 2001 /dev/ptmx -> ../devices/ps eudo/clone@0 How can I solve this problem ? Thank you very much. |
| |||
| "Pom" <pom2001@my-deja.com> wrote in message news:7c0bff59.0307300305.1f8abbc9@posting.google.c om... > I used Solaris 2.5.1. Sometime when I telnet to my host, it has > messages below. > telnetd: open /dev/ptmx: No such device > > At that time on console, I check "ls -ld /dev/ptmx" below. > lrwxrwxrwx 1 root root 30 Nov 13 2001 /dev/ptmx -> .../devices/ps > eudo/clone@0 > > How can I solve this problem ? You're out of pty's. Add the following line to /etc/system, touch /reconfigure and reboot: set pt_cnt=128 > Thank you very much. -- Noel R. Nihill UNIX® platform development Motorola NSS I *could* be arguing in my spare time. |
| ||||
| In comp.unix.solaris Pom <pom2001@my-deja.com> wrote: > I used Solaris 2.5.1. Sometime when I telnet to my host, it has > messages below. > telnetd: open /dev/ptmx: No such device > > How can I solve this problem ? www.google.com Type in "telnetd: open /dev/ptmx: No such device" Click on "I'm feeling lucky" Next time a little bit of research before posting please... Scott |