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

extra entry found: "._genesis.bin" Regular #35629

Closed
hon94csl opened this issue Aug 16, 2024 · 2 comments
Closed

extra entry found: "._genesis.bin" Regular #35629

hon94csl opened this issue Aug 16, 2024 · 2 comments
Labels
community Community contribution

Comments

@hon94csl
Copy link

solana-test-validator Error

I am running solana-test-validator on a mac m2 macOs 13.2.1 system with the following error.
Error: failed to start validator: Failed to create ledger at test-ledger: io error: Error checking to unpack genesis archive: Archive error: extra entry found: "._genesis.bin" Regular

@hon94csl hon94csl added the community Community contribution label Aug 16, 2024
Copy link
Contributor

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

@pandaiolo
Copy link

For whoever finds this issue ticket, and have a hard time figuring things out, I found from that comment that you need to install gnu-tar to make this work.

brew install gnu-tar

Then, check that tar is using the brew version

which tar

If not, update your ~/.zshrc with export PATH=... with value shown in the brew install step above. (and then source ~/.zshrc)

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

No branches or pull requests

2 participants