From owner-freebsd-current Thu Nov 29 14:27: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id EDCD637B417 for ; Thu, 29 Nov 2001 14:27:04 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id fATMQxw57028; Thu, 29 Nov 2001 16:26:59 -0600 (CST) (envelope-from dan) Date: Thu, 29 Nov 2001 16:26:59 -0600 From: Dan Nelson To: Kenneth Wayne Culver Cc: Kenneth Culver , freebsd-current@FreeBSD.ORG Subject: Re: linuxulator unimplemented syscalls Message-ID: <20011129222659.GB10667@dan.emsphone.com> References: <20011129182012.GF99933@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.2i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Nov 29), Kenneth Wayne Culver said: > On Thu, 29 Nov 2001, Dan Nelson wrote: > > From Linux headers: > > > > #define TUNIOCGETINFO 0x7201 /* get version of driver & capabilities of tuner */ > > > > Doubtful that its failure will affect you. I assume ftruncate64() > > should map almost directly onto our ftruncate(). Not sure what > > mmap2() is. > > Well, I switched to the linux_base-6.1 libs and all but the 0x7201 > error stopped occuring, but still the same problem, winex says it > can't open the the file that I'm trying to execute. They only stopped occuring because RedHat 6.1 didn't even support 64-bit files, so of course those libs aren't going to use the 64-bit calls :) Your problem is probably somewhere other than ioctl 0x7201; try trussing/stracing the app and see what it's trying to access. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message