From owner-freebsd-questions Tue Nov 6 9:48:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13306.mail.yahoo.com (web13306.mail.yahoo.com [216.136.175.42]) by hub.freebsd.org (Postfix) with SMTP id C398637B405 for ; Tue, 6 Nov 2001 09:48:38 -0800 (PST) Message-ID: <20011106174838.59544.qmail@web13306.mail.yahoo.com> Received: from [193.174.9.99] by web13306.mail.yahoo.com via HTTP; Tue, 06 Nov 2001 18:48:38 CET Date: Tue, 6 Nov 2001 18:48:38 +0100 (CET) From: =?iso-8859-1?q?m=20p?= Subject: Re: psuedo terminal cannot be allocated error To: brain_damaged@florida-wireless.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 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