From owner-freebsd-ports@FreeBSD.ORG Tue Jun 4 19:31:44 2013 Return-Path: Delivered-To: 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 043DE157 for ; Tue, 4 Jun 2013 19:31:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id BF39F1869 for ; Tue, 4 Jun 2013 19:31:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::4521:e4f7:9b8a:a981] (unknown [IPv6:2001:7b8:3a7:0:4521:e4f7:9b8a:a981]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 5A04B5C44; Tue, 4 Jun 2013 21:31:42 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Pseudo-TTY Issues with FBSD 10 Snapshot? From: Dimitry Andric In-Reply-To: <51AE0F66.3030802@unfs.us> Date: Tue, 4 Jun 2013 21:31:43 +0200 Content-Transfer-Encoding: 7bit Message-Id: <2A479846-D905-4526-8DDA-4AAD59B8DF7E@FreeBSD.org> References: <51AD7292.1040503@unfs.us> <51AE0F66.3030802@unfs.us> To: "Janky Jay, III" X-Mailer: Apple Mail (2.1503) Cc: ports@freebsd.org 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 19:31:44 -0000 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