<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Snort OpenPcap error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801278#M582522</link>
    <description>You have to recompile to get debug on:&lt;BR /&gt;&lt;BR /&gt;:  get some more diagnostic information and post it to "snort-users" at&lt;BR /&gt;    &lt;A href="http://www.sourceforge.net" target="_blank"&gt;http://www.sourceforge.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;    To get diagnostic information compile snort as either:&lt;BR /&gt;&lt;BR /&gt; make clean; make CFLAGS=-ggdb&lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt; make clean; make "CFLAGS=-ggdb -DDEBUG"&lt;BR /&gt;&lt;BR /&gt;    trace coredump as:&lt;BR /&gt;&lt;BR /&gt; gdb /path/to/snort /path/to/snort/core&lt;BR /&gt;&lt;BR /&gt; gdb&amp;gt; where&lt;BR /&gt; gdb&amp;gt; bt&lt;BR /&gt; gdb&amp;gt; print $varname, varname, $$varname etc..&lt;BR /&gt;&lt;BR /&gt;    or if corefile isn't generated snort should be started as&lt;BR /&gt;&lt;BR /&gt; gdb snort&lt;BR /&gt;&lt;BR /&gt; gdb&amp;gt; run &lt;SNORT args="" without="" -d="" switch="" -=""&gt;&lt;BR /&gt;    &lt;BR /&gt;&lt;BR /&gt;Above from the snort faq.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.snort.org/docs/#setup" target="_blank"&gt;http://www.snort.org/docs/#setup&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ron&lt;/SNORT&gt;</description>
    <pubDate>Sat, 07 Sep 2002 01:37:10 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-09-07T01:37:10Z</dc:date>
    <item>
      <title>Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801275#M582519</link>
      <description>I am trying to run Snort but have the following error. There should be no other application running/using OpenPcap and in fact, I've just install libpcap right before installing snort. Any idea what happen? and how can I make it to work?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Sep  6 09:35:28 syslog: Initializing daemon mode&lt;BR /&gt;Sep  6 09:35:28 syslog: FATAL ERROR: ERROR: OpenPcap() device lan0 open:</description>
      <pubDate>Fri, 06 Sep 2002 12:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801275#M582519</guid>
      <dc:creator>Bosco Tsang</dc:creator>
      <dc:date>2002-09-06T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801276#M582520</link>
      <description>There should be more to the error message.  It's not necessarily telling you that OpenPcap() or lan0 is in use - just that OpenPcap() had a problem trying to open lan0.  Maybe you need to turn on debug to see all of it? &lt;BR /&gt;&lt;BR /&gt;There are two errors mentioned on the web:&lt;BR /&gt;&lt;BR /&gt;recv_ack: promisc_phys: Invalid argument  &lt;BR /&gt;&lt;BR /&gt;"if you run snort and receive the error message&lt;BR /&gt;"ERROR: OpenPcap() device lan0 open:&lt;BR /&gt;         recv_ack: promisc_phys: Invalid argument"&lt;BR /&gt;it's because there's another program running using the DLPI service.&lt;BR /&gt;The HP-UX implementation doesn't allow more than one libpcap program&lt;BR /&gt;at a time to run, unlike Linux."&lt;BR /&gt;&lt;BR /&gt;can't find PPA for /dev/lan0 &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=3A06E84C.2000109%40rsn.hp.com&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522OpenPcap()%2Bdevice%2Blan0%2Bopen%2522%26sa%3DN%26tab%3Dwg" target="_blank"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=3A06E84C.2000109%40rsn.hp.com&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522OpenPcap()%2Bdevice%2Blan0%2Bopen%2522%26sa%3DN%26tab%3Dwg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Fri, 06 Sep 2002 13:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801276#M582520</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-09-06T13:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801277#M582521</link>
      <description>How can I turn on debug? There is no such option. The following is the additional error when I run snort. The libpcap library is the latest already. Any idea what happen?&lt;BR /&gt;&lt;BR /&gt;        --== Initializing Snort ==--&lt;BR /&gt;Decoding Ethernet on interface lan0&lt;BR /&gt;Initializing Preprocessors!&lt;BR /&gt;Initializing Plug-ins!&lt;BR /&gt;Initializating Output Plugins!&lt;BR /&gt;Parsing Rules file /usr/local/etc/snort.conf&lt;BR /&gt; &lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;Initializing rule chains...&lt;BR /&gt;No arguments to frag2 directive, setting defaults to:&lt;BR /&gt;    Fragment timeout: 60 seconds&lt;BR /&gt;    Fragment memory cap: 4194304 bytes&lt;BR /&gt;Stream4 config:&lt;BR /&gt;    Stateful inspection: ACTIVE&lt;BR /&gt;    Session statistics: INACTIVE&lt;BR /&gt;    Session timeout: 30 seconds&lt;BR /&gt;    Session memory cap: 8388608 bytes&lt;BR /&gt;    State alerts: INACTIVE&lt;BR /&gt;    Scan alerts: ACTIVE&lt;BR /&gt;    Log Flushed Streams: INACTIVE&lt;BR /&gt;Bus error(coredump)&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2002 16:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801277#M582521</guid>
      <dc:creator>Bosco Tsang</dc:creator>
      <dc:date>2002-09-06T16:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801278#M582522</link>
      <description>You have to recompile to get debug on:&lt;BR /&gt;&lt;BR /&gt;:  get some more diagnostic information and post it to "snort-users" at&lt;BR /&gt;    &lt;A href="http://www.sourceforge.net" target="_blank"&gt;http://www.sourceforge.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;    To get diagnostic information compile snort as either:&lt;BR /&gt;&lt;BR /&gt; make clean; make CFLAGS=-ggdb&lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt; make clean; make "CFLAGS=-ggdb -DDEBUG"&lt;BR /&gt;&lt;BR /&gt;    trace coredump as:&lt;BR /&gt;&lt;BR /&gt; gdb /path/to/snort /path/to/snort/core&lt;BR /&gt;&lt;BR /&gt; gdb&amp;gt; where&lt;BR /&gt; gdb&amp;gt; bt&lt;BR /&gt; gdb&amp;gt; print $varname, varname, $$varname etc..&lt;BR /&gt;&lt;BR /&gt;    or if corefile isn't generated snort should be started as&lt;BR /&gt;&lt;BR /&gt; gdb snort&lt;BR /&gt;&lt;BR /&gt; gdb&amp;gt; run &lt;SNORT args="" without="" -d="" switch="" -=""&gt;&lt;BR /&gt;    &lt;BR /&gt;&lt;BR /&gt;Above from the snort faq.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.snort.org/docs/#setup" target="_blank"&gt;http://www.snort.org/docs/#setup&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ron&lt;/SNORT&gt;</description>
      <pubDate>Sat, 07 Sep 2002 01:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801278#M582522</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-09-07T01:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801279#M582523</link>
      <description>Hi,&lt;BR /&gt;After Installing libpcap , Have you rebooted the server ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Sat, 07 Sep 2002 02:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801279#M582523</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-07T02:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Snort OpenPcap error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801280#M582524</link>
      <description>installation of libpcap should not require a system reboot - libpcap is just user-space code under HP-UX.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;once the latest revision of libpcap is installed, try it with tcpdump to get some data along a slightly different axis.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;just a random though - are you running as root, or something else?</description>
      <pubDate>Mon, 09 Sep 2002 16:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snort-openpcap-error/m-p/2801280#M582524</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-09-09T16:57:42Z</dc:date>
    </item>
  </channel>
</rss>

