Snort mailing list archives

Re: BIOCVERSION: inappropriate ioctl for device....


From: Phil Wood <cpw () lanl gov>
Date: Fri, 25 Oct 2002 13:18:42 -0600

Where are you getting your libpcap.a (or .so) from!

BIOCVERSION is defined in bpf.h which comes with tcpdump.org libpcap and
probably just about all libpcap's.  And, that message looks like it is
coming from a libpcap subroutine found in pcap-bpf.c or pcap-pf.c, neither
of which should be existent on a redhad machine libpcap library, unless linux
8.0 is a BSD system.  pcap-linux.c should have been compile into the libpcap
library.

  # grep BIOCVERSION *.c
  pcap-bpf.c:     if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
  pcap-bpf.c:             snprintf(ebuf, PCAP_ERRBUF_SIZE, "BIOCVERSION: %s",
  pcap-pf.c:              if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) < 0) {
  pcap-pf.c:                          "BIOCVERSION: %s", pcap_strerror(errno));

On Fri, Oct 25, 2002 at 06:40:25PM -0000, Arun Viswanathan wrote:
Hey all!!

I've just installed snort v 1.9.0 on my linux 8.0 system....and i 
get this error msg while snort initializes...."BIOCVERSION: 
inappropriate ioctl for device"....I was wondering if snort v 
1.9.0 is compatible with redhat linux 8.0!! If it is, then how do 
i solve this problem??

Thanx....Arun


On Fri, 25 Oct 2002 snort-users-request () lists sourceforge net 
wrote :
Welcome to the Snort-users () lists sourceforge net mailing list!

To post to this list, send your email to:

 snort-users () lists sourceforge net

General information about the mailing list is at:

 https://lists.sourceforge.net/lists/listinfo/snort-users

If you ever want to unsubscribe or change your options (eg, 
switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

 
https://lists.sourceforge.net/lists/options/snort-users/arunpv07%40rediffmail.com


You can also make such adjustments via email by sending a message 
to:

 Snort-users-request () lists sourceforge net

with the word `help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including 
changing
the password, itself) or to unsubscribe.  It is:

 passwd

If you forget your password, don't worry, you will receive a 
monthly
reminder telling you what all your lists.sourceforge.net mailing 
list
passwords are, and how to unsubscribe or change your options.  
There
is also a button on your options page that will email your 
current
password to you.

You may also have your password mailed to you automatically off 
of the
Web page noted above.

__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com.  Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

-- 
Phil Wood, cpw () lanl gov



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: