- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Snort OpenPcap error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:32 AM
09-06-2002 05:32 AM
Snort OpenPcap error
--
Sep 6 09:35:28 syslog: Initializing daemon mode
Sep 6 09:35:28 syslog: FATAL ERROR: ERROR: OpenPcap() device lan0 open:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 06:42 AM
09-06-2002 06:42 AM
Re: Snort OpenPcap error
There are two errors mentioned on the web:
recv_ack: promisc_phys: Invalid argument
"if you run snort and receive the error message
"ERROR: OpenPcap() device lan0 open:
recv_ack: promisc_phys: Invalid argument"
it's because there's another program running using the DLPI service.
The HP-UX implementation doesn't allow more than one libpcap program
at a time to run, unlike Linux."
can't find PPA for /dev/lan0
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=3A06E84C.2000109%40rsn.hp.com&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522OpenPcap()%2Bdevice%2Blan0%2Bopen%2522%26sa%3DN%26tab%3Dwg
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 09:09 AM
09-06-2002 09:09 AM
Re: Snort OpenPcap error
--== Initializing Snort ==--
Decoding Ethernet on interface lan0
Initializing Preprocessors!
Initializing Plug-ins!
Initializating Output Plugins!
Parsing Rules file /usr/local/etc/snort.conf
+++++++++++++++++++++++++++++++++++++++++++++++++++
Initializing rule chains...
No arguments to frag2 directive, setting defaults to:
Fragment timeout: 60 seconds
Fragment memory cap: 4194304 bytes
Stream4 config:
Stateful inspection: ACTIVE
Session statistics: INACTIVE
Session timeout: 30 seconds
Session memory cap: 8388608 bytes
State alerts: INACTIVE
Scan alerts: ACTIVE
Log Flushed Streams: INACTIVE
Bus error(coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 06:37 PM
09-06-2002 06:37 PM
Re: Snort OpenPcap error
: get some more diagnostic information and post it to "snort-users" at
http://www.sourceforge.net
To get diagnostic information compile snort as either:
make clean; make CFLAGS=-ggdb
or
make clean; make "CFLAGS=-ggdb -DDEBUG"
trace coredump as:
gdb /path/to/snort /path/to/snort/core
gdb> where
gdb> bt
gdb> print $varname, varname, $$varname etc..
or if corefile isn't generated snort should be started as
gdb snort
gdb> run
Above from the snort faq.
http://www.snort.org/docs/#setup
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 07:50 PM
09-06-2002 07:50 PM
Re: Snort OpenPcap error
After Installing libpcap , Have you rebooted the server ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 09:57 AM
09-09-2002 09:57 AM
Re: Snort OpenPcap error
i'd verify that the latest version of libpcap is on the system - going back a ways there were problems with libpcap when Auto Port Aggregation was installed - it make a return larger tha libpcap was expecting.
once the latest revision of libpcap is installed, try it with tcpdump to get some data along a slightly different axis.
just a random though - are you running as root, or something else?