Mailing List Archive

/etc/init.d/pf_ring startup failure on ubuntu14.04
On boot it seems the pf_ring kernel module is being loaded somewhere
outside the /etc/init.d/pf_ring script. As such, the check on
https://github.com/ntop/PF_RING/blob/dev/package/etc/init.d/pf_ring#L66-L69
errors out and fails to load the zc modules. I can either manually load
the zc drivers or comment out the return codes in that block of code.

Could I get someone to confirm I am not doing something stupid here?

Cheers.