Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

M1 Mac OS wallet export issue #5

Closed
larryk85 opened this issue Aug 18, 2022 · 5 comments · Fixed by #47
Closed

M1 Mac OS wallet export issue #5

larryk85 opened this issue Aug 18, 2022 · 5 comments · Fixed by #47
Assignees
Labels
bug Something isn't working

Comments

@larryk85
Copy link
Contributor

On Mac OS, because of file permission issues the wallet is not able to be exported.

This needs some discussion as to whether the ultimate fix should occur in cleos.

@ericpassmore
Copy link

More likely a MacOS issue, Seeing the same in intel macbook running Monterey os.

@stephenpdeos
Copy link
Member

Currently there is a workaround for this, but further discussion is needed about where in the codebase we should make the fix.

@stephenpdeos stephenpdeos moved this from Todo to Icebox in Team Backlog Oct 13, 2022
@stephenpdeos
Copy link
Member

@ericpassmore can you add in the workaround to this issue?

@ericpassmore
Copy link

Workaround

$ dune --create-account <username> # this will fail but generate eosio-wallet structure under /home/www-data.
$ docker exec -u root -it dune_container cp /root/eosio-wallet/default.wallet /home/www-data/eosio-wallet/ 
$ docker exec -u root -it dune_container chown www-data:www-data /home/www-data/eosio-wallet/default.wallet

Background

default.wallet location issue
eosnetworkfoundation/DUNE#15

@larryk85
Copy link
Contributor Author

In addition, I have an engineer making a set of bug fixes to resolve this issue, so I hope to see that at some point next week.

@jolly-fellow jolly-fellow self-assigned this Nov 2, 2022
@jolly-fellow jolly-fellow moved this from Icebox to In Progress in Team Backlog Nov 2, 2022
jolly-fellow added a commit to jolly-fellow/DUNES that referenced this issue Nov 2, 2022
@jolly-fellow jolly-fellow linked a pull request Nov 2, 2022 that will close this issue
@jolly-fellow jolly-fellow moved this from In Progress to Awaiting Review in Team Backlog Nov 2, 2022
@jolly-fellow jolly-fellow added the bug Something isn't working label Nov 2, 2022
jolly-fellow added a commit that referenced this issue Nov 3, 2022
Repository owner moved this from Awaiting Review to Done in Team Backlog Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants