There is a package for dna drivers. When loaded, the module is listed in lsmod as ixgbe_dna Check if you have the drivers package installed.
Yuri ############################################### Yuri Francalacci - [email protected] - http://www.ntop.org "Simplicity is the ultimate sophistication" - Leonardo da Vinci ############################################### > On 15 Dec 2014, at 12:31, M. Serkant Uluderya <[email protected]> wrote: > > > > On Friday, December 12, 2014 5:56 PM, M. Serkant Uluderya <[email protected]> > wrote: > > > Hello, > > I recently installed demo package of disk2n after failed using pfsend for > generating traffic with a very large pcap file. Installation was successful > but when I tried to run disk2n it fails: > > disk2n -i dna0 -p 8 -f file.cap > 12/Dec/2014 17:49:43 [disk2n.c:2018] WARNING: Invalid license found for > E9F3843D9105A1EF [Missing license file] > 12/Dec/2014 17:49:43 [disk2n.c:2260] WARNING: > *************************************************** > 12/Dec/2014 17:49:43 [disk2n.c:2261] WARNING: ** > ** > 12/Dec/2014 17:49:43 [disk2n.c:2262] WARNING: ** Switching to DEMO MODE due > to license error ** > 12/Dec/2014 17:49:43 [disk2n.c:2263] WARNING: ** > ** > 12/Dec/2014 17:49:43 [disk2n.c:2264] WARNING: > *************************************************** > 12/Dec/2014 17:49:43 [disk2n.c:2265] WARNING: ** Replaying will stop > after 5 min ** > 12/Dec/2014 17:49:43 [disk2n.c:2267] WARNING: > *************************************************** > 12/Dec/2014 17:49:43 [disk2n.c:2352] Welcome to disk2n v.2.3.141203 (4553) > 12/Dec/2014 17:49:43 [disk2n.c:2380] Reading data in 64 KB chunks > 12/Dec/2014 17:49:43 [disk2n.c:2381] Allocating 64 MB buffer memory... > 12/Dec/2014 17:49:44 [disk2n.c:2432] Memory allocated successfully > 12/Dec/2014 17:49:44 [disk2n.c:1822] ERROR: Unable to open PF_RING device > dna0 [globals.ro.snaplen=1536] > 12/Dec/2014 17:49:44 [disk2n.c:314] Waiting thread termination... > 12/Dec/2014 17:49:44 [disk2n.c:2440] ERROR: Unable to initialize socket on > dna0 > > I'm still able to use pfsend for sending small pcap files. And here is my > ifconfig output: > > dna0 Link encap:Ethernet HWaddr 00:1B:21:65:42:FC > inet6 addr: fe80::21b:21ff:fe65:42fc/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:5328285 errors:0 dropped:0 overruns:0 frame:0 > TX packets:25709215750 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:577771111 (551.0 MiB) TX bytes:14878664603769 (13.5 TiB) > Memory:d6000000-d6080000 > > And modprobe -l ixgbe shows kernel/drivers/net/ixgbe/ixgbe.ko > > Installation process is done via yum utility > > Downloading Packages: > (1/4): dkms-2.2.0.3-28.git.7c3e7c5.el6.noarch.rpm > | 77 kB 00:00 > (2/4): n2disk-2.3.141203-4553.x86_64.rpm > | 1.8 MB 00:11 > (3/4): pfring-6.0.3-8637.x86_64.rpm > | 2.5 MB 00:19 > (4/4): pfring-dkms-6.0.3-dkms.noarch.rpm > | 96 kB 00:01 > ------------------------------------------------------------------------------------------------------------------- > Total > 139 kB/s | 4.5 MB 00:32 > warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID 7921df34: > NOKEY > Retrieving key from http://www.nmon.net/centos-stable/RPM-GPG-KEY-deri > Importing GPG key 0x7921DF34: > Userid: "Luca Deri (Luca Deri's key.) <[email protected]>" > From : http://www.nmon.net/centos-stable/RPM-GPG-KEY-deri > Is this ok [y/N]: y > Running rpm_check_debug > Running Transaction Test > Transaction Test Succeeded > Running Transaction > Installing : dkms-2.2.0.3-28.git.7c3e7c5.el6.noarch > 1/4 > Installing : pfring-dkms-6.0.3-dkms.noarch > 2/4 > WARNING: /usr/lib64/dkms/common.postinst does not exist. > Loading new pfring-6.0.3 DKMS files... > Building for 2.6.32-431.29.2.el6.x86_64 > Building initial module for 2.6.32-431.29.2.el6.x86_64 > Done. > > pf_ring: > Running module version sanity check. > - Original module > - Found > /lib/modules/2.6.32-431.29.2.el6.x86_64/kernel/net/pf_ring/pf_ring.ko > - Storing in > /var/lib/dkms/pfring/original_module/2.6.32-431.29.2.el6.x86_64/x86_64/ > - Archiving for uninstallation purposes > - Installation > - Installing to /lib/modules/2.6.32-431.29.2.el6.x86_64/extra/ > Adding any weak-modules > > depmod... > > DKMS: install completed. > Installing : pfring-6.0.3-8637.x86_64 > 3/4 > Installing : n2disk-2.3.141203-4553.x86_64 > 4/4 > Verifying : pfring-6.0.3-8637.x86_64 > 1/4 > Verifying : n2disk-2.3.141203-4553.x86_64 > 2/4 > Verifying : dkms-2.2.0.3-28.git.7c3e7c5.el6.noarch > 3/4 > Verifying : pfring-dkms-6.0.3-dkms.noarch > 4/4 > > Installed: > n2disk.x86_64 0:2.3.141203-4553 > > > Dependency Installed: > dkms.noarch 0:2.2.0.3-28.git.7c3e7c5.el6 pfring.x86_64 0:6.0.3-8637 > pfring-dkms.noarch 0:6.0.3-dkms > > Complete! > ------------------------------------------------------------ > > Can you assist me to solve the problem? > > Kind regards, > Serkant > > > > _______________________________________________ > Ntop-misc mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-misc
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
