Failed To Initialize front interface issue #704
Unanswered
sabinathapa375
asked this question in
Q&A
Replies: 1 comment
-
DPDK does not have drivers for Realtek NICs; see DPDK's supported NICs. You may want to check the page Hardware Requirements from the wiki. Besides the issue above, I see two other problems in your
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the log of gatekeeper
root@gtn-Lenovo-G40-70:/var/log/gatekeeper# cat gatekeeper_2024_09_13_16_20.log
Main/0: cycles/second = 1696073207, cycles/millisecond = 1696073, picosec/cycle = 589
Main/0: config: /usr/share/lua/5.1/gatekeeper/staticlib.lua:547: Failed to initilialize front interface
Main/0: Failed to configure Gatekeeper
Bus Info
root@gtn-Lenovo-G40-70:/var/log/gatekeeper# lshw -c network -businfo
Bus info Device Class Description
pci@0000:01:00.0 enp1s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
pci@0000:02:00.0 network RTL8723BE PCIe Wireless Network Adapter
net.lua
local log_level = staticlib.c.RTE_LOG_DEBUG
local user = "gatekeeper"
Beta Was this translation helpful? Give feedback.
All reactions