Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"error: exec failed: exec format error" when running docker logs #4

Open
kolet opened this issue Feb 3, 2018 · 2 comments
Open

"error: exec failed: exec format error" when running docker logs #4

kolet opened this issue Feb 3, 2018 · 2 comments

Comments

@kolet
Copy link

kolet commented Feb 3, 2018

hi, i have setup a LN node, and i wanted to make sure its working properly.
apparently it does not.

docker logs 900xx7556xca
shows
error: exec failed: exec format error

to make sure its not running

docker ps -a
the status as exited right after starting the container.

CONTAINER ID        IMAGE                    COMMAND                  CREATED             STATUS                     PORTS               NAMES
900xx7556xca        dougvk/bitcoind:latest   "/entrypoint.sh bitcâ¦"   5 minutes ago       Exited (1) 5 minutes ago                       bitcoind_mainnet

i have tried to delete everything and reinstalling everything from the beginning , deleted the container and rebuild it.
same story.

@dougvk

hardware are

4 Dedicated ARM Cores
2GB memory

guide i followed

https://steemit.com/bitcoin/@kimsekim/how-to-setup-bitcoin-lightning-maninnet-network-node

@kolet
Copy link
Author

kolet commented Feb 3, 2018

i also want to add that

docker run --name bitcoind_mainnet -d -v /scratch/bitcoin/mainnet/bitcoind:/data -p 8333:8333 -p 9735:9735 dougvk/bitcoind:latest

worked

but when i try to do it in another location such as a mounted drive

docker run --name bitcoind_mainnet -d -v /mnt/mr0/scratch/bitcoin/mainnet/bitcoind:/data -p 8333:8333 -p 9735:9735 dougvk/bitcoind:latest

i am receiving this error

@kolet
Copy link
Author

kolet commented Feb 8, 2018

still no fix to that :(

anyhow, if the HDD is not where the OS is installed on it will fail to run the docker.
so at the moment if its a mounted hdd it wont work.

this sucks :(

i did even try to mount the hdd to /scratch it did not work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant