You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iSH, in Alpine 3.19 and Alpine 3.20, I see errors trying to run a provisioning script that runs without incident on Alpine 3.14.
What fails is the command ssh-keyscan github.com, which emits the error message confree: attempt to free bad fdno 0.
Before reaching this failure point, the script doesn't do much very exotic. To summarize, it runs cat. It makes some directories and copies some files, it does an apk update, apk fix, and an apk add git openssh.
Observing this on my Ipad pro and on my iphone 15 pro
The text was updated successfully, but these errors were encountered:
In iSH, in Alpine 3.19 and Alpine 3.20, I see errors trying to run a provisioning script that runs without incident on Alpine 3.14.
What fails is the command
ssh-keyscan github.com
, which emits the error messageconfree: attempt to free bad fdno 0
.Before reaching this failure point, the script doesn't do much very exotic. To summarize, it runs
cat
. It makes some directories and copies some files, it does anapk update
,apk fix
, and anapk add git openssh
.Observing this on my Ipad pro and on my iphone 15 pro
The text was updated successfully, but these errors were encountered: