chashtag / PiCash

The Unlicense
41 stars 7 forks source link

Segmentation Fault in pi4 32bit #9

Closed jgabriel98 closed 1 year ago

jgabriel98 commented 2 years ago

Running on raspberry pi 4, Raspbian bullseye 32 bit lite, headless (no desktop)

pi@raspberrypi:~/piCash $ docker logs picash
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun bitping (no readiness notification)
services-up: info: copying legacy longrun earnapp (no readiness notification)
services-up: info: copying legacy longrun honeygain (no readiness notification)
services-up: info: copying legacy longrun packetstream (no readiness notification)
services-up: info: copying legacy longrun pawnsapp (no readiness notification)
services-up: info: copying legacy longrun peer2profit (no readiness notification)
services-up: info: copying legacy longrun traffmonetizer (no readiness notification)
s6-rc: info: service legacy-services successfully started
TRAFF_TOKEN Not set
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/bin/honeygain_service: line 17:   109 Segmentation fault      /usr/bin/qemu-x86_64 -E LD_PRELOAD=/opt/honeygain/libhg.so.1.0.0 /opt/honeygain/honeygain -tou-accept -email $HG_EMAIL -pass $HG_PASSWORD -device `hostname`
TRAFF_TOKEN Not set
my settings.conf ``` #################################### # This file contains your settings # #################################### # Earnapp USE_EARNAPP=n # Honeygain USE_HONEYGAIN=y HG_EMAIL=some_cool_email@gmail.com HG_PASSWORD=my_password # Packet Stream USE_PACKET_STREAM=n PS_ID= # Peer2Profit USE_PEER2PROFIT=n P2_EMAIL= # Pawns.app(IPPawns) USE_PAWNSAPP=n PA_EMAIL= PA_PASSWORD= # Traffmonetizer USE_TRAFFMONETIZER=n # do not enable for x86_64 yet TRAFF_TOKEN= # BitPing USE_BITPING=n BP_EMAIL= BP_PASSWORD= ```

Is there any other information i can help with?

jgabriel98 commented 2 years ago

Logs update:

TRAFF_TOKEN Not set
TRAFF_TOKEN Not set
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/bin/honeygain_service: line 17:   776 Segmentation fault      /usr/bin/qemu-x86_64 -E LD_PRELOAD=/opt/honeygain/libhg.so.1.0.0 /opt/honeygain/honeygain -tou-accept -email $HG_EMAIL -pass $HG_PASSWORD -device `hostname`
TRAFF_TOKEN Not set
TRAFF_TOKEN Not set
TRAFF_TOKEN Not set
TRAFF_TOKEN Not set
TRAFF_TOKEN Not set
TRAFF_TOKEN Not set

  $$\   $$\                                                             $$\
  $$ |  $$ |                                                            \__|
  $$ |  $$ | $$$$$$\  $$$$$$$\   $$$$$$\  $$\   $$\  $$$$$$\   $$$$$$\  $$\ $$$$$$$\
  $$$$$$$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$ |  $$ |$$  __$$\  \____$$\ $$ |$$  __$$\
  $$  __$$ |$$ /  $$ |$$ |  $$ |$$$$$$$$ |$$ |  $$ |$$ /  $$ | $$$$$$$ |$$ |$$ |  $$ |
  $$ |  $$ |$$ |  $$ |$$ |  $$ |$$   ____|$$ |  $$ |$$ |  $$ |$$  __$$ |$$ |$$ |  $$ |
  $$ |  $$ |\$$$$$$  |$$ |  $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$ |$$ |$$ |  $$ |
  \__|  \__| \______/ \__|  \__| \_______| \____$$ | \____$$ | \_______|\__|\__|  \__|
                                          $$\   $$ |$$\   $$ |
                                          \$$$$$$  |\$$$$$$  |
                                           \______/  \______/

TOU are accepted
Error processing authorisation
TRAFF_TOKEN Not set

So the error is actually Error processing authorisation

chashtag commented 1 year ago

Please use a 64 build of bullseye