Open lukemt opened 4 days ago
Hi @lukemt. I don't have any amrv7 based systems here for debuging. No problems on armv8 and x86 for me. Are you using the default debian or the alpine based image? Could you please try to build the image on your pi? So we can check if it is a problem with one of the used libraries.
Hi @Der-Henning Thanks for replying so promptly! I was using this image in the docker-compose: derhenning/tgtg:latest-alpine Yes I already started building the image on the pi! Unfortunately it does take an eternity to build on the pi. I'm 25 minutes in already :D
Yes, many of the required packages are not available for armv7 and need to be build on installation. Even the github workflow runner needs 10 minutes.
Holy cow, after 1h6m42s it finished building. It started and it works just fine :D
@lukemt Could you please test whether the image with the tag v1.22.0-alpine
has the same problem?
I will! Unfortunately my pi has only isdn internet speed, so i will have to change SIM-Cards temporarily, which I can't do remotely, in oder to download the new version. I will try to test it later today or tomorrow. Sorry about that!
Hello, Thanks for your comments. I have the same problem on a pi0. Could you please explain how to build the image ? Thanks
@aldebaran54 yes, you clone the repo. Then comment out the image in the docker-compose.yaml and uncomment the build-context-dockerfile section.
Then docker compose up as usual
Unfortunately I couldn't get to testing the v1.22.0-alpine
tagged version. I'm also now away from home. @aldebaran54 Can you please try that too?
I also confirm that it works after an image rebuild on my pi0 ! (armv6). I can share the image if necessary. Thanks a lot !
I tried with the image tgtg and the tag v1.22, but same issue with exit and code 139. But not surprising because it's the same image ? same id ? Did I misunderstood something ?
image pull with the tag, modification in the docker compose file, and docker compose ..@raspberrypi:~/tgtg $ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE tgtg-scanner latest df7a022a9665 2 hours ago 120MB derhenning/tgtg latest-alpine ed1f24f29cab 5 days ago 121MB derhenning/tgtg v1.22.0-alpine ed1f24f29cab 5 days ago 121MB
I just upgraded to the latest version using docker on my Raspberry 2B+ and it does not work anymore. It prints: Segmentation fault
Log output:
I tried several times and re-downloaded everything.
As for comparison I tried the new version on my intel macbook and there it did work with no issues.