From owner-freebsd-questions Tue Nov 6 10:55:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from florida-wireless.com (mailserver.florida-wireless.com [208.62.145.34]) by hub.freebsd.org (Postfix) with ESMTP id 0B66437B417 for ; Tue, 6 Nov 2001 10:55:48 -0800 (PST) Date: Tue, 6 Nov 2001 13:58:15 -0500 Message-Id: <200111061358.AA765657268@florida-wireless.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "brain_damaged" Reply-To: To: m p Cc: Subject: Re: psuedo terminal cannot be allocated error X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I rebooted and no luck. When i try to ssh in I get this error on the console sshd[395]: error: openpty: No such file or directory sshd[395[: failed to allocate pty On the reboot I found another error: /etc/rc: /usr/lib/.fx/./xs: not found however it is there. I did a cd /usr/lib then a cd /.fx then if i do a ls -l the xs is there. I did not find any reference to xs in rc.conf or inetd.conf so not sure were its coming from. thanks bd -------- Original Message ---------------------------------- From: m p Date: Tue, 6 Nov 2001 18:48:38 +0100 (CET) >brain_damaged wrote: >> >> Hello, >> I have fbsd 4.3 running. I am using >> tera term with the ssh update to remote access the box. All of a sudden tho I >am getting this error when I try to access the box. >> THE SERVER CANNONT ALLOCATE A PSUEDO-TERMINAL. >> >> As far as I can recall I have not edited any config files. >> >> were do I look to see why ? >> what could cause it and why ? >> and how do I fix it ? >> >> THanks >> fbsd newbie > > >Hi, > >you are running out of ptty's (as they are named in short). Those ptty's are >used for every interactive shell you open via the network. >(The name come from the old serial terminals which are nowadays emulated. So >they are called pseudos.) > >Try to close some connections to your machine which are no longer needed. > >Or add some ptty's in /etc/ttys. Normaly 270 ptty's are defined. It seems like >some programs doesn't release the ptty they were connected to. Why this happens >I don't know. But for sure a reboot should cure that (or kill the >processes/shells connected to the ptty's). > >Hope that helps > >Marc > >__________________________________________________________________ > >Gesendet von Yahoo! Mail >http://mail.yahoo.de > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message