Comment on Introducing Bitmagnet: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration
What are your logs showing? docker logs -f bitmagnet
docker logs -f bitmagnet
log: exec /bitmagnet: exec format error
I am on ARM (pi4) maybe it’s the issue
Yeah, that’s the error you get when trying to run an x86 program on ARM or vice versa
the parent image should support that arm version, so you could just build the docker image locally on your pi and use that
thanks, for pointing that out, it works great now.
LienNoir@lemmy.world 1 year ago
log: exec /bitmagnet: exec format error
I am on ARM (pi4) maybe it’s the issue
drugo@sh.itjust.works 1 year ago
Yeah, that’s the error you get when trying to run an x86 program on ARM or vice versa
emhl@feddit.de 1 year ago
the parent image should support that arm version, so you could just build the docker image locally on your pi and use that
LienNoir@lemmy.world 1 year ago
thanks, for pointing that out, it works great now.