Skip to content

Commit

Permalink
Merge pull request #202 from linuxserver/syno-curl
Browse files Browse the repository at this point in the history
Add curl/kernel 3.x known issue
  • Loading branch information
thespad authored Dec 30, 2023
2 parents 513481d + 551deb4 commit d97c284
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/issues/2023-12-30-synology.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Known Issue: curl endless loop with 3.x Kernels'
date: '2023-12-30 18:00:00Z'
severity: notice
resolved: false
affected:
- 'Known Issues'
- 'synology'
- 'alpine'
section: 'issue'
---

There is a known issue with the version of curl currently shipped with Alpine 3.19 and 3.x kernels, causing an endless loop to hang containers, usually on startup. The 3.x kernel line has been End of Life since 2017, but some prebuilt systems such as older Synology NAS units are still running it. At time of posting, around 10% of our images have already been rebased to Alpine 3.19 and are therefore affected by this issue, and this number will continue to rise over the next few months.

While a fix has been applied to the affected upstream library we do not have an ETA for if or when it will find its way into the version of curl shipped with Alpine 3.19.

### Workaround

As a workaround you can revert to an older tag from before the image was rebased to Alpine 3.19, but please be aware that older tags do not receive updates. Refer to the Changelog in the Readme to see when the change was made for a given image. For Unraid users this will require you to edit the container and under the Advanced options change the Repository to append the required tag.

0 comments on commit d97c284

Please sign in to comment.