[GH-ISSUE #500] Upgrade Version Qemu #172

Closed
opened 2026-02-26 04:34:17 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/500

What is Happening

Looks like Qemu 7 along with graalvm is producing a binary which doesn't work on non 4k page size linux arm64 kernels.

Page size was reported at #473

What is Expected

Upgrade Qemu to 8.x as suggested at this issue (https://github.com/oracle/graal/issues/7513)

Changes (Optional)

  • Upgrade Qemu to 8x, as multiarch image is out of date and don't have a qemu 8, I will have to create a custom Dockerfile for that
  • When upgraded Qemu got this error (https://github.com/docker/buildx/issues/1170) which was fixed by uprading debian to 12 which means DPS aarch binary will now depends on libc 2.36 and not 2.31 as before
Originally created by @mageddo on GitHub (Jun 27, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/500 ## What is Happening Looks like Qemu 7 along with graalvm is producing a binary which doesn't work on non 4k page size linux arm64 kernels. Page size was reported at #473 ## What is Expected Upgrade Qemu to 8.x as suggested at this issue (https://github.com/oracle/graal/issues/7513) ## Changes (Optional) * Upgrade Qemu to 8x, as multiarch image is out of date and don't have a qemu 8, I will have to create a custom Dockerfile for that * When upgraded Qemu got this error (https://github.com/docker/buildx/issues/1170) which was fixed by uprading debian to 12 which means DPS aarch binary will now depends on libc 2.36 and not 2.31 as before
kerem 2026-02-26 04:34:17 +03:00
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/dns-proxy-server-mageddo#172
No description provided.