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

what's wrong with downloading snapshot? #41

Open
bugxzhu opened this issue Aug 31, 2024 · 4 comments
Open

what's wrong with downloading snapshot? #41

bugxzhu opened this issue Aug 31, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@bugxzhu
Copy link

bugxzhu commented Aug 31, 2024

ubuntu22 OS
./quicksync download --node-data ./data/
Downloading the latest database...
Error: unexpected error: permission denied

the data dict has all permission as "777".

@bugxzhu bugxzhu added the bug Something isn't working label Aug 31, 2024
@pigmej
Copy link
Member

pigmej commented Sep 2, 2024

I guess it tries to determine the go-spacemesh version by running a ./go-spacemesh version

@pigmej pigmej transferred this issue from spacemeshos/go-spacemesh Sep 2, 2024
@poszu
Copy link
Collaborator

poszu commented Sep 2, 2024

I will add more context to the returned errors for better debugability

@tjb-altf4
Copy link

If there is a need for version detection, allowing users to specify version manually as an optional parameter would be a useful improvement.
This would help in scenarios where quicksync is being used in alternative use cases, such as downloading elsewhere to work around space limitations.

@poszu
Copy link
Collaborator

poszu commented Sep 19, 2024

If there is a need for version detection, allowing users to specify version manually as an optional parameter would be a useful improvement. This would help in scenarios where quicksync is being used in alternative use cases, such as downloading elsewhere to work around space limitations.

You could download the snapshot directly using wget or a similar tool to the desired temporary location and unpack manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants