From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54F341381F3 for ; Fri, 28 Jun 2013 21:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D983E0966; Fri, 28 Jun 2013 21:10:36 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84847E08BD for ; Fri, 28 Jun 2013 21:10:35 +0000 (UTC) Received: from [172.17.29.6] (vpn1.metro-data.com [65.213.236.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 3bhrGy4Rybz1hgH for ; Fri, 28 Jun 2013 17:10:34 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1372453834; bh=PPCDRkG7sUxrLZqghwxnOuKRN7kuudAkCnRoD5JJN8Q=; h=Date:From:To:Subject:References:In-Reply-To; b=q0yvgzDvnqVWiA85Oxh6d6cGD0oMclGAXvalNAQk7yWaR2wHaLrPzdRQWbGsXEEa/ vFsA6DPXuPTFgtNLzJJa3mWO1J7eEz91Z2DAlsCoyX9B4bbKCsGkxrmtYVPb5uwHCB fvlUkiVijZz63002Pkyn7yK3hrFkoF9Z6drJ2+9U= Message-ID: <51CDFBC9.60703@orlitzky.com> Date: Fri, 28 Jun 2013 17:10:33 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130607 Thunderbird/17.0.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] after recent update - openpty failed: 'out of pty devices' - please help? References: In-Reply-To: X-Enigmail-Version: 1.6a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: af975173-e1e6-4516-84c4-689481105ebf X-Archives-Hash: ad520d6bfc555e02f9159c8e7db56591 On 06/28/2013 03:06 PM, Denis Shcherbakov wrote: > openpty failed: 'out of pty devices' There was a news item corresponding to the udev upgrade. 1. udev-postmount init script: Remove the udev-postmount init script from your runlevels. 2. devtmpfs support: You need at least version 2.6.32 of the kernel for devtmpfs functionality. Once you have this, make sure CONFIG_DEVTMPFS=y is set in the kernel configuration. See the gentoo udev guide for the option in make menuconfig [1]. If you have a line for /dev in /etc/fstab, make sure it is configured for file system type devtmpfs (not tmpfs or any other type). Also, you can remove this line if you prefer, since devtmpfs is mounted automatically.