[GH-ISSUE #1207] v3.11 container fails to start #819

Closed
opened 2026-02-25 23:43:41 +03:00 by kerem · 2 comments
Owner

Originally created by @yurividal on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1207

When i update from 3.10 to 3.11, the container fails to start with the following error:

healthchecks  | os: Linux-5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025
healthchecks  | nodename: 1942f3abf122
healthchecks  | machine: x86_64
healthchecks  | clock source: unix
healthchecks  | pcre jit disabled
healthchecks  | detected number of CPU cores: 4
healthchecks  | current working directory: /opt/healthchecks
healthchecks  | detected binary path: /usr/local/bin/uwsgi
healthchecks  | chdir() to /opt/healthchecks
healthchecks  | your memory page size is 4096 bytes
healthchecks  | detected max file descriptor number: 10000
healthchecks  | !!! no /etc/mime.types file found !!!
healthchecks  | lock engine: pthread robust mutexes
healthchecks  | thunder lock: enabled
healthchecks  | socket(): Address family not supported by protocol [core/socket.c line 82]

Reverting back to 3.10 fixes the issue

Originally created by @yurividal on GitHub (Aug 29, 2025). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1207 When i update from 3.10 to 3.11, the container fails to start with the following error: ```` healthchecks | os: Linux-5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 healthchecks | nodename: 1942f3abf122 healthchecks | machine: x86_64 healthchecks | clock source: unix healthchecks | pcre jit disabled healthchecks | detected number of CPU cores: 4 healthchecks | current working directory: /opt/healthchecks healthchecks | detected binary path: /usr/local/bin/uwsgi healthchecks | chdir() to /opt/healthchecks healthchecks | your memory page size is 4096 bytes healthchecks | detected max file descriptor number: 10000 healthchecks | !!! no /etc/mime.types file found !!! healthchecks | lock engine: pthread robust mutexes healthchecks | thunder lock: enabled healthchecks | socket(): Address family not supported by protocol [core/socket.c line 82] ```` Reverting back to 3.10 fixes the issue
kerem closed this issue 2026-02-25 23:43:41 +03:00
Author
Owner

@cuu508 commented on GitHub (Aug 29, 2025):

Likely related to https://github.com/healthchecks/healthchecks/pull/1177

<!-- gh-comment-id:3235882976 --> @cuu508 commented on GitHub (Aug 29, 2025): Likely related to https://github.com/healthchecks/healthchecks/pull/1177
Author
Owner

@cuu508 commented on GitHub (Aug 31, 2025):

@yurividal I released v3.11.1 which should fix the error you saw.

I'm not entirely happy with IPv4/IPv6 handling, and may do more tweaks there but this should work for now.

<!-- gh-comment-id:3240185424 --> @cuu508 commented on GitHub (Aug 31, 2025): @yurividal I released v3.11.1 which should fix the error you saw. I'm not entirely happy with IPv4/IPv6 handling, and may do more tweaks there but this should work for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#819
No description provided.