From owner-freebsd-stable@FreeBSD.ORG Sat Jul 19 02:05:18 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4BA1065677 for ; Sat, 19 Jul 2008 02:05:18 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57003.mail.re3.yahoo.com (web57003.mail.re3.yahoo.com [66.196.97.107]) by mx1.freebsd.org (Postfix) with SMTP id 0AEA68FC0A for ; Sat, 19 Jul 2008 02:05:17 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 22731 invoked by uid 60001); 19 Jul 2008 01:38:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=6YDCwzZHaqVi9hEEkMS4fCSjzkwN78/uzV4up5C4qzRZsRJVfRlOvgXK1Ynr/IQ64ovOdk3HnlzUPUe4+AUr9D3calUt5L7nz33G82wnLwX/ImkY9gE4aR0dACsuTRHA8h9f2j0kw4LRyh2myTbpmOSIYxtJ1PsyHfQ7kGMn9nI=; Received: from [220.255.7.218] by web57003.mail.re3.yahoo.com via HTTP; Fri, 18 Jul 2008 18:38:36 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Fri, 18 Jul 2008 18:38:36 -0700 (PDT) From: Unga To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <519800.22206.qm@web57003.mail.re3.yahoo.com> Subject: Pseudoterminals increase: compilation error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2008 02:05:18 -0000 Hi all I'm using FreeBSD 7.0. As per FAQ, http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html, I tried to increase the number of ptys: "10.19.1 Build and install a new kernel with the line in the configuration file: device pty N where N is the number of requested pseudoterminals." I tried to recompile the kernel. I have modified the GENERIC as follows: device pty 64 # Pseudo-ttys (telnet etc) This results a compilation error: config: /usr/src/sys/i386/conf/GENERIC:268: syntax error *** Error code 1 What is the correct syntax? Kind Regards Unga