Pf_ring

madeve1

New Member
Jan 3, 2014
1
0
1
Hi, I would install on a CT an application that uses PF_RING (http://wiki.aanval.com/wiki/PF_RING), but I have the following error during installation:

Configurazione di securityonion-pfring-ld (20120827-0ubuntu0securityonion4)...
Configurazione di securityonion-pfring-userland (20130828-0ubuntu0securityonion1)...
Configurazione di securityonion-pfring-module (20121107-0ubuntu0securityonion10)...

Creating symlink /var/lib/dkms/pf_ring/5/source -> /usr/src/pf_ring-5

DKMS: add completed.
Error! Your kernel headers for kernel 2.6.32-26-pve cannot be found.
Please install the linux-headers-2.6.32-26-pve package,
or use the --kernelsourcedir option to tell DKMS where it's located
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module pf_ring not found.
dpkg: errore nell'elaborare securityonion-pfring-module (--configure):
il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1



Should I install PF_RING directly on proxmox? Is it possible or someone has ever did it?

Thank You
 
Hi,
I think that problem is that kernel headers are missing, try to install them via command in container:
apt-get install linux-headers-$(uname -r)
 
> apt-get install pve-headers-$(uname -r)