concourse-docker icon indicating copy to clipboard operation
concourse-docker copied to clipboard

Worker fails: failed to retrieve kernel parameter "net.ipv4.tcp_retries1"

Open awuetz opened this issue 4 years ago • 1 comments

Hello folks,

the worker with image tag Version 7.5.0 and with 7.5.0-ubuntu-20211012 is failing to retrieve kernel parameter. message in concourse gui:

run check: find or create container on worker concourse-worker-0: failed to retrieve kernel parameter "net.ipv4.tcp_retries1": open /proc/sys/net/ipv4/tcp_retries1: no such file or directory

awuetz avatar Oct 14 '21 05:10 awuetz

Which runtime is the worker configured with? If you haven't already can you try changing it to containerd? CONCOURSE_RUNTIME=containerd

taylorsilva avatar Oct 21 '21 15:10 taylorsilva