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

Indy CLI Document error on the Create Wallet step #249

Closed
swcurran opened this issue Feb 23, 2023 · 1 comment · Fixed by #250
Closed

Indy CLI Document error on the Create Wallet step #249

swcurran opened this issue Feb 23, 2023 · 1 comment · Fixed by #250

Comments

@swcurran
Copy link
Contributor

I tried to run the Indy CLI steps, and ran into an error on the Create Wallet step:

./manage \
>   indy-cli create-wallet \
>   walletName=local_net_trustee_wallet
Using: docker --log-level error compose
./scripts/manage: line 129: ./cli-scripts/create-wallet.run: Permission denied

The Using: docker --log-level error compose warning I get on every command, and haven't dug into it yet.

The showstopper error is the second one -- not sure how to fix that. I noted that the file doesn't exist, but copying create-wallet to create-wallet.run didn't work.

I'm on Docker version 23.0.1, build a5ee5b1 running on Ubuntu 20.04.

WadeBarnes added a commit to WadeBarnes/von-network that referenced this issue Feb 23, 2023
- Remove unnecessary "Using" log message.
- Resolves bcgov#249
WadeBarnes added a commit to WadeBarnes/von-network that referenced this issue Feb 23, 2023
- Remove unnecessary "Using" log message.
- Resolves bcgov#249
@WadeBarnes
Copy link
Member

@swcurran, The linked PR should fix your issue. After applying the changes you may need to delete and then restore the cli-scripts folder in order for the gitattributes to apply the line ending changes.

WadeBarnes added a commit to WadeBarnes/von-network that referenced this issue Feb 28, 2023
- Remove unnecessary "Using" log message.
- Resolves bcgov#249

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
WadeBarnes added a commit to WadeBarnes/von-network that referenced this issue Apr 24, 2023
- Fix line endings in `./cli-scripts` folder.
- Remove unnecessary "Using" log message.
- Fix folder permission issues with `./tmp` and `./cli-scripts`
- Ensure `genesis_from_files.py` is executable after download
- Resolves bcgov#249

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
crajapakshe pushed a commit to crajapakshe/von-network that referenced this issue Apr 28, 2023
- Fix line endings in `./cli-scripts` folder.
- Remove unnecessary "Using" log message.
- Fix folder permission issues with `./tmp` and `./cli-scripts`
- Ensure `genesis_from_files.py` is executable after download
- Resolves bcgov#249

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: Chinthaka Rajapakshe <101819110+crajapakshe@users.noreply.github.com>
WadeBarnes added a commit to WadeBarnes/von-network that referenced this issue Aug 28, 2024
- Fix line endings in `./cli-scripts` folder.
- Remove unnecessary "Using" log message.
- Fix folder permission issues with `./tmp` and `./cli-scripts`
- Ensure `genesis_from_files.py` is executable after download
- Resolves bcgov#249

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
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

Successfully merging a pull request may close this issue.

2 participants