Skip to content

sysctl: cannot stat /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_time_wait: No such file or directory #4

@mordf

Description

@mordf

The following line in the Dockerfile:
sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait="1"

Results in this error:
sysctl: cannot stat /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_time_wait: No such file or directory

from a short investigation, the following kernel module doesn't exist in this location, also all of the kernel modules aren't located under /var/lib/modules/$(uname -r) but in /sys/module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions