From owner-freebsd-questions Fri Apr 5 14:24:46 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17054 for questions-outgoing; Fri, 5 Apr 1996 14:24:46 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA17047 for ; Fri, 5 Apr 1996 14:24:40 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA25018; Fri, 5 Apr 1996 15:16:54 -0700 From: Terry Lambert Message-Id: <199604052216.PAA25018@phaeton.artisoft.com> Subject: Re: XF86 3.1.2 Problems To: nlawson@kdat.csc.calpoly.edu (Nathan Lawson) Date: Fri, 5 Apr 1996 15:16:54 -0700 (MST) Cc: matt@spirit.cis.uoguelph.ca, freebsd-questions@freebsd.org In-Reply-To: <199604051754.JAA12546@kdat.calpoly.edu> from "Nathan Lawson" at Apr 5, 96 09:54:50 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On Thu, 4 Apr 1996, Nathan Lawson wrote: > > > > > xterm: Error 23, errno 25: Inappropriate ioctl for device > > > > I had exactly the same error, and fixed it by uncommenting the following > > line in my kernel config. > > > > options "COMPAT_43" #Compatible with BSD 4.3 > > > > Is your commented out? > > Ah, yes. Thank you _very_ much. Perhaps the COMPAT_43 option should be > stated as being necessary for X in the LINT config file. It has to do with xterm not using the POSIX termios interface (like it should be doing). I believe it is one of the few programs left that require the compatability option. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.