From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 09:23:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 706E81065671 for ; Fri, 18 Jul 2008 09:23:45 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57010.mail.re3.yahoo.com (web57010.mail.re3.yahoo.com [66.196.97.114]) by mx1.freebsd.org (Postfix) with SMTP id E68DC8FC0C for ; Fri, 18 Jul 2008 09:23:44 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 71293 invoked by uid 60001); 18 Jul 2008 09:23:44 -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:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=DSmITFaqYXflOTJl1lwrlK/kVCgElm8KomuOKY316MxWurluDxwqKxXRtPcyPBJgjGG4G9bX6VhlY+T4BqpnSizlSbD4ofhQG6Spi8FeOqiJdG2aEeWSVjeSML8S73zsGKQJI/gU5H/Md9HYIHn6mHS2DHwsx2qc659L6+8z/x0=; Received: from [165.21.155.11] by web57010.mail.re3.yahoo.com via HTTP; Fri, 18 Jul 2008 02:23:43 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Fri, 18 Jul 2008 02:23:43 -0700 (PDT) From: Unga To: freebsd-questions@freebsd.org In-Reply-To: <962284.60629.qm@web57015.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <25855.70886.qm@web57010.mail.re3.yahoo.com> Subject: Re: pseudoterminals question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2008 09:23:45 -0000 --- On Fri, 7/18/08, Unga wrote: > 2) As per FAQ, > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html: > "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." > Ok, I tried to recompile the kernel. I have modified the GENERIC as follows: device pty 64 # Pseudo-ttys (telnet etc) Here is the compilation result: config: /usr/src/sys/i386/conf/GENERIC:268: syntax error *** Error code 1 So what is the correct syntax? Regards Unga