Date: Thu, 29 Nov 2001 16:26:59 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Kenneth Wayne Culver <culverk@wam.umd.edu> Cc: Kenneth Culver <culverk@yumyumyum.org>, freebsd-current@FreeBSD.ORG Subject: Re: linuxulator unimplemented syscalls Message-ID: <20011129222659.GB10667@dan.emsphone.com> In-Reply-To: <Pine.GSO.4.21.0111291707180.20034-100000@rac3.wam.umd.edu> References: <20011129182012.GF99933@dan.emsphone.com> <Pine.GSO.4.21.0111291707180.20034-100000@rac3.wam.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011129222659.GB10667>