pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.85k stars 2.32k forks source link

[Bug]: gitea: cannot execute binary file: Exec format error #1593

Closed MrMasrozYTLIVE closed 2 years ago

MrMasrozYTLIVE commented 2 years ago

Panel Version

1.7

Wings Version

1.6.1

Service

Gitea

Modified

Yes, I modified the egg (will provide details below)

Expected Behavior

Working (Ok)

Actual Behavior

container@pterodactyl~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from parkervcp/yolks Digest: sha256:8e4a62469619c0c97d780695af14b007a067d94ddabb7ee0663f8a21f730b0a5 Status: Image is up to date for ghcr.io/parkervcp/yolks:debian [Pterodactyl Daemon]: Finished pulling Docker container image :/home/container$ ./gitea web -c ./custom/app.ini /entrypoint.sh: line 12: ./gitea: cannot execute binary file: Exec format error container@pterodactyl~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 126 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.

Steps To Reproduce

1) Install egg 2) Edit docker to ghcr.io/parkervcp/yolks:debian from quay.io/parkervcp/pterodactyl-images:base_debian 3) try to start it

Install logs

Install is fine. It happens when u try to start it

MrMasrozYTLIVE commented 2 years ago

Fixed by using gitea-main-linux-arm-6 instead of gitea-main-linux-amd64