From owner-freebsd-current@FreeBSD.ORG Wed Apr 11 09:47:53 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAFA716A406 for ; Wed, 11 Apr 2007 09:47:53 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5D38D13C46E for ; Wed, 11 Apr 2007 09:47:53 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=YQaJ130vh5jrHPT4JO3eDJ9y6al2b8LJpF3eXZmJVXq3gNymu6fTdGdfsET2a6gO6jmBov8SVoJ/0pk++qBXuteWeCjbDqi325RtMOdqitAhglxM+5U55VvdNZoLRjRnVupbJ8dM/w83wM4T4sKbfY6NcWuNDpJ+ieXRXXz7i/I=; Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HbZQb-000BDR-2V; Wed, 11 Apr 2007 13:47:49 +0400 Date: Wed, 11 Apr 2007 13:47:44 +0400 From: Eygene Ryabinkin To: Dag-Erling Sm?rgrav Message-ID: <20070411094744.GK26348@codelabs.ru> References: <86lkgzz6ay.fsf@dwp.des.no> <20070411081029.GH26348@codelabs.ru> <86lkgzjn65.fsf@dwp.des.no> <86d52bp8a8.fsf@dwp.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <86d52bp8a8.fsf@dwp.des.no> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: current@freebsd.org Subject: Re: script stuck in devdrn X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 09:47:53 -0000 Wed, Apr 11, 2007 at 11:30:55AM +0200, Dag-Erling Sm?rgrav wrote: > It's not just script(1), it's anything that allocates a pty (including > sshd) when kern.pts.enable is set to 1. Confirmed. It is broken in my old and new -CURRENT kernels (9th and 11th of April). -- Eygene