From owner-freebsd-questions Wed Jun 27 6:44:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id CD69037B405 for ; Wed, 27 Jun 2001 06:44:52 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.4/8.11.4) id f5RDig990240; Wed, 27 Jun 2001 15:44:42 +0200 (CEST) (envelope-from karelj) Date: Wed, 27 Jun 2001 15:43:22 +0200 From: "Karel J. Bosschaart" To: Kenneth Wayne Culver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with linux programs and XFree86 4.1.0 Message-ID: <20010627154322.B90130@wop21.wop.wtb.tue.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from culverk@wam.umd.edu on Sat, Jun 23, 2001 at 09:17:21AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 23, 2001 at 09:17:21AM -0400, Kenneth Wayne Culver wrote: > Whenever I run a linux X program I get the following : > culverk:~:> vmware > Setting TMPDIR=/var/tmp. > XIO: fatal IO error 9 (Bad file descriptor) on X server ":0.0" > after 1726 requests (1726 known processed) with 33 events remaining. > > This or something similar happenes for every linux program I have . It > started happening after I upgraded to XFree86 4.1.0. Does anyone know > what's wrong? > Not sure, but I suspect that you need your Linux X binaries and libraries in /usr/compat/linux/usr/X11R6 synced up with your FreeBSD versions. Grab the Linux 4.1.0 binaries from the XFree86 site and put the corresponding stuff in /usr/compat/linux/usr/X11R6, after having backed up the original content of course. Then you need to run /usr/compat/linux/sbin/ldconfig. Be careful not to run the FreeBSD ldconfig by accident! (I think that you need Xbin.tgz and Xmod.tgz, unpack them in a temp directory and put some of the files is the compat dir - at least I needed those for enabling DRI for Linux binaries in XF 4.0.2) Hope it helps, Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message