From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 13:28:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1BB016A4CE for ; Thu, 4 Dec 2003 13:28:38 -0800 (PST) Received: from invert.com (mail.datacenterops.com [209.164.15.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134E343FF5 for ; Thu, 4 Dec 2003 13:28:37 -0800 (PST) (envelope-from mlist-freebsd-questions@alt255.com) Received: from invert.com (localhost [127.0.0.1]) by invert.com (8.12.9/8.12.9) with ESMTP id hB4LSarV088041 for ; Thu, 4 Dec 2003 13:28:36 -0800 (PST) (envelope-from mlist-freebsd-questions@alt255.com) Received: (from jburke@localhost) by invert.com (8.12.9/8.12.9/Submit) id hB4LSaKn088040 for freebsd-questions@freebsd.org; Thu, 4 Dec 2003 13:28:36 -0800 (PST) (envelope-from mlist-freebsd-questions@alt255.com) X-Authentication-Warning: invert.com: jburke set sender to mlist-freebsd-questions@alt255.com using -f Date: Thu, 4 Dec 2003 13:28:36 -0800 From: Justin Burke To: freebsd-questions@freebsd.org Message-ID: <20031204212836.GP91900@alt255.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Out of pty's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:28:38 -0000 Hi All, Looks like my system is running out of free pty's. There are a bunch of users on the system running screen, so we are using up a ton of the ptys. How do I find out the limit of ptys on my system? (sysctl doesn't seem to show anything relevant.) How do I increase that value? The pseudo-pty value in the kernel config has no assigned value (ie. we are using the default).... but what is the default? TIA, Justin