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

Get "Operation not permitted" when executing "*.exe" #14

Open
eggachecat opened this issue Sep 19, 2018 · 2 comments
Open

Get "Operation not permitted" when executing "*.exe" #14

eggachecat opened this issue Sep 19, 2018 · 2 comments

Comments

@eggachecat
Copy link

Thanks for you nice work!
However I got into trouble when the following logs appeared when I ran the docker compose up
And I need some help...

btc-service | >>> matchengine starting
btc-service | matchengine.exe: no process found
btc-service | process: matchengine version: 0.1.0, compile date: Sep 18 2018 11:08:06
btc-service | ./matchengine.exe: init process fail: -36: Operation not permitted
btc-service | >>> readhistory starting
btc-service | readhistory.exe: no process found
btc-service | process: readhistory version: 0.1.0, compile date: Sep 18 2018 11:08:11
btc-service | ./readhistory.exe: init process fail: -27: Operation not permitted
btc-service | >>> alertcenter starting...
btc-service | alertcenter.exe: no process found
btc-service | ./alertcenter.exe: init process fail: -26: Operation not permitted
btc-service | process: blockmaster version: 0.1.0, compile date: Sep 18 2018 11:08:11
btc-service | >>> accesshttp starting...
btc-service | accesshttp.exe: no process found
btc-service | process: accesshttp version: 0.1.0, compile date: Sep 18 2018 11:08:09
btc-service | ./accesshttp.exe: init process fail: -29: Operation not permitted
btc-service | >>> accessws starting...
btc-service | accessws.exe: no process found
btc-service | process: accessws version: 0.1.0, compile date: Sep 18 2018 11:08:10
btc-service | ./accessws.exe: init process fail: -40: Operation not permitted
btc-service | >>> marketprice starting...
btc-service | marketprice.exe: no process found
btc-service | ./marketprice.exe: init process fail: -28: Operation not permitted
btc-service | process: marketprice version: 0.1.0, compile date: Sep 18 2018 11:08:08

@eggachecat
Copy link
Author

Update:
I manually started the *.exe with cmd

sudo docker exec -it --privileged btc-service /bin/bash
. start.sh

--privileged matters
maybe concept --privileged should be added to some dockerfile?

@eggachecat
Copy link
Author

Update:

I found this post useful as it provides a option privileged to enable the --privileged

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