Skip to content

Ubuntu 24.04 starts gatekeeper and this error occurs #711

@ShawnLeung87

Description

@ShawnLeung87

rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/declined.bpf", sname="pkt") successfully creates 0x78aaf80a4000(jit={.func=0x78aaf80a3000,.sz=8});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: init_ctx_to_cookie
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/grantedv2.bpf", sname="init") successfully creates 0x78aaf80a2000(jit={.func=0x78aaf80a1000,.sz=400});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_cookie
resolve_xsym(4): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_pkt
resolve_xsym(34): EBPF_PSEUDO_CALL to external function: gk_bpf_prep_for_tx
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/grantedv2.bpf", sname="pkt") successfully creates 0x78aaf80a0000(jit={.func=0x78aaf809f000,.sz=384});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: init_ctx_to_cookie
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/web.bpf", sname="init") successfully creates 0x78aaf809e000(jit={.func=0x78aaf809d000,.sz=400});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_cookie
resolve_xsym(4): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_pkt
resolve_xsym(147): EBPF_PSEUDO_CALL to external function: gk_bpf_prep_for_tx
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/web.bpf", sname="pkt") successfully creates 0x78aaf7e5d000(jit={.func=0x78aaf7e5c000,.sz=1008});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: init_ctx_to_cookie
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/tcp-services.bpf", sname="init") successfully creates 0x78aaf7e5b000(jit={.func=0x78aaf7e5a000,.sz=858});
resolve_xsym(1): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_cookie
resolve_xsym(4): EBPF_PSEUDO_CALL to external function: pkt_ctx_to_pkt
resolve_xsym(, 1288) error code: -2
rte_bpf_elf_load(fname="/opt/gatekeeper/lua/bpf/tcp-services.bpf", sname="pkt") failed, error code: 2
Main/6 2024-09-27 19:17:17 ERR gk_load_bpf_flow_handler(): file "/opt/gatekeeper/lua/bpf/tcp-services.bpf" does not have the BPF program "pkt"; rte_errno = 2: No such file or directory
Main/6 2024-09-27 19:17:17 ERR config: /opt/gatekeeper/lua/gk.lua:116: Failed to load BPF program: /opt/gatekeeper/lua/bpf/tcp-services.bpf

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions