From owner-freebsd-ports@FreeBSD.ORG Tue Jun 4 20:22:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 23FD3F5 for ; Tue, 4 Jun 2013 20:22:43 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173]) by mx1.freebsd.org (Postfix) with ESMTP id 08A3C1A4B for ; Tue, 4 Jun 2013 20:22:42 +0000 (UTC) Received: from localhost (morbid.purplehat.org [206.225.82.173]) by morbid.purplehat.org (Postfix) with ESMTP id 5C3B4D8CD66 for ; Tue, 4 Jun 2013 13:22:42 -0700 (MST) Received: from morbid.purplehat.org ([206.225.82.173]) by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024) with ESMTP id 19740-01 for ; Tue, 4 Jun 2013 13:22:35 -0700 (MST) Received: from legacy.private.aspsys.com (fw1.aspsys.com [173.14.5.129]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by morbid.purplehat.org (Postfix) with ESMTPSA id D8511D8CCEE for ; Tue, 4 Jun 2013 13:22:35 -0700 (MST) Message-ID: <51AE4C8B.7030405@unfs.us> Date: Tue, 04 Jun 2013 14:22:35 -0600 From: "Janky Jay, III" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Pseudo-TTY Issues with FBSD 10 Snapshot? References: <51AD7292.1040503@unfs.us> <51AE0F66.3030802@unfs.us> <2A479846-D905-4526-8DDA-4AAD59B8DF7E@FreeBSD.org> In-Reply-To: <2A479846-D905-4526-8DDA-4AAD59B8DF7E@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:22:43 -0000 Hi Dimitry, On 06/04/2013 01:31 PM, Dimitry Andric wrote: > On Jun 4, 2013, at 18:01, "Janky Jay, III" wrote: >> On 06/04/2013 12:44 AM, Dimitry Andric wrote: >>> On Jun 4, 2013, at 06:52, Janky Jay wrote: > ... >>>> aterm: ca't open pseudo-tty >>>> aterm: aborting >>> >>> Have you tried "kldload pty" ? This should work for apps that still >>> require ptys. If that works, put the following in /boot/loader.conf: > ... >> Thanks for the reply. I figured it would be something like this if the >> ptys were no longer available in FBSD10. > > They are still available, they were just removed from the default kernel > config files, see this change: > > http://svn.freebsd.org/changeset/base/233271 > > -Dimitry > Excellent! Again, thanks for the info. Regards, Janky Jay, III