[Bug 2091439] Re: Error loading iptables-netflow-dkms in Oracular

Launchpad Bug Tracker 2091439 at bugs.launchpad.net
Fri Dec 13 18:20:26 UTC 2024


This bug was fixed in the package iptables-netflow - 2.6-7ubuntu2

---------------
iptables-netflow (2.6-7ubuntu2) plucky; urgency=medium

  * Fix warning on an empty procname element (LP: #2091439)
    - UBUNTU-SAUCE-linux-6.11-fix-warn-on-an-empty-procname-element.patch

 -- Massimiliano Pellizzer <massimiliano.pellizzer at canonical.com>  Tue,
10 Dec 2024 21:45:56 +0100

** Changed in: iptables-netflow (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2091439

Title:
  Error loading  iptables-netflow-dkms in Oracular

Status in iptables-netflow package in Ubuntu:
  Fix Released
Status in iptables-netflow source package in Oracular:
  In Progress

Bug description:
  [ Impact ]

  The driver iptables-netflow-dkms fails to load on Oracular, showing
  the following error:

  [  137.406830] ipt_NETFLOW version 2.6, srcversion 70A7B82AFE6B707B499C544
  [  137.406832] ipt_NETFLOW: hashsize 655360 (5120K)
  [  137.407495] netflow: registering: /proc/net/stat/ipt_netflow
  [  137.407498] netflow: registered: /proc/net/stat/ipt_netflow
  [  137.407499] netflow: registering: /proc/net/stat/ipt_netflow_snmp
  [  137.407500] netflow: registered: /proc/net/stat/ipt_netflow_snmp
  [  137.407500] netflow: registering: /proc/net/stat/ipt_netflow_flows
  [  137.407501] netflow: registered: /proc/net/stat/ipt_netflow_flows
  [  137.407503] sysctl table check failed: net/netflow/(null) procname is null
  [  137.407506] sysctl table check failed: net/netflow/(null) No proc_handler
  [  137.407507] netflow: can't register to sysctl
  [  137.407553] ipt_NETFLOW is not loaded.
  [  137.443800] ipt_NETFLOW version 2.6, srcversion 70A7B82AFE6B707B499C544
  [  137.443805] ipt_NETFLOW: hashsize 655360 (5120K)
  [  137.444752] netflow: registering: /proc/net/stat/ipt_netflow
  [  137.444755] netflow: registered: /proc/net/stat/ipt_netflow
  [  137.444756] netflow: registering: /proc/net/stat/ipt_netflow_snmp
  [  137.444758] netflow: registered: /proc/net/stat/ipt_netflow_snmp
  [  137.444758] netflow: registering: /proc/net/stat/ipt_netflow_flows
  [  137.444759] netflow: registered: /proc/net/stat/ipt_netflow_flows
  [  137.444784] sysctl table check failed: net/netflow/(null) procname is null
  [  137.444788] sysctl table check failed: net/netflow/(null) No proc_handler
  [  137.444790] netflow: can't register to sysctl
  [  137.444848] ipt_NETFLOW is not loaded.

  [ Test case ]

  Install iptables-netflow-dkms:

  $ sudo apt install iptables-netflow-dkms

  Load the module:

  $ sudo modprobe ipt_NETFLOW

  [ Fix ]

  Linux 6.11 does not allow to have empty elements
  at the end of the ctl_table arrays (sentinels) anymore.
  Therefore it is necessary to adjust the code accordingly.

  [ Regression potential ]

  We may experience networking-related regressions in systems that are
  using the iptables-netflow-dkms module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-netflow/+bug/2091439/+subscriptions




More information about the Ubuntu-sponsors mailing list