-
Notifications
You must be signed in to change notification settings - Fork 361
Description
Hello,
I am using PF_RING-9.0.0-stable for a Redhat 9.4 (5.14.0-427.13.1.el9_4.x86_64) running on a VM (WMWare). After executing the following command: 'insmod ./pf_ring.ko.xz enable_debug=1', I get the following error: 'insmod: ERROR: could not insert module ./pf_ring.ko.xz: Invalid module format'. In '/var/log/messges', I find: 'kernel: module: x86/modules: Invalid relocation target, existing value is nonzero for type 1, loc 000000002d971c07, val ffffffffc09b5608'.
uname -r: 5.14.0-427.13.1.el9_4.x86_64
modinfo ./pf_ring.ko.xz:
filename: /usr/local/lib/modules/./pf_ring.ko.xz
alias: net-pf-27
version: 9.0.0
description: Packet capture acceleration and analysis
author: ntop.org
license: GPL
rhelversion: 9.4
srcversion: 241F547CA29C6C1CCB7F55B
depends:
retpoline: Y
name: pf_ring
vermagic: 5.14.0-427.13.1.el9_4.x86_64 SMP preempt mod_unload modversions
parm: min_num_slots:Min number of ring slots (uint)
parm: perfect_rules_hash_size:Perfect rules hash size (uint)
parm: enable_tx_capture:Set to 1 to capture outgoing packets (uint)
parm: enable_frag_coherence:Set to 1 to handle fragments (flow coherence) in clusters (uint)
parm: enable_ip_defrag:Set to 1 to enable IP defragmentation(only rx traffic is defragmentead) (uint)
parm: keep_vlan_offload:Set to 1 to keep vlan stripping (do not reinsert vlan) (uint)
parm: quick_mode:Set to 1 to run at full speed but with upto one socket per interface (uint)
parm: force_ring_lock:Set to 1 to force ring locking (automatically enable with rss) (uint)
parm: enable_debug:Set to 1 to enable PF_RING debug tracing into the syslog, 2 for more verbosity (uint)
parm: transparent_mode:(deprecated) (uint)
What is the problem ? Do I have to use another version ?
Thanks a lot
Best regards