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

permission denied issue in dev-net #459

Closed
pgwadapool opened this issue Aug 27, 2022 · 6 comments
Closed

permission denied issue in dev-net #459

pgwadapool opened this issue Aug 27, 2022 · 6 comments
Assignees
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium P-medium Priority: medium

Comments

@pgwadapool
Copy link

Context & versions

I am running dev-net as per the documentation using remote docker

Actual behavior

mithril-signer-node-pool1_1 | Error: InitializationError(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })
mithril-signer-node-pool1_1 | {"msg":"Started","v":0,"name":"slog-rs","level":20,"time":"2022-08-27T04:24:38.210862051Z","hostname":"52c3ad6c4a16","pid":1,"config":"Config { cardano_cli_path: "/app/bin/cardano-cli", cardano_node_socket_path: "/data/ipc/node.sock", network_magic: Some(42), network: "devnet", aggregator_endpoint: "http://mithril-aggregator:8080/aggregator\", party_id: "pool1zpc8krqqdd7ahy20uqzqqj7hmskdelr3aplpncq8v3n9skmyq06", run_interval: 700, db_directory: "/data/db", data_stores_directory: "/data/mithril/signer-node-pool1/stores" }","run_mode":"dev"}
mithril-signer-node-pool1_1 | Error: InitializationError(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })

I am not sure what the issue is

@jpraynaud
Copy link
Member

Hi @pgwadapool, thanks for your feedback 🙂

Could send us the following information so that we can identify the issue?

  • Steps to reproduce
  • System info
  • Full logs of all docker nodes

@pgwadapool
Copy link
Author

I am following the steps outlined in the documentation
MITHRIL_IMAGE_ID=latest NUM_BFT_NODES=1 NUM_POOL_NODES=2 ./devnet-run.sh

I am running on Ubuntu 22.04 x86

Attached logs
node-bft.log
node1.log
node2.log
devnet-20220827130749.log
devnet-20220827130749.log

jpraynaud added a commit that referenced this issue Aug 31, 2022
In 'docker-compose.yaml' generated file so that we avoid 'permission denied' erros as in #459
@jpraynaud
Copy link
Member

It looks like there are some permissions issues with your remote docker setup.
Unfortunately, we have not been able to reproduce the problem on our end.
Can you provide us with more information on the actual remote docker setup you are using?

In the mean time, we have added an option on the volumes of the docker-compose.yaml file that may fix the problem in #467
Can you check if this fix is resolving the problem?

@jpraynaud jpraynaud self-assigned this Aug 31, 2022
@pgwadapool
Copy link
Author

This did not solve the problem.
Let me dig into docker

@pgwadapool
Copy link
Author

pgwadapool commented Sep 9, 2022

This was an issue in docker installation and this is now resolved at my end.
I am able to successfully run devnet

Pls close the issue

@jpraynaud
Copy link
Member

jpraynaud commented Sep 9, 2022

Hi @pgwadapool thanks for your feedback, I close the issue 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium P-medium Priority: medium
Projects
None yet
Development

No branches or pull requests

2 participants