MRColorR / peer2profit

Run and manage Peer2Profit in a Docker container with VNC support for easy GUI access.
GNU General Public License v3.0
3 stars 1 forks source link

Emulation layer used on arm64 to run amd64 image breaks peer2profit logic #1

Open MRColorR opened 11 months ago

MRColorR commented 11 months ago

The pee2profit deb package is for x64 so the image was rebuilt for amd64 arch only and I was thinking of using binfmt as the emulation layer on arm devices. With this setup:

To help during troubleshooting in the image some optional packages such as strace are now included.

Any help is welcome, feel free to participate and send pull requests.

MRColorR commented 10 months ago

my findings so far are:

so the problem could be one or more of these things:

MRColorR commented 10 months ago

maybe we could try box64 as emulator