Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 848 Bytes

troubleshooting.md

File metadata and controls

25 lines (17 loc) · 848 Bytes

Troubleshooting

io_setup failed

Symptom

During start up, you see:

cont-init.d] done.
[services.d] starting services
2022/07/15 14:48:57 [emerg] 1015#1015: io_setup() failed (38: Function not implemented)
2022/07/15 14:48:57 [emerg] 1017#1017: io_setup() failed (38: Function not implemented)
2022/07/15 14:48:57 [emerg] 1019#1019: io_setup() failed (38: Function not implemented)
2022/07/15 14:48:57 [emerg] 1020#1020: io_setup() failed (38: Function not implemented)
[services.d] done.

Resolution

You might be running docker with emulation i.e. docker run --platform linux/amd64.

If so, you need to run it natively on an ARM64 computer. See StackOverflow