Re: linuxulator unimplemented syscalls

2001-11-29 Thread Kenneth Wayne Culver
> Your problem is probably somewhere other than ioctl 0x7201; try > trussing/stracing the app and see what it's trying to access. > Alright, I'll try that, I think I have another clue though, I got it to find the file (it was looking in /usr/compat/linux/mnt/cdrom instead of the regular /mnt/cdro

Re: linuxulator unimplemented syscalls

2001-11-29 Thread Dan Nelson
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() > > shou

Re: linuxulator unimplemented syscalls

2001-11-29 Thread Kenneth Wayne Culver
On Thu, 29 Nov 2001, Dan Nelson wrote: > In the last episode (Nov 28), Kenneth Culver said: > > I was just wondering if the following syscalls had any chance of being > > implemented anytime soon? > > > > linux: syscall ftruncate64 is obsoleted or not implemented (pid=5695) > > linux: syscall m

Re: linuxulator unimplemented syscalls

2001-11-29 Thread Dan Nelson
In the last episode (Nov 28), Kenneth Culver said: > I was just wondering if the following syscalls had any chance of being > implemented anytime soon? > > linux: syscall ftruncate64 is obsoleted or not implemented (pid=5695) > linux: syscall mmap2 is obsoleted or not implemented (pid=5691) > li