Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2007 22:19:24 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        John Nielsen <lists@jnielsen.net>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: linux ioctls not implemented - advice?
Message-ID:  <20070724201924.GA29874@freebsd.org>
In-Reply-To: <200707241545.59049.lists@jnielsen.net>
References:  <200707241545.59049.lists@jnielsen.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Two attempts to use ioctl 0x8938 and four attempts to use ioctl 0x8933 every 
> time I start the executable (regardless of login attempts).
> 
> The message is fairly explanatory; my question is what can I do about it? Is 
> there a canonical list of Linux ioctls anywhere that would tell me what this 
> binary is trying to do? From the behavior I'm seeing and from looking at 
> linux_ioctl.h I suspect that they belong in the "socket" category, but that's 
> as far as I've gotten.

#define SIOCGIFINDEX    0x8933          /* name -> if_index mapping     */
#define SIOCGIFCOUNT    0x8938          /* get number of devices */

I might look at at. should not be that hard to implement those. are you willing to test
patches?

roman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070724201924.GA29874>